Shades of Royal Heath #B24E7B
Tints of Royal Heath #B24E7B
RGB
CMYK
RGB Variations
Color information
#B24E7B (or 0xB24E7B) is known color: Royal Heath. HEX triplet: B2, 4E and 7B. RGB value is (178,78,123). Sum of RGB (Red+Green+Blue) = 178+78+123=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E7B is #4DB184. Grayscale: #707070. Windows color (decimal): -5091717 or 8081074. OLE color: 8081074.
HSL color Cylindrical-coordinate representation of color #B24E7B: hue angle of 333º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24E7B is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 123 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.30 |
| HSL | 333º | 0.39% | 0.5% | - |
| HSV(B) | 333º | 0.56% | 0.7% | - |
| XYZ | 24.66 | 16.34 | 20.59 | - |
| YUV | 113.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 123 | 0 | 0.56 | 0.31 | 0.30 | 333 | 0.39 | 0.5 |
| Hex | B2 | 4E | 7B | 0 | 38 | 1F | 1E | 14D | 27 | 32 |
| Octal | 262 | 116 | 173 | 0 | 70 | 37 | 36 | 515 | 47 | 62 |
| Binary | 10110010 | 1001110 | 1111011 | 0 | 111000 | 11111 | 11110 | 101001101 | 100111 | 110010 |
Color Harmonies of #B24E7B
Complementary color
Monochromatic Colors of #B24E7B
Black with #B24E7B
Text Example
Text Example
White with #B24E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E7B; }
p { color: rgb(178,78,123); }
H1.HeaderClassName
{
color: #B24E7B;
}
.AnyTagClassName
{
color: #B24E7B;
}
</style>
background-color css
<style>
a { background-color: #B24E7B; }
a { background-color: rgb(178,78,123); }
div.DivClassName
{
background-color: #B24E7B;
}
.BgClassName
{
background-color: #B24E7B;
}
</style>
border-color css
<style>
span { border-color: #B24E7B; }
span { border-color: rgb(178,78,123); }
td.TdClassName
{
border-color: #B24E7B;
}
.TagClassName
{
border-color: #B24E7B;
}
</style>