Shades of Medium Orchid #B559DC
Tints of Medium Orchid #B559DC
RGB
CMYK
RGB Variations
Color information
#B559DC (or 0xB559DC) is known color: Medium Orchid. HEX triplet: B5, 59 and DC. RGB value is (181,89,220). Sum of RGB (Red+Green+Blue) = 181+89+220=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #B559DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559DC is #4AA623. Grayscale: #838383. Windows color (decimal): -4892196 or 14440885. OLE color: 14440885.
HSL color Cylindrical-coordinate representation of color #B559DC: hue angle of 282.14º 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 #B559DC is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 89 | 220 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.14 |
| HSL | 282.14º | 0.65% | 0.61% | - |
| HSV(B) | 282.14º | 0.6% | 0.86% | - |
| XYZ | 35.55 | 22.14 | 70.11 | - |
| YUV | 131.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 220 | 0.18 | 0.60 | 0 | 0.14 | 282.14 | 0.65 | 0.61 |
| Hex | B5 | 59 | DC | 12 | 3C | 0 | E | 11A | 41 | 3D |
| Octal | 265 | 131 | 334 | 22 | 74 | 0 | 16 | 432 | 101 | 75 |
| Binary | 10110101 | 1011001 | 11011100 | 10010 | 111100 | 0 | 1110 | 100011010 | 1000001 | 111101 |
Color Harmonies of #B559DC
Complementary color
Monochromatic Colors of #B559DC
Black with #B559DC
Text Example
Text Example
White with #B559DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B559DC; }
p { color: rgb(181,89,220); }
H1.HeaderClassName
{
color: #B559DC;
}
.AnyTagClassName
{
color: #B559DC;
}
</style>
background-color css
<style>
a { background-color: #B559DC; }
a { background-color: rgb(181,89,220); }
div.DivClassName
{
background-color: #B559DC;
}
.BgClassName
{
background-color: #B559DC;
}
</style>
border-color css
<style>
span { border-color: #B559DC; }
span { border-color: rgb(181,89,220); }
td.TdClassName
{
border-color: #B559DC;
}
.TagClassName
{
border-color: #B559DC;
}
</style>