#B84FCF

Color #B84FCF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B84FCF

Tints of Medium Orchid #B84FCF

Color information

#B84FCF (or 0xB84FCF) is unknown color: approx Medium Orchid. HEX triplet: B8, 4F and CF. RGB value is (184,79,207). Sum of RGB (Red+Green+Blue) = 184+79+207=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #B84FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FCF is #47B030. Grayscale: #7C7C7C. Windows color (decimal): -4698161 or 13586360. OLE color: 13586360.

HSL color Cylindrical-coordinate representation of color #B84FCF: hue angle of 289.22º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84FCF is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18479207-
CMYK0.110.6200.19
HSL289.22º57.14%56.08%-
HSV(B)289.22º61.84%81.18%-
XYZ33.8320.2961.16-
YUV124.99174.29170.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 79 (31.25% from 255) = 16.81%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=39.15%
G=16.81%
B=44.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184792070.110.6200.19289.2257.1456.08
HexB84FCFB3E0131213938
Octal27011731713760234417170
Binary101110001001111110011111011111110010011100100001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84FCF; }

 p { color: rgb(184,79,207); }

 H1.HeaderClassName
 {
   color: #B84FCF;
 }
 .AnyTagClassName
 {
   color: #B84FCF;
 }
</style>
background-color css

<style>
 a { background-color: #B84FCF; }

 a { background-color: rgb(184,79,207); }

 div.DivClassName
 {
   background-color: #B84FCF;
 }
 .BgClassName
 {
   background-color: #B84FCF;
 }
</style>
border-color css

<style>
 span { border-color: #B84FCF; }

 span { border-color: rgb(184,79,207); }

 td.TdClassName
 {
   border-color: #B84FCF;
 }
 .TagClassName
 {
   border-color: #B84FCF;
 }
</style>