Shades of Royal Heath #BD5578
Tints of Royal Heath #BD5578
RGB
CMYK
RGB Variations
Color information
#BD5578 (or 0xBD5578) is known color: Royal Heath. HEX triplet: BD, 55 and 78. RGB value is (189,85,120). Sum of RGB (Red+Green+Blue) = 189+85+120=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5578 is #42AA87. Grayscale: #787878. Windows color (decimal): -4369032 or 7886269. OLE color: 7886269.
HSL color Cylindrical-coordinate representation of color #BD5578: hue angle of 339.81º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5578 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 120 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.26 |
| HSL | 339.81º | 0.44% | 0.54% | - |
| HSV(B) | 339.81º | 0.55% | 0.74% | - |
| XYZ | 27.62 | 18.67 | 19.92 | - |
| YUV | 120.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 120 | 0 | 0.55 | 0.37 | 0.26 | 339.81 | 0.44 | 0.54 |
| Hex | BD | 55 | 78 | 0 | 37 | 25 | 1A | 154 | 2C | 36 |
| Octal | 275 | 125 | 170 | 0 | 67 | 45 | 32 | 524 | 54 | 66 |
| Binary | 10111101 | 1010101 | 1111000 | 0 | 110111 | 100101 | 11010 | 101010100 | 101100 | 110110 |
Color Harmonies of #BD5578
Complementary color
Monochromatic Colors of #BD5578
Black with #BD5578
Text Example
Text Example
White with #BD5578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5578; }
p { color: rgb(189,85,120); }
H1.HeaderClassName
{
color: #BD5578;
}
.AnyTagClassName
{
color: #BD5578;
}
</style>
background-color css
<style>
a { background-color: #BD5578; }
a { background-color: rgb(189,85,120); }
div.DivClassName
{
background-color: #BD5578;
}
.BgClassName
{
background-color: #BD5578;
}
</style>
border-color css
<style>
span { border-color: #BD5578; }
span { border-color: rgb(189,85,120); }
td.TdClassName
{
border-color: #BD5578;
}
.TagClassName
{
border-color: #BD5578;
}
</style>