Shades of Royal Heath #B5487D
Tints of Royal Heath #B5487D
RGB
CMYK
RGB Variations
Color information
#B5487D (or 0xB5487D) is known color: Royal Heath. HEX triplet: B5, 48 and 7D. RGB value is (181,72,125). Sum of RGB (Red+Green+Blue) = 181+72+125=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5487D is #4AB782. Grayscale: #6E6E6E. Windows color (decimal): -4896643 or 8210613. OLE color: 8210613.
HSL color Cylindrical-coordinate representation of color #B5487D: hue angle of 330.83º 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 #B5487D is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 125 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.29 |
| HSL | 330.83º | 0.43% | 0.5% | - |
| HSV(B) | 330.83º | 0.6% | 0.71% | - |
| XYZ | 25.08 | 15.94 | 21.16 | - |
| YUV | 110.63 | 136.11 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 125 | 0 | 0.60 | 0.31 | 0.29 | 330.83 | 0.43 | 0.5 |
| Hex | B5 | 48 | 7D | 0 | 3C | 1F | 1D | 14B | 2B | 32 |
| Octal | 265 | 110 | 175 | 0 | 74 | 37 | 35 | 513 | 53 | 62 |
| Binary | 10110101 | 1001000 | 1111101 | 0 | 111100 | 11111 | 11101 | 101001011 | 101011 | 110010 |
Color Harmonies of #B5487D
Complementary color
Monochromatic Colors of #B5487D
Black with #B5487D
Text Example
Text Example
White with #B5487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5487D; }
p { color: rgb(181,72,125); }
H1.HeaderClassName
{
color: #B5487D;
}
.AnyTagClassName
{
color: #B5487D;
}
</style>
background-color css
<style>
a { background-color: #B5487D; }
a { background-color: rgb(181,72,125); }
div.DivClassName
{
background-color: #B5487D;
}
.BgClassName
{
background-color: #B5487D;
}
</style>
border-color css
<style>
span { border-color: #B5487D; }
span { border-color: rgb(181,72,125); }
td.TdClassName
{
border-color: #B5487D;
}
.TagClassName
{
border-color: #B5487D;
}
</style>