Shades of Royal Heath #B24881
Tints of Royal Heath #B24881
RGB
CMYK
RGB Variations
Color information
#B24881 (or 0xB24881) is known color: Royal Heath. HEX triplet: B2, 48 and 81. RGB value is (178,72,129). Sum of RGB (Red+Green+Blue) = 178+72+129=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B24881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24881 is #4DB77E. Grayscale: #6E6E6E. Windows color (decimal): -5093247 or 8472754. OLE color: 8472754.
HSL color Cylindrical-coordinate representation of color #B24881: hue angle of 327.74º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24881 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 129 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.30 |
| HSL | 327.74º | 0.42% | 0.49% | - |
| HSV(B) | 327.74º | 0.6% | 0.7% | - |
| XYZ | 24.64 | 15.68 | 22.5 | - |
| YUV | 110.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 129 | 0 | 0.60 | 0.28 | 0.30 | 327.74 | 0.42 | 0.49 |
| Hex | B2 | 48 | 81 | 0 | 3C | 1C | 1E | 148 | 2A | 31 |
| Octal | 262 | 110 | 201 | 0 | 74 | 34 | 36 | 510 | 52 | 61 |
| Binary | 10110010 | 1001000 | 10000001 | 0 | 111100 | 11100 | 11110 | 101001000 | 101010 | 110001 |
Color Harmonies of #B24881
Complementary color
Monochromatic Colors of #B24881
Black with #B24881
Text Example
Text Example
White with #B24881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24881; }
p { color: rgb(178,72,129); }
H1.HeaderClassName
{
color: #B24881;
}
.AnyTagClassName
{
color: #B24881;
}
</style>
background-color css
<style>
a { background-color: #B24881; }
a { background-color: rgb(178,72,129); }
div.DivClassName
{
background-color: #B24881;
}
.BgClassName
{
background-color: #B24881;
}
</style>
border-color css
<style>
span { border-color: #B24881; }
span { border-color: rgb(178,72,129); }
td.TdClassName
{
border-color: #B24881;
}
.TagClassName
{
border-color: #B24881;
}
</style>