Shades of Royal Heath #B44C7E
Tints of Royal Heath #B44C7E
RGB
CMYK
RGB Variations
Color information
#B44C7E (or 0xB44C7E) is known color: Royal Heath. HEX triplet: B4, 4C and 7E. RGB value is (180,76,126). Sum of RGB (Red+Green+Blue) = 180+76+126=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C7E is #4BB381. Grayscale: #707070. Windows color (decimal): -4961154 or 8277172. OLE color: 8277172.
HSL color Cylindrical-coordinate representation of color #B44C7E: hue angle of 331.15º 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 #B44C7E is Cyan = 0, Magento = 0.58, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 126 | - |
| CMYK | 0 | 0.58 | 0.3 | 0.29 |
| HSL | 331.15º | 0.41% | 0.5% | - |
| HSV(B) | 331.15º | 0.58% | 0.71% | - |
| XYZ | 25.17 | 16.38 | 21.57 | - |
| YUV | 112.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 126 | 0 | 0.58 | 0.3 | 0.29 | 331.15 | 0.41 | 0.5 |
| Hex | B4 | 4C | 7E | 0 | 3A | 1E | 1D | 14B | 29 | 32 |
| Octal | 264 | 114 | 176 | 0 | 72 | 36 | 35 | 513 | 51 | 62 |
| Binary | 10110100 | 1001100 | 1111110 | 0 | 111010 | 11110 | 11101 | 101001011 | 101001 | 110010 |
Color Harmonies of #B44C7E
Complementary color
Monochromatic Colors of #B44C7E
Black with #B44C7E
Text Example
Text Example
White with #B44C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C7E; }
p { color: rgb(180,76,126); }
H1.HeaderClassName
{
color: #B44C7E;
}
.AnyTagClassName
{
color: #B44C7E;
}
</style>
background-color css
<style>
a { background-color: #B44C7E; }
a { background-color: rgb(180,76,126); }
div.DivClassName
{
background-color: #B44C7E;
}
.BgClassName
{
background-color: #B44C7E;
}
</style>
border-color css
<style>
span { border-color: #B44C7E; }
span { border-color: rgb(180,76,126); }
td.TdClassName
{
border-color: #B44C7E;
}
.TagClassName
{
border-color: #B44C7E;
}
</style>