Shades of Royal Heath #B7477C
Tints of Royal Heath #B7477C
RGB
CMYK
RGB Variations
Color information
#B7477C (or 0xB7477C) is known color: Royal Heath. HEX triplet: B7, 47 and 7C. RGB value is (183,71,124). Sum of RGB (Red+Green+Blue) = 183+71+124=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7477C is #48B883. Grayscale: #6E6E6E. Windows color (decimal): -4765828 or 8144823. OLE color: 8144823.
HSL color Cylindrical-coordinate representation of color #B7477C: hue angle of 331.61º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7477C is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 124 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.28 |
| HSL | 331.61º | 0.44% | 0.5% | - |
| HSV(B) | 331.61º | 0.61% | 0.72% | - |
| XYZ | 25.42 | 16.03 | 20.82 | - |
| YUV | 110.53 | 135.61 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 124 | 0 | 0.61 | 0.32 | 0.28 | 331.61 | 0.44 | 0.5 |
| Hex | B7 | 47 | 7C | 0 | 3D | 20 | 1C | 14C | 2C | 32 |
| Octal | 267 | 107 | 174 | 0 | 75 | 40 | 34 | 514 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1111100 | 0 | 111101 | 100000 | 11100 | 101001100 | 101100 | 110010 |
Color Harmonies of #B7477C
Complementary color
Monochromatic Colors of #B7477C
Black with #B7477C
Text Example
Text Example
White with #B7477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7477C; }
p { color: rgb(183,71,124); }
H1.HeaderClassName
{
color: #B7477C;
}
.AnyTagClassName
{
color: #B7477C;
}
</style>
background-color css
<style>
a { background-color: #B7477C; }
a { background-color: rgb(183,71,124); }
div.DivClassName
{
background-color: #B7477C;
}
.BgClassName
{
background-color: #B7477C;
}
</style>
border-color css
<style>
span { border-color: #B7477C; }
span { border-color: rgb(183,71,124); }
td.TdClassName
{
border-color: #B7477C;
}
.TagClassName
{
border-color: #B7477C;
}
</style>