#b860cb

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

Shades of Medium Orchid #B860CB

Tints of Medium Orchid #B860CB

Color information

#B860CB (or 0xB860CB) is unknown color: approx Medium Orchid. HEX triplet: B8, 60 and CB. RGB value is (184,96,203). Sum of RGB (Red+Green+Blue) = 184+96+203=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #B860CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860CB is #479F34. Grayscale: #868686. Windows color (decimal): -4693813 or 13328568. OLE color: 13328568.

HSL color Cylindrical-coordinate representation of color #B860CB: hue angle of 289.35º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B860CB is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18496203-
CMYK0.090.5300.20
HSL289.35º50.71%58.63%-
HSV(B)289.35º52.71%79.61%-
XYZ34.7322.8759.08-
YUV134.51166.65163.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=38.10%
G=19.88%
B=42.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184962030.090.5300.20289.3550.7158.63
HexB860CB935014121333b
Octal27014031311650244416373
Binary101110001100000110010111001110101010100100100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b860cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b860cb; }

 p { color: rgb(184,96,203); }

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

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

 a { background-color: rgb(184,96,203); }

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

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

 span { border-color: rgb(184,96,203); }

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