Shades of Royal Heath #B4497F
Tints of Royal Heath #B4497F
RGB
CMYK
RGB Variations
Color information
#B4497F (or 0xB4497F) is known color: Royal Heath. HEX triplet: B4, 49 and 7F. RGB value is (180,73,127). Sum of RGB (Red+Green+Blue) = 180+73+127=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B4497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4497F is #4BB680. Grayscale: #6F6F6F. Windows color (decimal): -4961921 or 8341940. OLE color: 8341940.
HSL color Cylindrical-coordinate representation of color #B4497F: hue angle of 329.72º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4497F is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 127 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.29 |
| HSL | 329.72º | 0.42% | 0.5% | - |
| HSV(B) | 329.72º | 0.59% | 0.71% | - |
| XYZ | 25.04 | 16 | 21.85 | - |
| YUV | 111.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 127 | 0 | 0.59 | 0.29 | 0.29 | 329.72 | 0.42 | 0.5 |
| Hex | B4 | 49 | 7F | 0 | 3B | 1D | 1D | 14A | 2A | 32 |
| Octal | 264 | 111 | 177 | 0 | 73 | 35 | 35 | 512 | 52 | 62 |
| Binary | 10110100 | 1001001 | 1111111 | 0 | 111011 | 11101 | 11101 | 101001010 | 101010 | 110010 |
Color Harmonies of #B4497F
Complementary color
Monochromatic Colors of #B4497F
Black with #B4497F
Text Example
Text Example
White with #B4497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4497F; }
p { color: rgb(180,73,127); }
H1.HeaderClassName
{
color: #B4497F;
}
.AnyTagClassName
{
color: #B4497F;
}
</style>
background-color css
<style>
a { background-color: #B4497F; }
a { background-color: rgb(180,73,127); }
div.DivClassName
{
background-color: #B4497F;
}
.BgClassName
{
background-color: #B4497F;
}
</style>
border-color css
<style>
span { border-color: #B4497F; }
span { border-color: rgb(180,73,127); }
td.TdClassName
{
border-color: #B4497F;
}
.TagClassName
{
border-color: #B4497F;
}
</style>