#b860ce

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

Shades of Medium Orchid #B860CE

Tints of Medium Orchid #B860CE

Color information

#B860CE (or 0xB860CE) is unknown color: approx Medium Orchid. HEX triplet: B8, 60 and CE. RGB value is (184,96,206). Sum of RGB (Red+Green+Blue) = 184+96+206=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #B860CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860CE is #479F31. Grayscale: #868686. Windows color (decimal): -4693810 or 13525176. OLE color: 13525176.

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

Color convert

RGB18496206-
CMYK0.110.5300.19
HSL288º52.88%59.22%-
HSV(B)288º53.4%80.78%-
XYZ35.0923.0160.98-
YUV134.85168.15163.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 96 (37.89% from 255) = 19.75%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=37.86%
G=19.75%
B=42.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184962060.110.5300.1928852.8859.22
HexB860CEB35013120353b
Octal27014031613650234406573
Binary101110001100000110011101011110101010011100100000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b860ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b860ce; }

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

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

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

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

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

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

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

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