Shades of Royal Heath #B24D7B
Tints of Royal Heath #B24D7B
RGB
CMYK
RGB Variations
Color information
#B24D7B (or 0xB24D7B) is known color: Royal Heath. HEX triplet: B2, 4D and 7B. RGB value is (178,77,123). Sum of RGB (Red+Green+Blue) = 178+77+123=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D7B is #4DB284. Grayscale: #707070. Windows color (decimal): -5091973 or 8080818. OLE color: 8080818.
HSL color Cylindrical-coordinate representation of color #B24D7B: hue angle of 332.67º 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 #B24D7B is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 123 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.30 |
| HSL | 332.67º | 0.4% | 0.5% | - |
| HSV(B) | 332.67º | 0.57% | 0.7% | - |
| XYZ | 24.59 | 16.2 | 20.57 | - |
| YUV | 112.44 | 133.96 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 123 | 0 | 0.57 | 0.31 | 0.30 | 332.67 | 0.4 | 0.5 |
| Hex | B2 | 4D | 7B | 0 | 39 | 1F | 1E | 14D | 28 | 32 |
| Octal | 262 | 115 | 173 | 0 | 71 | 37 | 36 | 515 | 50 | 62 |
| Binary | 10110010 | 1001101 | 1111011 | 0 | 111001 | 11111 | 11110 | 101001101 | 101000 | 110010 |
Color Harmonies of #B24D7B
Complementary color
Monochromatic Colors of #B24D7B
Black with #B24D7B
Text Example
Text Example
White with #B24D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D7B; }
p { color: rgb(178,77,123); }
H1.HeaderClassName
{
color: #B24D7B;
}
.AnyTagClassName
{
color: #B24D7B;
}
</style>
background-color css
<style>
a { background-color: #B24D7B; }
a { background-color: rgb(178,77,123); }
div.DivClassName
{
background-color: #B24D7B;
}
.BgClassName
{
background-color: #B24D7B;
}
</style>
border-color css
<style>
span { border-color: #B24D7B; }
span { border-color: rgb(178,77,123); }
td.TdClassName
{
border-color: #B24D7B;
}
.TagClassName
{
border-color: #B24D7B;
}
</style>