#B86FDE

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

Shades of Medium Orchid #B86FDE

Tints of Medium Orchid #B86FDE

Color information

#B86FDE (or 0xB86FDE) is unknown color: approx Medium Orchid. HEX triplet: B8, 6F and DE. RGB value is (184,111,222). Sum of RGB (Red+Green+Blue) = 184+111+222=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #B86FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FDE is #479021. Grayscale: #919191. Windows color (decimal): -4689954 or 14577592. OLE color: 14577592.

HSL color Cylindrical-coordinate representation of color #B86FDE: hue angle of 279.46º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B86FDE is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184111222-
CMYK0.170.500.13
HSL279.46º62.71%65.29%-
HSV(B)279.46º50%87.06%-
XYZ38.6426.8372.25-
YUV145.48171.18155.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 111 (43.75% from 255) = 21.47%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=35.59%
G=21.47%
B=42.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841112220.170.500.13279.4662.7165.29
HexB86FDE11320D1173f41
Octal270157336216201542777101
Binary1011100011011111101111010001110010011011000101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FDE; }

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

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

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

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

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

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

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

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