Shades of Royal Heath #BD4A7A
Tints of Royal Heath #BD4A7A
RGB
CMYK
RGB Variations
Color information
#BD4A7A (or 0xBD4A7A) is known color: Royal Heath. HEX triplet: BD, 4A and 7A. RGB value is (189,74,122). Sum of RGB (Red+Green+Blue) = 189+74+122=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A7A is #42B585. Grayscale: #717171. Windows color (decimal): -4371846 or 8014525. OLE color: 8014525.
HSL color Cylindrical-coordinate representation of color #BD4A7A: hue angle of 334.96º 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 #BD4A7A is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 122 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.26 |
| HSL | 334.96º | 0.47% | 0.52% | - |
| HSV(B) | 334.96º | 0.61% | 0.74% | - |
| XYZ | 26.95 | 17.12 | 20.3 | - |
| YUV | 113.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 122 | 0 | 0.61 | 0.35 | 0.26 | 334.96 | 0.47 | 0.52 |
| Hex | BD | 4A | 7A | 0 | 3D | 23 | 1A | 14F | 2F | 34 |
| Octal | 275 | 112 | 172 | 0 | 75 | 43 | 32 | 517 | 57 | 64 |
| Binary | 10111101 | 1001010 | 1111010 | 0 | 111101 | 100011 | 11010 | 101001111 | 101111 | 110100 |
Color Harmonies of #BD4A7A
Complementary color
Monochromatic Colors of #BD4A7A
Black with #BD4A7A
Text Example
Text Example
White with #BD4A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A7A; }
p { color: rgb(189,74,122); }
H1.HeaderClassName
{
color: #BD4A7A;
}
.AnyTagClassName
{
color: #BD4A7A;
}
</style>
background-color css
<style>
a { background-color: #BD4A7A; }
a { background-color: rgb(189,74,122); }
div.DivClassName
{
background-color: #BD4A7A;
}
.BgClassName
{
background-color: #BD4A7A;
}
</style>
border-color css
<style>
span { border-color: #BD4A7A; }
span { border-color: rgb(189,74,122); }
td.TdClassName
{
border-color: #BD4A7A;
}
.TagClassName
{
border-color: #BD4A7A;
}
</style>