Shades of Medium Orchid #B559DB
Tints of Medium Orchid #B559DB
RGB
CMYK
RGB Variations
Color information
#B559DB (or 0xB559DB) is known color: Medium Orchid. HEX triplet: B5, 59 and DB. RGB value is (181,89,219). Sum of RGB (Red+Green+Blue) = 181+89+219=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #B559DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559DB is #4AA624. Grayscale: #828282. Windows color (decimal): -4892197 or 14375349. OLE color: 14375349.
HSL color Cylindrical-coordinate representation of color #B559DB: hue angle of 282.46º 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 #B559DB is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 89 | 219 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.14 |
| HSL | 282.46º | 0.64% | 0.6% | - |
| HSV(B) | 282.46º | 0.59% | 0.86% | - |
| XYZ | 35.41 | 22.08 | 69.41 | - |
| YUV | 131.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 219 | 0.17 | 0.59 | 0 | 0.14 | 282.46 | 0.64 | 0.6 |
| Hex | B5 | 59 | DB | 11 | 3B | 0 | E | 11A | 40 | 3C |
| Octal | 265 | 131 | 333 | 21 | 73 | 0 | 16 | 432 | 100 | 74 |
| Binary | 10110101 | 1011001 | 11011011 | 10001 | 111011 | 0 | 1110 | 100011010 | 1000000 | 111100 |
Color Harmonies of #B559DB
Complementary color
Monochromatic Colors of #B559DB
Black with #B559DB
Text Example
Text Example
White with #B559DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B559DB; }
p { color: rgb(181,89,219); }
H1.HeaderClassName
{
color: #B559DB;
}
.AnyTagClassName
{
color: #B559DB;
}
</style>
background-color css
<style>
a { background-color: #B559DB; }
a { background-color: rgb(181,89,219); }
div.DivClassName
{
background-color: #B559DB;
}
.BgClassName
{
background-color: #B559DB;
}
</style>
border-color css
<style>
span { border-color: #B559DB; }
span { border-color: rgb(181,89,219); }
td.TdClassName
{
border-color: #B559DB;
}
.TagClassName
{
border-color: #B559DB;
}
</style>