Shades of Royal Heath #B24178
Tints of Royal Heath #B24178
RGB
CMYK
RGB Variations
Color information
#B24178 (or 0xB24178) is known color: Royal Heath. HEX triplet: B2, 41 and 78. RGB value is (178,65,120). Sum of RGB (Red+Green+Blue) = 178+65+120=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B24178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24178 is #4DBE87. Grayscale: #686868. Windows color (decimal): -5095048 or 7881138. OLE color: 7881138.
HSL color Cylindrical-coordinate representation of color #B24178: hue angle of 330.8º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24178 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 120 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.30 |
| HSL | 330.8º | 0.47% | 0.48% | - |
| HSV(B) | 330.8º | 0.63% | 0.7% | - |
| XYZ | 23.64 | 14.6 | 19.34 | - |
| YUV | 105.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 120 | 0 | 0.63 | 0.33 | 0.30 | 330.8 | 0.47 | 0.48 |
| Hex | B2 | 41 | 78 | 0 | 3F | 21 | 1E | 14B | 2F | 30 |
| Octal | 262 | 101 | 170 | 0 | 77 | 41 | 36 | 513 | 57 | 60 |
| Binary | 10110010 | 1000001 | 1111000 | 0 | 111111 | 100001 | 11110 | 101001011 | 101111 | 110000 |
Color Harmonies of #B24178
Complementary color
Monochromatic Colors of #B24178
Black with #B24178
Text Example
Text Example
White with #B24178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24178; }
p { color: rgb(178,65,120); }
H1.HeaderClassName
{
color: #B24178;
}
.AnyTagClassName
{
color: #B24178;
}
</style>
background-color css
<style>
a { background-color: #B24178; }
a { background-color: rgb(178,65,120); }
div.DivClassName
{
background-color: #B24178;
}
.BgClassName
{
background-color: #B24178;
}
</style>
border-color css
<style>
span { border-color: #B24178; }
span { border-color: rgb(178,65,120); }
td.TdClassName
{
border-color: #B24178;
}
.TagClassName
{
border-color: #B24178;
}
</style>