#B86EC8

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

Shades of Medium Orchid #B86EC8

Tints of Medium Orchid #B86EC8

Color information

#B86EC8 (or 0xB86EC8) is unknown color: approx Medium Orchid. HEX triplet: B8, 6E and C8. RGB value is (184,110,200). Sum of RGB (Red+Green+Blue) = 184+110+200=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 200 - color contains mainly: blue. Hex color #B86EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EC8 is #479137. Grayscale: #8E8E8E. Windows color (decimal): -4690232 or 13135544. OLE color: 13135544.

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

Color convert

RGB184110200-
CMYK0.080.4500.22
HSL289.33º45%60.78%-
HSV(B)289.33º45%78.43%-
XYZ35.7725.5157.68-
YUV142.39160.52157.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 110 (43.36% from 255) = 22.27%
BLUE value IS 200 (78.52% from 255) = 40.49%
R=37.25%
G=22.27%
B=40.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841102000.080.4500.22289.334560.78
HexB86EC882D0161212d3d
Octal27015631010550264415575
Binary101110001101110110010001000101101010110100100001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EC8; }

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

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

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

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

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

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

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

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