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