Shades of Medium Orchid #B86AD0
Tints of Medium Orchid #B86AD0
RGB
CMYK
RGB Variations
Color information
#B86AD0 (or 0xB86AD0) is known color: Medium Orchid. HEX triplet: B8, 6A and D0. RGB value is (184,106,208). Sum of RGB (Red+Green+Blue) = 184+106+208=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #B86AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86AD0 is #47952F. Grayscale: #8C8C8C. Windows color (decimal): -4691248 or 13658808. OLE color: 13658808.
HSL color Cylindrical-coordinate representation of color #B86AD0: hue angle of 285.88º 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 #B86AD0 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 106 | 208 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.18 |
| HSL | 285.88º | 0.52% | 0.62% | - |
| HSV(B) | 285.88º | 0.49% | 0.82% | - |
| XYZ | 36.31 | 25.05 | 62.6 | - |
| YUV | 140.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 208 | 0.12 | 0.49 | 0 | 0.18 | 285.88 | 0.52 | 0.62 |
| Hex | B8 | 6A | D0 | C | 31 | 0 | 12 | 11E | 34 | 3E |
| Octal | 270 | 152 | 320 | 14 | 61 | 0 | 22 | 436 | 64 | 76 |
| Binary | 10111000 | 1101010 | 11010000 | 1100 | 110001 | 0 | 10010 | 100011110 | 110100 | 111110 |
Color Harmonies of #B86AD0
Complementary color
Monochromatic Colors of #B86AD0
Black with #B86AD0
Text Example
Text Example
White with #B86AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86AD0; }
p { color: rgb(184,106,208); }
H1.HeaderClassName
{
color: #B86AD0;
}
.AnyTagClassName
{
color: #B86AD0;
}
</style>
background-color css
<style>
a { background-color: #B86AD0; }
a { background-color: rgb(184,106,208); }
div.DivClassName
{
background-color: #B86AD0;
}
.BgClassName
{
background-color: #B86AD0;
}
</style>
border-color css
<style>
span { border-color: #B86AD0; }
span { border-color: rgb(184,106,208); }
td.TdClassName
{
border-color: #B86AD0;
}
.TagClassName
{
border-color: #B86AD0;
}
</style>