Shades of Royal Heath #B24678
Tints of Royal Heath #B24678
RGB
CMYK
RGB Variations
Color information
#B24678 (or 0xB24678) is known color: Royal Heath. HEX triplet: B2, 46 and 78. RGB value is (178,70,120). Sum of RGB (Red+Green+Blue) = 178+70+120=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B24678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24678 is #4DB987. Grayscale: #6B6B6B. Windows color (decimal): -5093768 or 7882418. OLE color: 7882418.
HSL color Cylindrical-coordinate representation of color #B24678: hue angle of 332.22º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24678 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 120 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.30 |
| HSL | 332.22º | 0.44% | 0.49% | - |
| HSV(B) | 332.22º | 0.61% | 0.7% | - |
| XYZ | 23.94 | 15.2 | 19.44 | - |
| YUV | 107.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 120 | 0 | 0.61 | 0.33 | 0.30 | 332.22 | 0.44 | 0.49 |
| Hex | B2 | 46 | 78 | 0 | 3D | 21 | 1E | 14C | 2C | 31 |
| Octal | 262 | 106 | 170 | 0 | 75 | 41 | 36 | 514 | 54 | 61 |
| Binary | 10110010 | 1000110 | 1111000 | 0 | 111101 | 100001 | 11110 | 101001100 | 101100 | 110001 |
Color Harmonies of #B24678
Complementary color
Monochromatic Colors of #B24678
Black with #B24678
Text Example
Text Example
White with #B24678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24678; }
p { color: rgb(178,70,120); }
H1.HeaderClassName
{
color: #B24678;
}
.AnyTagClassName
{
color: #B24678;
}
</style>
background-color css
<style>
a { background-color: #B24678; }
a { background-color: rgb(178,70,120); }
div.DivClassName
{
background-color: #B24678;
}
.BgClassName
{
background-color: #B24678;
}
</style>
border-color css
<style>
span { border-color: #B24678; }
span { border-color: rgb(178,70,120); }
td.TdClassName
{
border-color: #B24678;
}
.TagClassName
{
border-color: #B24678;
}
</style>