Shades of Medium Orchid #B559CE
Tints of Medium Orchid #B559CE
RGB
CMYK
RGB Variations
Color information
#B559CE (or 0xB559CE) is known color: Medium Orchid. HEX triplet: B5, 59 and CE. RGB value is (181,89,206). Sum of RGB (Red+Green+Blue) = 181+89+206=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #B559CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559CE is #4AA631. Grayscale: #818181. Windows color (decimal): -4892210 or 13523381. OLE color: 13523381.
HSL color Cylindrical-coordinate representation of color #B559CE: hue angle of 287.18º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B559CE is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 89 | 206 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.19 |
| HSL | 287.18º | 0.54% | 0.58% | - |
| HSV(B) | 287.18º | 0.57% | 0.81% | - |
| XYZ | 33.77 | 21.42 | 60.75 | - |
| YUV | 129.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 206 | 0.12 | 0.57 | 0 | 0.19 | 287.18 | 0.54 | 0.58 |
| Hex | B5 | 59 | CE | C | 39 | 0 | 13 | 11F | 36 | 3A |
| Octal | 265 | 131 | 316 | 14 | 71 | 0 | 23 | 437 | 66 | 72 |
| Binary | 10110101 | 1011001 | 11001110 | 1100 | 111001 | 0 | 10011 | 100011111 | 110110 | 111010 |
Color Harmonies of #B559CE
Complementary color
Monochromatic Colors of #B559CE
Black with #B559CE
Text Example
Text Example
White with #B559CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B559CE; }
p { color: rgb(181,89,206); }
H1.HeaderClassName
{
color: #B559CE;
}
.AnyTagClassName
{
color: #B559CE;
}
</style>
background-color css
<style>
a { background-color: #B559CE; }
a { background-color: rgb(181,89,206); }
div.DivClassName
{
background-color: #B559CE;
}
.BgClassName
{
background-color: #B559CE;
}
</style>
border-color css
<style>
span { border-color: #B559CE; }
span { border-color: rgb(181,89,206); }
td.TdClassName
{
border-color: #B559CE;
}
.TagClassName
{
border-color: #B559CE;
}
</style>