Shades of Royal Heath #B24D7C
Tints of Royal Heath #B24D7C
RGB
CMYK
RGB Variations
Color information
#B24D7C (or 0xB24D7C) is known color: Royal Heath. HEX triplet: B2, 4D and 7C. RGB value is (178,77,124). Sum of RGB (Red+Green+Blue) = 178+77+124=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D7C is #4DB283. Grayscale: #707070. Windows color (decimal): -5091972 or 8146354. OLE color: 8146354.
HSL color Cylindrical-coordinate representation of color #B24D7C: hue angle of 332.08º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24D7C is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 124 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.30 |
| HSL | 332.08º | 0.4% | 0.5% | - |
| HSV(B) | 332.08º | 0.57% | 0.7% | - |
| XYZ | 24.65 | 16.23 | 20.9 | - |
| YUV | 112.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 124 | 0 | 0.57 | 0.30 | 0.30 | 332.08 | 0.4 | 0.5 |
| Hex | B2 | 4D | 7C | 0 | 39 | 1E | 1E | 14C | 28 | 32 |
| Octal | 262 | 115 | 174 | 0 | 71 | 36 | 36 | 514 | 50 | 62 |
| Binary | 10110010 | 1001101 | 1111100 | 0 | 111001 | 11110 | 11110 | 101001100 | 101000 | 110010 |
Color Harmonies of #B24D7C
Complementary color
Monochromatic Colors of #B24D7C
Black with #B24D7C
Text Example
Text Example
White with #B24D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D7C; }
p { color: rgb(178,77,124); }
H1.HeaderClassName
{
color: #B24D7C;
}
.AnyTagClassName
{
color: #B24D7C;
}
</style>
background-color css
<style>
a { background-color: #B24D7C; }
a { background-color: rgb(178,77,124); }
div.DivClassName
{
background-color: #B24D7C;
}
.BgClassName
{
background-color: #B24D7C;
}
</style>
border-color css
<style>
span { border-color: #B24D7C; }
span { border-color: rgb(178,77,124); }
td.TdClassName
{
border-color: #B24D7C;
}
.TagClassName
{
border-color: #B24D7C;
}
</style>