Shades of Medium Orchid #B859D8
Tints of Medium Orchid #B859D8
RGB
CMYK
RGB Variations
Color information
#B859D8 (or 0xB859D8) is known color: Medium Orchid. HEX triplet: B8, 59 and D8. RGB value is (184,89,216). Sum of RGB (Red+Green+Blue) = 184+89+216=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #B859D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859D8 is #47A627. Grayscale: #838383. Windows color (decimal): -4695592 or 14178744. OLE color: 14178744.
HSL color Cylindrical-coordinate representation of color #B859D8: hue angle of 284.88º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B859D8 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 89 | 216 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.15 |
| HSL | 284.88º | 0.62% | 0.6% | - |
| HSV(B) | 284.88º | 0.59% | 0.85% | - |
| XYZ | 35.73 | 22.29 | 67.39 | - |
| YUV | 131.88 | 175.47 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 216 | 0.15 | 0.59 | 0 | 0.15 | 284.88 | 0.62 | 0.6 |
| Hex | B8 | 59 | D8 | F | 3B | 0 | F | 11D | 3E | 3C |
| Octal | 270 | 131 | 330 | 17 | 73 | 0 | 17 | 435 | 76 | 74 |
| Binary | 10111000 | 1011001 | 11011000 | 1111 | 111011 | 0 | 1111 | 100011101 | 111110 | 111100 |
Color Harmonies of #B859D8
Complementary color
Monochromatic Colors of #B859D8
Black with #B859D8
Text Example
Text Example
White with #B859D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859D8; }
p { color: rgb(184,89,216); }
H1.HeaderClassName
{
color: #B859D8;
}
.AnyTagClassName
{
color: #B859D8;
}
</style>
background-color css
<style>
a { background-color: #B859D8; }
a { background-color: rgb(184,89,216); }
div.DivClassName
{
background-color: #B859D8;
}
.BgClassName
{
background-color: #B859D8;
}
</style>
border-color css
<style>
span { border-color: #B859D8; }
span { border-color: rgb(184,89,216); }
td.TdClassName
{
border-color: #B859D8;
}
.TagClassName
{
border-color: #B859D8;
}
</style>