#B86BCA

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

Shades of Medium Orchid #B86BCA

Tints of Medium Orchid #B86BCA

Color information

#B86BCA (or 0xB86BCA) is unknown color: approx Medium Orchid. HEX triplet: B8, 6B and CA. RGB value is (184,107,202). Sum of RGB (Red+Green+Blue) = 184+107+202=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #B86BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BCA is #479435. Grayscale: #8C8C8C. Windows color (decimal): -4690998 or 13265848. OLE color: 13265848.

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

Color convert

RGB184107202-
CMYK0.090.4700.21
HSL288.63º47.26%60.59%-
HSV(B)288.63º47.03%79.22%-
XYZ35.6924.9758.82-
YUV140.85162.51158.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 107 (42.19% from 255) = 21.70%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=37.32%
G=21.70%
B=40.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841072020.090.4700.21288.6347.2660.59
HexB86BCA92F0151212f3d
Octal27015331211570254415775
Binary101110001101011110010101001101111010101100100001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BCA; }

 p { color: rgb(184,107,202); }

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

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

 a { background-color: rgb(184,107,202); }

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

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

 span { border-color: rgb(184,107,202); }

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