Shades of Royal Heath #B5487F
Tints of Royal Heath #B5487F
RGB
CMYK
RGB Variations
Color information
#B5487F (or 0xB5487F) is known color: Royal Heath. HEX triplet: B5, 48 and 7F. RGB value is (181,72,127). Sum of RGB (Red+Green+Blue) = 181+72+127=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5487F is #4AB780. Grayscale: #6E6E6E. Windows color (decimal): -4896641 or 8341685. OLE color: 8341685.
HSL color Cylindrical-coordinate representation of color #B5487F: hue angle of 329.72º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5487F is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 127 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.29 |
| HSL | 329.72º | 0.43% | 0.5% | - |
| HSV(B) | 329.72º | 0.6% | 0.71% | - |
| XYZ | 25.2 | 15.99 | 21.84 | - |
| YUV | 110.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 127 | 0 | 0.60 | 0.30 | 0.29 | 329.72 | 0.43 | 0.5 |
| Hex | B5 | 48 | 7F | 0 | 3C | 1E | 1D | 14A | 2B | 32 |
| Octal | 265 | 110 | 177 | 0 | 74 | 36 | 35 | 512 | 53 | 62 |
| Binary | 10110101 | 1001000 | 1111111 | 0 | 111100 | 11110 | 11101 | 101001010 | 101011 | 110010 |
Color Harmonies of #B5487F
Complementary color
Monochromatic Colors of #B5487F
Black with #B5487F
Text Example
Text Example
White with #B5487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5487F; }
p { color: rgb(181,72,127); }
H1.HeaderClassName
{
color: #B5487F;
}
.AnyTagClassName
{
color: #B5487F;
}
</style>
background-color css
<style>
a { background-color: #B5487F; }
a { background-color: rgb(181,72,127); }
div.DivClassName
{
background-color: #B5487F;
}
.BgClassName
{
background-color: #B5487F;
}
</style>
border-color css
<style>
span { border-color: #B5487F; }
span { border-color: rgb(181,72,127); }
td.TdClassName
{
border-color: #B5487F;
}
.TagClassName
{
border-color: #B5487F;
}
</style>