Shades of Royal Heath #BD477D
Tints of Royal Heath #BD477D
RGB
CMYK
RGB Variations
Color information
#BD477D (or 0xBD477D) is known color: Royal Heath. HEX triplet: BD, 47 and 7D. RGB value is (189,71,125). Sum of RGB (Red+Green+Blue) = 189+71+125=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD477D is #42B882. Grayscale: #707070. Windows color (decimal): -4372611 or 8210365. OLE color: 8210365.
HSL color Cylindrical-coordinate representation of color #BD477D: hue angle of 332.54º 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 #BD477D is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 125 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.26 |
| HSL | 332.54º | 0.47% | 0.51% | - |
| HSV(B) | 332.54º | 0.62% | 0.74% | - |
| XYZ | 26.94 | 16.81 | 21.23 | - |
| YUV | 112.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 125 | 0 | 0.62 | 0.34 | 0.26 | 332.54 | 0.47 | 0.51 |
| Hex | BD | 47 | 7D | 0 | 3E | 22 | 1A | 14D | 2F | 33 |
| Octal | 275 | 107 | 175 | 0 | 76 | 42 | 32 | 515 | 57 | 63 |
| Binary | 10111101 | 1000111 | 1111101 | 0 | 111110 | 100010 | 11010 | 101001101 | 101111 | 110011 |
Color Harmonies of #BD477D
Complementary color
Monochromatic Colors of #BD477D
Black with #BD477D
Text Example
Text Example
White with #BD477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD477D; }
p { color: rgb(189,71,125); }
H1.HeaderClassName
{
color: #BD477D;
}
.AnyTagClassName
{
color: #BD477D;
}
</style>
background-color css
<style>
a { background-color: #BD477D; }
a { background-color: rgb(189,71,125); }
div.DivClassName
{
background-color: #BD477D;
}
.BgClassName
{
background-color: #BD477D;
}
</style>
border-color css
<style>
span { border-color: #BD477D; }
span { border-color: rgb(189,71,125); }
td.TdClassName
{
border-color: #BD477D;
}
.TagClassName
{
border-color: #BD477D;
}
</style>