Shades of Royal Heath #BD4A7F
Tints of Royal Heath #BD4A7F
RGB
CMYK
RGB Variations
Color information
#BD4A7F (or 0xBD4A7F) is known color: Royal Heath. HEX triplet: BD, 4A and 7F. RGB value is (189,74,127). Sum of RGB (Red+Green+Blue) = 189+74+127=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A7F is #42B580. Grayscale: #727272. Windows color (decimal): -4371841 or 8342205. OLE color: 8342205.
HSL color Cylindrical-coordinate representation of color #BD4A7F: hue angle of 332.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4A7F is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 127 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.26 |
| HSL | 332.35º | 0.47% | 0.52% | - |
| HSV(B) | 332.35º | 0.61% | 0.74% | - |
| XYZ | 27.27 | 17.25 | 21.97 | - |
| YUV | 114.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 127 | 0 | 0.61 | 0.33 | 0.26 | 332.35 | 0.47 | 0.52 |
| Hex | BD | 4A | 7F | 0 | 3D | 21 | 1A | 14C | 2F | 34 |
| Octal | 275 | 112 | 177 | 0 | 75 | 41 | 32 | 514 | 57 | 64 |
| Binary | 10111101 | 1001010 | 1111111 | 0 | 111101 | 100001 | 11010 | 101001100 | 101111 | 110100 |
Color Harmonies of #BD4A7F
Complementary color
Monochromatic Colors of #BD4A7F
Black with #BD4A7F
Text Example
Text Example
White with #BD4A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A7F; }
p { color: rgb(189,74,127); }
H1.HeaderClassName
{
color: #BD4A7F;
}
.AnyTagClassName
{
color: #BD4A7F;
}
</style>
background-color css
<style>
a { background-color: #BD4A7F; }
a { background-color: rgb(189,74,127); }
div.DivClassName
{
background-color: #BD4A7F;
}
.BgClassName
{
background-color: #BD4A7F;
}
</style>
border-color css
<style>
span { border-color: #BD4A7F; }
span { border-color: rgb(189,74,127); }
td.TdClassName
{
border-color: #BD4A7F;
}
.TagClassName
{
border-color: #BD4A7F;
}
</style>