Shades of Royal Heath #BD5980
Tints of Royal Heath #BD5980
RGB
CMYK
RGB Variations
Color information
#BD5980 (or 0xBD5980) is known color: Royal Heath. HEX triplet: BD, 59 and 80. RGB value is (189,89,128). Sum of RGB (Red+Green+Blue) = 189+89+128=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5980 is #42A67F. Grayscale: #7B7B7B. Windows color (decimal): -4368000 or 8411581. OLE color: 8411581.
HSL color Cylindrical-coordinate representation of color #BD5980: hue angle of 336.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5980 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 128 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.26 |
| HSL | 336.6º | 0.43% | 0.55% | - |
| HSV(B) | 336.6º | 0.53% | 0.74% | - |
| XYZ | 28.45 | 19.52 | 22.69 | - |
| YUV | 123.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 128 | 0 | 0.53 | 0.32 | 0.26 | 336.6 | 0.43 | 0.55 |
| Hex | BD | 59 | 80 | 0 | 35 | 20 | 1A | 151 | 2B | 37 |
| Octal | 275 | 131 | 200 | 0 | 65 | 40 | 32 | 521 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10000000 | 0 | 110101 | 100000 | 11010 | 101010001 | 101011 | 110111 |
Color Harmonies of #BD5980
Complementary color
Monochromatic Colors of #BD5980
Black with #BD5980
Text Example
Text Example
White with #BD5980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5980; }
p { color: rgb(189,89,128); }
H1.HeaderClassName
{
color: #BD5980;
}
.AnyTagClassName
{
color: #BD5980;
}
</style>
background-color css
<style>
a { background-color: #BD5980; }
a { background-color: rgb(189,89,128); }
div.DivClassName
{
background-color: #BD5980;
}
.BgClassName
{
background-color: #BD5980;
}
</style>
border-color css
<style>
span { border-color: #BD5980; }
span { border-color: rgb(189,89,128); }
td.TdClassName
{
border-color: #BD5980;
}
.TagClassName
{
border-color: #BD5980;
}
</style>