Shades of Royal Heath #B44A81
Tints of Royal Heath #B44A81
RGB
CMYK
RGB Variations
Color information
#B44A81 (or 0xB44A81) is known color: Royal Heath. HEX triplet: B4, 4A and 81. RGB value is (180,74,129). Sum of RGB (Red+Green+Blue) = 180+74+129=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44A81 is #4BB57E. Grayscale: #6F6F6F. Windows color (decimal): -4961663 or 8473268. OLE color: 8473268.
HSL color Cylindrical-coordinate representation of color #B44A81: hue angle of 328.87º 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 #B44A81 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 129 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.29 |
| HSL | 328.87º | 0.42% | 0.5% | - |
| HSV(B) | 328.87º | 0.59% | 0.71% | - |
| XYZ | 25.23 | 16.19 | 22.56 | - |
| YUV | 111.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 129 | 0 | 0.59 | 0.28 | 0.29 | 328.87 | 0.42 | 0.5 |
| Hex | B4 | 4A | 81 | 0 | 3B | 1C | 1D | 149 | 2A | 32 |
| Octal | 264 | 112 | 201 | 0 | 73 | 34 | 35 | 511 | 52 | 62 |
| Binary | 10110100 | 1001010 | 10000001 | 0 | 111011 | 11100 | 11101 | 101001001 | 101010 | 110010 |
Color Harmonies of #B44A81
Complementary color
Monochromatic Colors of #B44A81
Black with #B44A81
Text Example
Text Example
White with #B44A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A81; }
p { color: rgb(180,74,129); }
H1.HeaderClassName
{
color: #B44A81;
}
.AnyTagClassName
{
color: #B44A81;
}
</style>
background-color css
<style>
a { background-color: #B44A81; }
a { background-color: rgb(180,74,129); }
div.DivClassName
{
background-color: #B44A81;
}
.BgClassName
{
background-color: #B44A81;
}
</style>
border-color css
<style>
span { border-color: #B44A81; }
span { border-color: rgb(180,74,129); }
td.TdClassName
{
border-color: #B44A81;
}
.TagClassName
{
border-color: #B44A81;
}
</style>