Shades of Royal Heath #B44C80
Tints of Royal Heath #B44C80
RGB
CMYK
RGB Variations
Color information
#B44C80 (or 0xB44C80) is known color: Royal Heath. HEX triplet: B4, 4C and 80. RGB value is (180,76,128). Sum of RGB (Red+Green+Blue) = 180+76+128=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44C80 is #4BB37F. Grayscale: #707070. Windows color (decimal): -4961152 or 8408244. OLE color: 8408244.
HSL color Cylindrical-coordinate representation of color #B44C80: hue angle of 330º 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 #B44C80 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 128 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.29 |
| HSL | 330º | 0.41% | 0.5% | - |
| HSV(B) | 330º | 0.58% | 0.71% | - |
| XYZ | 25.3 | 16.43 | 22.26 | - |
| YUV | 113.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 128 | 0 | 0.58 | 0.29 | 0.29 | 330 | 0.41 | 0.5 |
| Hex | B4 | 4C | 80 | 0 | 3A | 1D | 1D | 14A | 29 | 32 |
| Octal | 264 | 114 | 200 | 0 | 72 | 35 | 35 | 512 | 51 | 62 |
| Binary | 10110100 | 1001100 | 10000000 | 0 | 111010 | 11101 | 11101 | 101001010 | 101001 | 110010 |
Color Harmonies of #B44C80
Complementary color
Monochromatic Colors of #B44C80
Black with #B44C80
Text Example
Text Example
White with #B44C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C80; }
p { color: rgb(180,76,128); }
H1.HeaderClassName
{
color: #B44C80;
}
.AnyTagClassName
{
color: #B44C80;
}
</style>
background-color css
<style>
a { background-color: #B44C80; }
a { background-color: rgb(180,76,128); }
div.DivClassName
{
background-color: #B44C80;
}
.BgClassName
{
background-color: #B44C80;
}
</style>
border-color css
<style>
span { border-color: #B44C80; }
span { border-color: rgb(180,76,128); }
td.TdClassName
{
border-color: #B44C80;
}
.TagClassName
{
border-color: #B44C80;
}
</style>