Shades of Royal Heath #B24778
Tints of Royal Heath #B24778
RGB
CMYK
RGB Variations
Color information
#B24778 (or 0xB24778) is known color: Royal Heath. HEX triplet: B2, 47 and 78. RGB value is (178,71,120). Sum of RGB (Red+Green+Blue) = 178+71+120=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B24778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24778 is #4DB887. Grayscale: #6C6C6C. Windows color (decimal): -5093512 or 7882674. OLE color: 7882674.
HSL color Cylindrical-coordinate representation of color #B24778: hue angle of 332.52º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24778 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 120 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.30 |
| HSL | 332.52º | 0.43% | 0.49% | - |
| HSV(B) | 332.52º | 0.6% | 0.7% | - |
| XYZ | 24 | 15.33 | 19.46 | - |
| YUV | 108.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 120 | 0 | 0.60 | 0.33 | 0.30 | 332.52 | 0.43 | 0.49 |
| Hex | B2 | 47 | 78 | 0 | 3C | 21 | 1E | 14D | 2B | 31 |
| Octal | 262 | 107 | 170 | 0 | 74 | 41 | 36 | 515 | 53 | 61 |
| Binary | 10110010 | 1000111 | 1111000 | 0 | 111100 | 100001 | 11110 | 101001101 | 101011 | 110001 |
Color Harmonies of #B24778
Complementary color
Monochromatic Colors of #B24778
Black with #B24778
Text Example
Text Example
White with #B24778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24778; }
p { color: rgb(178,71,120); }
H1.HeaderClassName
{
color: #B24778;
}
.AnyTagClassName
{
color: #B24778;
}
</style>
background-color css
<style>
a { background-color: #B24778; }
a { background-color: rgb(178,71,120); }
div.DivClassName
{
background-color: #B24778;
}
.BgClassName
{
background-color: #B24778;
}
</style>
border-color css
<style>
span { border-color: #B24778; }
span { border-color: rgb(178,71,120); }
td.TdClassName
{
border-color: #B24778;
}
.TagClassName
{
border-color: #B24778;
}
</style>