Shades of Royal Heath #BD5478
Tints of Royal Heath #BD5478
RGB
CMYK
RGB Variations
Color information
#BD5478 (or 0xBD5478) is known color: Royal Heath. HEX triplet: BD, 54 and 78. RGB value is (189,84,120). Sum of RGB (Red+Green+Blue) = 189+84+120=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5478 is #42AB87. Grayscale: #777777. Windows color (decimal): -4369288 or 7886013. OLE color: 7886013.
HSL color Cylindrical-coordinate representation of color #BD5478: hue angle of 339.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5478 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 120 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.26 |
| HSL | 339.43º | 0.44% | 0.54% | - |
| HSV(B) | 339.43º | 0.56% | 0.74% | - |
| XYZ | 27.55 | 18.52 | 19.89 | - |
| YUV | 119.5 | 128.29 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 120 | 0 | 0.56 | 0.37 | 0.26 | 339.43 | 0.44 | 0.54 |
| Hex | BD | 54 | 78 | 0 | 38 | 25 | 1A | 153 | 2C | 36 |
| Octal | 275 | 124 | 170 | 0 | 70 | 45 | 32 | 523 | 54 | 66 |
| Binary | 10111101 | 1010100 | 1111000 | 0 | 111000 | 100101 | 11010 | 101010011 | 101100 | 110110 |
Color Harmonies of #BD5478
Complementary color
Monochromatic Colors of #BD5478
Black with #BD5478
Text Example
Text Example
White with #BD5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5478; }
p { color: rgb(189,84,120); }
H1.HeaderClassName
{
color: #BD5478;
}
.AnyTagClassName
{
color: #BD5478;
}
</style>
background-color css
<style>
a { background-color: #BD5478; }
a { background-color: rgb(189,84,120); }
div.DivClassName
{
background-color: #BD5478;
}
.BgClassName
{
background-color: #BD5478;
}
</style>
border-color css
<style>
span { border-color: #BD5478; }
span { border-color: rgb(189,84,120); }
td.TdClassName
{
border-color: #BD5478;
}
.TagClassName
{
border-color: #BD5478;
}
</style>