Shades of Royal Heath #BD5878
Tints of Royal Heath #BD5878
RGB
CMYK
RGB Variations
Color information
#BD5878 (or 0xBD5878) is known color: Royal Heath. HEX triplet: BD, 58 and 78. RGB value is (189,88,120). Sum of RGB (Red+Green+Blue) = 189+88+120=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5878 is #42A787. Grayscale: #797979. Windows color (decimal): -4368264 or 7887037. OLE color: 7887037.
HSL color Cylindrical-coordinate representation of color #BD5878: hue angle of 340.99º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5878 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 120 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.26 |
| HSL | 340.99º | 0.43% | 0.54% | - |
| HSV(B) | 340.99º | 0.53% | 0.74% | - |
| XYZ | 27.87 | 19.15 | 20 | - |
| YUV | 121.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 120 | 0 | 0.53 | 0.37 | 0.26 | 340.99 | 0.43 | 0.54 |
| Hex | BD | 58 | 78 | 0 | 35 | 25 | 1A | 155 | 2B | 36 |
| Octal | 275 | 130 | 170 | 0 | 65 | 45 | 32 | 525 | 53 | 66 |
| Binary | 10111101 | 1011000 | 1111000 | 0 | 110101 | 100101 | 11010 | 101010101 | 101011 | 110110 |
Color Harmonies of #BD5878
Complementary color
Monochromatic Colors of #BD5878
Black with #BD5878
Text Example
Text Example
White with #BD5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5878; }
p { color: rgb(189,88,120); }
H1.HeaderClassName
{
color: #BD5878;
}
.AnyTagClassName
{
color: #BD5878;
}
</style>
background-color css
<style>
a { background-color: #BD5878; }
a { background-color: rgb(189,88,120); }
div.DivClassName
{
background-color: #BD5878;
}
.BgClassName
{
background-color: #BD5878;
}
</style>
border-color css
<style>
span { border-color: #BD5878; }
span { border-color: rgb(189,88,120); }
td.TdClassName
{
border-color: #BD5878;
}
.TagClassName
{
border-color: #BD5878;
}
</style>