Shades of Royal Heath #B44C78
Tints of Royal Heath #B44C78
RGB
CMYK
RGB Variations
Color information
#B44C78 (or 0xB44C78) is known color: Royal Heath. HEX triplet: B4, 4C and 78. RGB value is (180,76,120). Sum of RGB (Red+Green+Blue) = 180+76+120=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C78 is #4BB387. Grayscale: #707070. Windows color (decimal): -4961160 or 7883956. OLE color: 7883956.
HSL color Cylindrical-coordinate representation of color #B44C78: hue angle of 334.62º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44C78 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 120 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.29 |
| HSL | 334.62º | 0.41% | 0.5% | - |
| HSV(B) | 334.62º | 0.58% | 0.71% | - |
| XYZ | 24.8 | 16.23 | 19.59 | - |
| YUV | 112.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 120 | 0 | 0.58 | 0.33 | 0.29 | 334.62 | 0.41 | 0.5 |
| Hex | B4 | 4C | 78 | 0 | 3A | 21 | 1D | 14F | 29 | 32 |
| Octal | 264 | 114 | 170 | 0 | 72 | 41 | 35 | 517 | 51 | 62 |
| Binary | 10110100 | 1001100 | 1111000 | 0 | 111010 | 100001 | 11101 | 101001111 | 101001 | 110010 |
Color Harmonies of #B44C78
Complementary color
Monochromatic Colors of #B44C78
Black with #B44C78
Text Example
Text Example
White with #B44C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C78; }
p { color: rgb(180,76,120); }
H1.HeaderClassName
{
color: #B44C78;
}
.AnyTagClassName
{
color: #B44C78;
}
</style>
background-color css
<style>
a { background-color: #B44C78; }
a { background-color: rgb(180,76,120); }
div.DivClassName
{
background-color: #B44C78;
}
.BgClassName
{
background-color: #B44C78;
}
</style>
border-color css
<style>
span { border-color: #B44C78; }
span { border-color: rgb(180,76,120); }
td.TdClassName
{
border-color: #B44C78;
}
.TagClassName
{
border-color: #B44C78;
}
</style>