Shades of Royal Heath #BD4871
Tints of Royal Heath #BD4871
RGB
CMYK
RGB Variations
Color information
#BD4871 (or 0xBD4871) is known color: Royal Heath. HEX triplet: BD, 48 and 71. RGB value is (189,72,113). Sum of RGB (Red+Green+Blue) = 189+72+113=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4871 is #42B78E. Grayscale: #6F6F6F. Windows color (decimal): -4372367 or 7424189. OLE color: 7424189.
HSL color Cylindrical-coordinate representation of color #BD4871: hue angle of 338.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4871 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 113 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.26 |
| HSL | 338.97º | 0.47% | 0.51% | - |
| HSV(B) | 338.97º | 0.62% | 0.74% | - |
| XYZ | 26.28 | 16.65 | 17.45 | - |
| YUV | 111.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 113 | 0 | 0.62 | 0.40 | 0.26 | 338.97 | 0.47 | 0.51 |
| Hex | BD | 48 | 71 | 0 | 3E | 28 | 1A | 153 | 2F | 33 |
| Octal | 275 | 110 | 161 | 0 | 76 | 50 | 32 | 523 | 57 | 63 |
| Binary | 10111101 | 1001000 | 1110001 | 0 | 111110 | 101000 | 11010 | 101010011 | 101111 | 110011 |
Color Harmonies of #BD4871
Complementary color
Monochromatic Colors of #BD4871
Black with #BD4871
Text Example
Text Example
White with #BD4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4871; }
p { color: rgb(189,72,113); }
H1.HeaderClassName
{
color: #BD4871;
}
.AnyTagClassName
{
color: #BD4871;
}
</style>
background-color css
<style>
a { background-color: #BD4871; }
a { background-color: rgb(189,72,113); }
div.DivClassName
{
background-color: #BD4871;
}
.BgClassName
{
background-color: #BD4871;
}
</style>
border-color css
<style>
span { border-color: #BD4871; }
span { border-color: rgb(189,72,113); }
td.TdClassName
{
border-color: #BD4871;
}
.TagClassName
{
border-color: #BD4871;
}
</style>