#B86EE1

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

Shades of Medium Orchid #B86EE1

Tints of Medium Orchid #B86EE1

Color information

#B86EE1 (or 0xB86EE1) is unknown color: approx Medium Orchid. HEX triplet: B8, 6E and E1. RGB value is (184,110,225). Sum of RGB (Red+Green+Blue) = 184+110+225=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #B86EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EE1 is #47911E. Grayscale: #909090. Windows color (decimal): -4690207 or 14773944. OLE color: 14773944.

HSL color Cylindrical-coordinate representation of color #B86EE1: hue angle of 278.61º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B86EE1 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB184110225-
CMYK0.180.5100.12
HSL278.61º65.71%65.69%-
HSV(B)278.61º51.11%88.24%-
XYZ38.9326.7874.35-
YUV145.24173.02155.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 110 (43.36% from 255) = 21.19%
BLUE value IS 225 (88.28% from 255) = 43.35%
R=35.45%
G=21.19%
B=43.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1841102250.180.5100.12278.6165.7165.69
HexB86EE112330C1174242
Octal2701563412263014427102102
Binary10111000110111011100001100101100110110010001011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EE1; }

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

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

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

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

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

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

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

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