Shades of Royal Heath #BD4479
Tints of Royal Heath #BD4479
RGB
CMYK
RGB Variations
Color information
#BD4479 (or 0xBD4479) is known color: Royal Heath. HEX triplet: BD, 44 and 79. RGB value is (189,68,121). Sum of RGB (Red+Green+Blue) = 189+68+121=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4479 is #42BB86. Grayscale: #6E6E6E. Windows color (decimal): -4373383 or 7947453. OLE color: 7947453.
HSL color Cylindrical-coordinate representation of color #BD4479: hue angle of 333.72º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4479 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 121 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.26 |
| HSL | 333.72º | 0.48% | 0.5% | - |
| HSV(B) | 333.72º | 0.64% | 0.74% | - |
| XYZ | 26.5 | 16.33 | 19.84 | - |
| YUV | 110.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 121 | 0 | 0.64 | 0.36 | 0.26 | 333.72 | 0.48 | 0.5 |
| Hex | BD | 44 | 79 | 0 | 40 | 24 | 1A | 14E | 30 | 32 |
| Octal | 275 | 104 | 171 | 0 | 100 | 44 | 32 | 516 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1111001 | 0 | 1000000 | 100100 | 11010 | 101001110 | 110000 | 110010 |
Color Harmonies of #BD4479
Complementary color
Monochromatic Colors of #BD4479
Black with #BD4479
Text Example
Text Example
White with #BD4479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4479; }
p { color: rgb(189,68,121); }
H1.HeaderClassName
{
color: #BD4479;
}
.AnyTagClassName
{
color: #BD4479;
}
</style>
background-color css
<style>
a { background-color: #BD4479; }
a { background-color: rgb(189,68,121); }
div.DivClassName
{
background-color: #BD4479;
}
.BgClassName
{
background-color: #BD4479;
}
</style>
border-color css
<style>
span { border-color: #BD4479; }
span { border-color: rgb(189,68,121); }
td.TdClassName
{
border-color: #BD4479;
}
.TagClassName
{
border-color: #BD4479;
}
</style>