#B86BE0

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

Shades of Medium Orchid #B86BE0

Tints of Medium Orchid #B86BE0

Color information

#B86BE0 (or 0xB86BE0) is unknown color: approx Medium Orchid. HEX triplet: B8, 6B and E0. RGB value is (184,107,224). Sum of RGB (Red+Green+Blue) = 184+107+224=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #B86BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BE0 is #47941F. Grayscale: #8E8E8E. Windows color (decimal): -4690976 or 14707640. OLE color: 14707640.

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

Color convert

RGB184107224-
CMYK0.180.5200.12
HSL279.49º65.36%64.9%-
HSV(B)279.49º52.23%87.84%-
XYZ38.4826.0973.53-
YUV143.36173.51156.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 107 (42.19% from 255) = 20.78%
BLUE value IS 224 (87.89% from 255) = 43.50%
R=35.73%
G=20.78%
B=43.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1841072240.180.5200.12279.4965.3664.9
HexB86BE012340C1174141
Octal2701533402264014427101101
Binary10111000110101111100000100101101000110010001011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BE0; }

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

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

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

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

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

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

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

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