Shades of Medium Orchid #B559D4
Tints of Medium Orchid #B559D4
RGB
CMYK
RGB Variations
Color information
#B559D4 (or 0xB559D4) is known color: Medium Orchid. HEX triplet: B5, 59 and D4. RGB value is (181,89,212). Sum of RGB (Red+Green+Blue) = 181+89+212=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #B559D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559D4 is #4AA62B. Grayscale: #828282. Windows color (decimal): -4892204 or 13916597. OLE color: 13916597.
HSL color Cylindrical-coordinate representation of color #B559D4: hue angle of 284.88º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B559D4 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 89 | 212 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.17 |
| HSL | 284.88º | 0.59% | 0.59% | - |
| HSV(B) | 284.88º | 0.58% | 0.83% | - |
| XYZ | 34.51 | 21.72 | 64.66 | - |
| YUV | 130.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 212 | 0.15 | 0.58 | 0 | 0.17 | 284.88 | 0.59 | 0.59 |
| Hex | B5 | 59 | D4 | F | 3A | 0 | 11 | 11D | 3B | 3B |
| Octal | 265 | 131 | 324 | 17 | 72 | 0 | 21 | 435 | 73 | 73 |
| Binary | 10110101 | 1011001 | 11010100 | 1111 | 111010 | 0 | 10001 | 100011101 | 111011 | 111011 |
Color Harmonies of #B559D4
Complementary color
Monochromatic Colors of #B559D4
Black with #B559D4
Text Example
Text Example
White with #B559D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B559D4; }
p { color: rgb(181,89,212); }
H1.HeaderClassName
{
color: #B559D4;
}
.AnyTagClassName
{
color: #B559D4;
}
</style>
background-color css
<style>
a { background-color: #B559D4; }
a { background-color: rgb(181,89,212); }
div.DivClassName
{
background-color: #B559D4;
}
.BgClassName
{
background-color: #B559D4;
}
</style>
border-color css
<style>
span { border-color: #B559D4; }
span { border-color: rgb(181,89,212); }
td.TdClassName
{
border-color: #B559D4;
}
.TagClassName
{
border-color: #B559D4;
}
</style>