#B86FC8

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

Shades of Medium Orchid #B86FC8

Tints of Medium Orchid #B86FC8

Color information

#B86FC8 (or 0xB86FC8) is unknown color: approx Medium Orchid. HEX triplet: B8, 6F and C8. RGB value is (184,111,200). Sum of RGB (Red+Green+Blue) = 184+111+200=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 200 - color contains mainly: blue. Hex color #B86FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FC8 is #479037. Grayscale: #8E8E8E. Windows color (decimal): -4689976 or 13135800. OLE color: 13135800.

HSL color Cylindrical-coordinate representation of color #B86FC8: hue angle of 289.21º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B86FC8 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB184111200-
CMYK0.080.4400.22
HSL289.21º44.72%60.98%-
HSV(B)289.21º44.5%78.43%-
XYZ35.8825.7357.72-
YUV142.97160.18157.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 200 (78.52% from 255) = 40.40%
R=37.17%
G=22.42%
B=40.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841112000.080.4400.22289.2144.7260.98
HexB86FC882C0161212d3d
Octal27015731010540264415575
Binary101110001101111110010001000101100010110100100001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FC8; }

 p { color: rgb(184,111,200); }

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

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

 a { background-color: rgb(184,111,200); }

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

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

 span { border-color: rgb(184,111,200); }

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