Shades of Royal Heath #B24C7D
Tints of Royal Heath #B24C7D
RGB
CMYK
RGB Variations
Color information
#B24C7D (or 0xB24C7D) is known color: Royal Heath. HEX triplet: B2, 4C and 7D. RGB value is (178,76,125). Sum of RGB (Red+Green+Blue) = 178+76+125=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C7D is #4DB382. Grayscale: #6F6F6F. Windows color (decimal): -5092227 or 8211634. OLE color: 8211634.
HSL color Cylindrical-coordinate representation of color #B24C7D: hue angle of 331.18º 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 #B24C7D is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 76 | 125 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.30 |
| HSL | 331.18º | 0.4% | 0.5% | - |
| HSV(B) | 331.18º | 0.57% | 0.7% | - |
| XYZ | 24.65 | 16.11 | 21.21 | - |
| YUV | 112.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 76 | 125 | 0 | 0.57 | 0.30 | 0.30 | 331.18 | 0.4 | 0.5 |
| Hex | B2 | 4C | 7D | 0 | 39 | 1E | 1E | 14B | 28 | 32 |
| Octal | 262 | 114 | 175 | 0 | 71 | 36 | 36 | 513 | 50 | 62 |
| Binary | 10110010 | 1001100 | 1111101 | 0 | 111001 | 11110 | 11110 | 101001011 | 101000 | 110010 |
Color Harmonies of #B24C7D
Complementary color
Monochromatic Colors of #B24C7D
Black with #B24C7D
Text Example
Text Example
White with #B24C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24C7D; }
p { color: rgb(178,76,125); }
H1.HeaderClassName
{
color: #B24C7D;
}
.AnyTagClassName
{
color: #B24C7D;
}
</style>
background-color css
<style>
a { background-color: #B24C7D; }
a { background-color: rgb(178,76,125); }
div.DivClassName
{
background-color: #B24C7D;
}
.BgClassName
{
background-color: #B24C7D;
}
</style>
border-color css
<style>
span { border-color: #B24C7D; }
span { border-color: rgb(178,76,125); }
td.TdClassName
{
border-color: #B24C7D;
}
.TagClassName
{
border-color: #B24C7D;
}
</style>