#B86BD1

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

Shades of Medium Orchid #B86BD1

Tints of Medium Orchid #B86BD1

Color information

#B86BD1 (or 0xB86BD1) is unknown color: approx Medium Orchid. HEX triplet: B8, 6B and D1. RGB value is (184,107,209). Sum of RGB (Red+Green+Blue) = 184+107+209=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #B86BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BD1 is #47942E. Grayscale: #8D8D8D. Windows color (decimal): -4690991 or 13724600. OLE color: 13724600.

HSL color Cylindrical-coordinate representation of color #B86BD1: hue angle of 285.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B86BD1 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB184107209-
CMYK0.120.4900.18
HSL285.29º52.58%61.96%-
HSV(B)285.29º48.8%81.96%-
XYZ36.5325.3163.28-
YUV141.65166.01158.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 107 (42.19% from 255) = 21.4%
BLUE value IS 209 (82.03% from 255) = 41.8%
R=36.8%
G=21.4%
B=41.8%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1841072090.120.4900.18285.2952.5861.96
HexB86BD1C3101211d353e
Octal27015332114610224356576
Binary101110001101011110100011100110001010010100011101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BD1; }

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

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

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

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

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

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

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

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