Shades of Royal Heath #B5477C
Tints of Royal Heath #B5477C
RGB
CMYK
RGB Variations
Color information
#B5477C (or 0xB5477C) is known color: Royal Heath. HEX triplet: B5, 47 and 7C. RGB value is (181,71,124). Sum of RGB (Red+Green+Blue) = 181+71+124=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5477C is #4AB883. Grayscale: #6D6D6D. Windows color (decimal): -4896900 or 8144821. OLE color: 8144821.
HSL color Cylindrical-coordinate representation of color #B5477C: hue angle of 331.09º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5477C is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 124 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.29 |
| HSL | 331.09º | 0.44% | 0.49% | - |
| HSV(B) | 331.09º | 0.61% | 0.71% | - |
| XYZ | 24.95 | 15.79 | 20.8 | - |
| YUV | 109.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 124 | 0 | 0.61 | 0.31 | 0.29 | 331.09 | 0.44 | 0.49 |
| Hex | B5 | 47 | 7C | 0 | 3D | 1F | 1D | 14B | 2C | 31 |
| Octal | 265 | 107 | 174 | 0 | 75 | 37 | 35 | 513 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1111100 | 0 | 111101 | 11111 | 11101 | 101001011 | 101100 | 110001 |
Color Harmonies of #B5477C
Complementary color
Monochromatic Colors of #B5477C
Black with #B5477C
Text Example
Text Example
White with #B5477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5477C; }
p { color: rgb(181,71,124); }
H1.HeaderClassName
{
color: #B5477C;
}
.AnyTagClassName
{
color: #B5477C;
}
</style>
background-color css
<style>
a { background-color: #B5477C; }
a { background-color: rgb(181,71,124); }
div.DivClassName
{
background-color: #B5477C;
}
.BgClassName
{
background-color: #B5477C;
}
</style>
border-color css
<style>
span { border-color: #B5477C; }
span { border-color: rgb(181,71,124); }
td.TdClassName
{
border-color: #B5477C;
}
.TagClassName
{
border-color: #B5477C;
}
</style>