Shades of Royal Heath #B44978
Tints of Royal Heath #B44978
RGB
CMYK
RGB Variations
Color information
#B44978 (or 0xB44978) is known color: Royal Heath. HEX triplet: B4, 49 and 78. RGB value is (180,73,120). Sum of RGB (Red+Green+Blue) = 180+73+120=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B44978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44978 is #4BB687. Grayscale: #6E6E6E. Windows color (decimal): -4961928 or 7883188. OLE color: 7883188.
HSL color Cylindrical-coordinate representation of color #B44978: hue angle of 333.64º 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 #B44978 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 120 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.29 |
| HSL | 333.64º | 0.42% | 0.5% | - |
| HSV(B) | 333.64º | 0.59% | 0.71% | - |
| XYZ | 24.6 | 15.82 | 19.53 | - |
| YUV | 110.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 120 | 0 | 0.59 | 0.33 | 0.29 | 333.64 | 0.42 | 0.5 |
| Hex | B4 | 49 | 78 | 0 | 3B | 21 | 1D | 14E | 2A | 32 |
| Octal | 264 | 111 | 170 | 0 | 73 | 41 | 35 | 516 | 52 | 62 |
| Binary | 10110100 | 1001001 | 1111000 | 0 | 111011 | 100001 | 11101 | 101001110 | 101010 | 110010 |
Color Harmonies of #B44978
Complementary color
Monochromatic Colors of #B44978
Black with #B44978
Text Example
Text Example
White with #B44978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44978; }
p { color: rgb(180,73,120); }
H1.HeaderClassName
{
color: #B44978;
}
.AnyTagClassName
{
color: #B44978;
}
</style>
background-color css
<style>
a { background-color: #B44978; }
a { background-color: rgb(180,73,120); }
div.DivClassName
{
background-color: #B44978;
}
.BgClassName
{
background-color: #B44978;
}
</style>
border-color css
<style>
span { border-color: #B44978; }
span { border-color: rgb(180,73,120); }
td.TdClassName
{
border-color: #B44978;
}
.TagClassName
{
border-color: #B44978;
}
</style>