#B86DCB

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

Shades of Medium Orchid #B86DCB

Tints of Medium Orchid #B86DCB

Color information

#B86DCB (or 0xB86DCB) is unknown color: approx Medium Orchid. HEX triplet: B8, 6D and CB. RGB value is (184,109,203). Sum of RGB (Red+Green+Blue) = 184+109+203=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #B86DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DCB is #479234. Grayscale: #8D8D8D. Windows color (decimal): -4690485 or 13331896. OLE color: 13331896.

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

Color convert

RGB184109203-
CMYK0.090.4600.20
HSL287.87º47.47%61.18%-
HSV(B)287.87º46.31%79.61%-
XYZ36.0225.4459.51-
YUV142.14162.35157.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=37.10%
G=21.98%
B=40.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841092030.090.4600.20287.8747.4761.18
HexB86DCB92E0141202f3d
Octal27015531311560244405775
Binary101110001101101110010111001101110010100100100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86DCB; }

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

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

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

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

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

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

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

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