Shades of Medium Orchid #B859DB
Tints of Medium Orchid #B859DB
RGB
CMYK
RGB Variations
Color information
#B859DB (or 0xB859DB) is known color: Medium Orchid. HEX triplet: B8, 59 and DB. RGB value is (184,89,219). Sum of RGB (Red+Green+Blue) = 184+89+219=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #B859DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859DB is #47A624. Grayscale: #838383. Windows color (decimal): -4695589 or 14375352. OLE color: 14375352.
HSL color Cylindrical-coordinate representation of color #B859DB: hue angle of 283.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B859DB is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 89 | 219 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.14 |
| HSL | 283.85º | 0.64% | 0.6% | - |
| HSV(B) | 283.85º | 0.59% | 0.86% | - |
| XYZ | 36.13 | 22.45 | 69.45 | - |
| YUV | 132.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 219 | 0.16 | 0.59 | 0 | 0.14 | 283.85 | 0.64 | 0.6 |
| Hex | B8 | 59 | DB | 10 | 3B | 0 | E | 11C | 40 | 3C |
| Octal | 270 | 131 | 333 | 20 | 73 | 0 | 16 | 434 | 100 | 74 |
| Binary | 10111000 | 1011001 | 11011011 | 10000 | 111011 | 0 | 1110 | 100011100 | 1000000 | 111100 |
Color Harmonies of #B859DB
Complementary color
Monochromatic Colors of #B859DB
Black with #B859DB
Text Example
Text Example
White with #B859DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859DB; }
p { color: rgb(184,89,219); }
H1.HeaderClassName
{
color: #B859DB;
}
.AnyTagClassName
{
color: #B859DB;
}
</style>
background-color css
<style>
a { background-color: #B859DB; }
a { background-color: rgb(184,89,219); }
div.DivClassName
{
background-color: #B859DB;
}
.BgClassName
{
background-color: #B859DB;
}
</style>
border-color css
<style>
span { border-color: #B859DB; }
span { border-color: rgb(184,89,219); }
td.TdClassName
{
border-color: #B859DB;
}
.TagClassName
{
border-color: #B859DB;
}
</style>