#B86BD0

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

Shades of Medium Orchid #B86BD0

Tints of Medium Orchid #B86BD0

Color information

#B86BD0 (or 0xB86BD0) is unknown color: approx Medium Orchid. HEX triplet: B8, 6B and D0. RGB value is (184,107,208). Sum of RGB (Red+Green+Blue) = 184+107+208=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #B86BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BD0 is #47942F. Grayscale: #8D8D8D. Windows color (decimal): -4690992 or 13659064. OLE color: 13659064.

HSL color Cylindrical-coordinate representation of color #B86BD0: hue angle of 285.74º degrees, saturation: 0.52, 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 #B86BD0 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB184107208-
CMYK0.120.4900.18
HSL285.74º51.79%61.76%-
HSV(B)285.74º48.56%81.57%-
XYZ36.4125.2662.63-
YUV141.54165.51158.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 107 (42.19% from 255) = 21.44%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=36.87%
G=21.44%
B=41.68%

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
Decimal1841072080.120.4900.18285.7451.7961.76
HexB86BD0C3101211e343e
Octal27015332014610224366476
Binary101110001101011110100001100110001010010100011110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BD0; }

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

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

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

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

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

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

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

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