Shades of Royal Heath #B24D7F
Tints of Royal Heath #B24D7F
RGB
CMYK
RGB Variations
Color information
#B24D7F (or 0xB24D7F) is known color: Royal Heath. HEX triplet: B2, 4D and 7F. RGB value is (178,77,127). Sum of RGB (Red+Green+Blue) = 178+77+127=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D7F is #4DB280. Grayscale: #707070. Windows color (decimal): -5091969 or 8342962. OLE color: 8342962.
HSL color Cylindrical-coordinate representation of color #B24D7F: hue angle of 330.3º 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 #B24D7F is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 127 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.30 |
| HSL | 330.3º | 0.4% | 0.5% | - |
| HSV(B) | 330.3º | 0.57% | 0.7% | - |
| XYZ | 24.84 | 16.31 | 21.92 | - |
| YUV | 112.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 127 | 0 | 0.57 | 0.29 | 0.30 | 330.3 | 0.4 | 0.5 |
| Hex | B2 | 4D | 7F | 0 | 39 | 1D | 1E | 14A | 28 | 32 |
| Octal | 262 | 115 | 177 | 0 | 71 | 35 | 36 | 512 | 50 | 62 |
| Binary | 10110010 | 1001101 | 1111111 | 0 | 111001 | 11101 | 11110 | 101001010 | 101000 | 110010 |
Color Harmonies of #B24D7F
Complementary color
Monochromatic Colors of #B24D7F
Black with #B24D7F
Text Example
Text Example
White with #B24D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D7F; }
p { color: rgb(178,77,127); }
H1.HeaderClassName
{
color: #B24D7F;
}
.AnyTagClassName
{
color: #B24D7F;
}
</style>
background-color css
<style>
a { background-color: #B24D7F; }
a { background-color: rgb(178,77,127); }
div.DivClassName
{
background-color: #B24D7F;
}
.BgClassName
{
background-color: #B24D7F;
}
</style>
border-color css
<style>
span { border-color: #B24D7F; }
span { border-color: rgb(178,77,127); }
td.TdClassName
{
border-color: #B24D7F;
}
.TagClassName
{
border-color: #B24D7F;
}
</style>