Shades of Royal Heath #B4547C
Tints of Royal Heath #B4547C
RGB
CMYK
RGB Variations
Color information
#B4547C (or 0xB4547C) is known color: Royal Heath. HEX triplet: B4, 54 and 7C. RGB value is (180,84,124). Sum of RGB (Red+Green+Blue) = 180+84+124=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4547C is #4BAB83. Grayscale: #757575. Windows color (decimal): -4959108 or 8148148. OLE color: 8148148.
HSL color Cylindrical-coordinate representation of color #B4547C: hue angle of 335º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4547C is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 124 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.29 |
| HSL | 335º | 0.39% | 0.52% | - |
| HSV(B) | 335º | 0.53% | 0.71% | - |
| XYZ | 25.63 | 17.5 | 21.1 | - |
| YUV | 117.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 124 | 0 | 0.53 | 0.31 | 0.29 | 335 | 0.39 | 0.52 |
| Hex | B4 | 54 | 7C | 0 | 35 | 1F | 1D | 14F | 27 | 34 |
| Octal | 264 | 124 | 174 | 0 | 65 | 37 | 35 | 517 | 47 | 64 |
| Binary | 10110100 | 1010100 | 1111100 | 0 | 110101 | 11111 | 11101 | 101001111 | 100111 | 110100 |
Color Harmonies of #B4547C
Complementary color
Monochromatic Colors of #B4547C
Black with #B4547C
Text Example
Text Example
White with #B4547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4547C; }
p { color: rgb(180,84,124); }
H1.HeaderClassName
{
color: #B4547C;
}
.AnyTagClassName
{
color: #B4547C;
}
</style>
background-color css
<style>
a { background-color: #B4547C; }
a { background-color: rgb(180,84,124); }
div.DivClassName
{
background-color: #B4547C;
}
.BgClassName
{
background-color: #B4547C;
}
</style>
border-color css
<style>
span { border-color: #B4547C; }
span { border-color: rgb(180,84,124); }
td.TdClassName
{
border-color: #B4547C;
}
.TagClassName
{
border-color: #B4547C;
}
</style>