Shades of Royal Heath #B24C7E
Tints of Royal Heath #B24C7E
RGB
CMYK
RGB Variations
Color information
#B24C7E (or 0xB24C7E) is known color: Royal Heath. HEX triplet: B2, 4C and 7E. RGB value is (178,76,126). Sum of RGB (Red+Green+Blue) = 178+76+126=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C7E is #4DB381. Grayscale: #707070. Windows color (decimal): -5092226 or 8277170. OLE color: 8277170.
HSL color Cylindrical-coordinate representation of color #B24C7E: hue angle of 330.59º 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 #B24C7E is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 76 | 126 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.30 |
| HSL | 330.59º | 0.4% | 0.5% | - |
| HSV(B) | 330.59º | 0.57% | 0.7% | - |
| XYZ | 24.71 | 16.14 | 21.55 | - |
| YUV | 112.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 76 | 126 | 0 | 0.57 | 0.29 | 0.30 | 330.59 | 0.4 | 0.5 |
| Hex | B2 | 4C | 7E | 0 | 39 | 1D | 1E | 14B | 28 | 32 |
| Octal | 262 | 114 | 176 | 0 | 71 | 35 | 36 | 513 | 50 | 62 |
| Binary | 10110010 | 1001100 | 1111110 | 0 | 111001 | 11101 | 11110 | 101001011 | 101000 | 110010 |
Color Harmonies of #B24C7E
Complementary color
Monochromatic Colors of #B24C7E
Black with #B24C7E
Text Example
Text Example
White with #B24C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24C7E; }
p { color: rgb(178,76,126); }
H1.HeaderClassName
{
color: #B24C7E;
}
.AnyTagClassName
{
color: #B24C7E;
}
</style>
background-color css
<style>
a { background-color: #B24C7E; }
a { background-color: rgb(178,76,126); }
div.DivClassName
{
background-color: #B24C7E;
}
.BgClassName
{
background-color: #B24C7E;
}
</style>
border-color css
<style>
span { border-color: #B24C7E; }
span { border-color: rgb(178,76,126); }
td.TdClassName
{
border-color: #B24C7E;
}
.TagClassName
{
border-color: #B24C7E;
}
</style>