Shades of Medium Orchid #B859DC
Tints of Medium Orchid #B859DC
RGB
CMYK
RGB Variations
Color information
#B859DC (or 0xB859DC) is known color: Medium Orchid. HEX triplet: B8, 59 and DC. RGB value is (184,89,220). Sum of RGB (Red+Green+Blue) = 184+89+220=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #B859DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859DC is #47A623. Grayscale: #838383. Windows color (decimal): -4695588 or 14440888. OLE color: 14440888.
HSL color Cylindrical-coordinate representation of color #B859DC: hue angle of 283.51º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B859DC is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 89 | 220 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.14 |
| HSL | 283.51º | 0.65% | 0.61% | - |
| HSV(B) | 283.51º | 0.6% | 0.86% | - |
| XYZ | 36.26 | 22.5 | 70.14 | - |
| YUV | 132.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 220 | 0.16 | 0.60 | 0 | 0.14 | 283.51 | 0.65 | 0.61 |
| Hex | B8 | 59 | DC | 10 | 3C | 0 | E | 11C | 41 | 3D |
| Octal | 270 | 131 | 334 | 20 | 74 | 0 | 16 | 434 | 101 | 75 |
| Binary | 10111000 | 1011001 | 11011100 | 10000 | 111100 | 0 | 1110 | 100011100 | 1000001 | 111101 |
Color Harmonies of #B859DC
Complementary color
Monochromatic Colors of #B859DC
Black with #B859DC
Text Example
Text Example
White with #B859DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859DC; }
p { color: rgb(184,89,220); }
H1.HeaderClassName
{
color: #B859DC;
}
.AnyTagClassName
{
color: #B859DC;
}
</style>
background-color css
<style>
a { background-color: #B859DC; }
a { background-color: rgb(184,89,220); }
div.DivClassName
{
background-color: #B859DC;
}
.BgClassName
{
background-color: #B859DC;
}
</style>
border-color css
<style>
span { border-color: #B859DC; }
span { border-color: rgb(184,89,220); }
td.TdClassName
{
border-color: #B859DC;
}
.TagClassName
{
border-color: #B859DC;
}
</style>