Shades of Royal Heath #B5477E
Tints of Royal Heath #B5477E
RGB
CMYK
RGB Variations
Color information
#B5477E (or 0xB5477E) is known color: Royal Heath. HEX triplet: B5, 47 and 7E. RGB value is (181,71,126). Sum of RGB (Red+Green+Blue) = 181+71+126=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5477E is #4AB881. Grayscale: #6E6E6E. Windows color (decimal): -4896898 or 8275893. OLE color: 8275893.
HSL color Cylindrical-coordinate representation of color #B5477E: hue angle of 330º 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 #B5477E is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 126 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.29 |
| HSL | 330º | 0.44% | 0.49% | - |
| HSV(B) | 330º | 0.61% | 0.71% | - |
| XYZ | 25.08 | 15.84 | 21.47 | - |
| YUV | 110.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 126 | 0 | 0.61 | 0.30 | 0.29 | 330 | 0.44 | 0.49 |
| Hex | B5 | 47 | 7E | 0 | 3D | 1E | 1D | 14A | 2C | 31 |
| Octal | 265 | 107 | 176 | 0 | 75 | 36 | 35 | 512 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1111110 | 0 | 111101 | 11110 | 11101 | 101001010 | 101100 | 110001 |
Color Harmonies of #B5477E
Complementary color
Monochromatic Colors of #B5477E
Black with #B5477E
Text Example
Text Example
White with #B5477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5477E; }
p { color: rgb(181,71,126); }
H1.HeaderClassName
{
color: #B5477E;
}
.AnyTagClassName
{
color: #B5477E;
}
</style>
background-color css
<style>
a { background-color: #B5477E; }
a { background-color: rgb(181,71,126); }
div.DivClassName
{
background-color: #B5477E;
}
.BgClassName
{
background-color: #B5477E;
}
</style>
border-color css
<style>
span { border-color: #B5477E; }
span { border-color: rgb(181,71,126); }
td.TdClassName
{
border-color: #B5477E;
}
.TagClassName
{
border-color: #B5477E;
}
</style>