#B86BD4

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

Shades of Medium Orchid #B86BD4

Tints of Medium Orchid #B86BD4

Color information

#B86BD4 (or 0xB86BD4) is unknown color: approx Medium Orchid. HEX triplet: B8, 6B and D4. RGB value is (184,107,212). Sum of RGB (Red+Green+Blue) = 184+107+212=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #B86BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BD4 is #47942B. Grayscale: #8D8D8D. Windows color (decimal): -4690988 or 13921208. OLE color: 13921208.

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

Color convert

RGB184107212-
CMYK0.130.5000.17
HSL284º54.97%62.55%-
HSV(B)284º49.53%83.14%-
XYZ36.9125.4665.26-
YUV141.99167.51157.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=36.58%
G=21.27%
B=42.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1841072120.130.5000.1728454.9762.55
HexB86BD4D3201111c373f
Octal27015332415620214346777
Binary101110001101011110101001101110010010001100011100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BD4; }

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

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

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

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

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

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

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

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