Shades of Royal Heath #B24F80
Tints of Royal Heath #B24F80
RGB
CMYK
RGB Variations
Color information
#B24F80 (or 0xB24F80) is known color: Royal Heath. HEX triplet: B2, 4F and 80. RGB value is (178,79,128). Sum of RGB (Red+Green+Blue) = 178+79+128=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24F80 is #4DB07F. Grayscale: #727272. Windows color (decimal): -5091456 or 8409010. OLE color: 8409010.
HSL color Cylindrical-coordinate representation of color #B24F80: hue angle of 330.3º 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 #B24F80 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 128 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.30 |
| HSL | 330.3º | 0.39% | 0.5% | - |
| HSV(B) | 330.3º | 0.56% | 0.7% | - |
| XYZ | 25.05 | 16.62 | 22.31 | - |
| YUV | 114.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 128 | 0 | 0.56 | 0.28 | 0.30 | 330.3 | 0.39 | 0.5 |
| Hex | B2 | 4F | 80 | 0 | 38 | 1C | 1E | 14A | 27 | 32 |
| Octal | 262 | 117 | 200 | 0 | 70 | 34 | 36 | 512 | 47 | 62 |
| Binary | 10110010 | 1001111 | 10000000 | 0 | 111000 | 11100 | 11110 | 101001010 | 100111 | 110010 |
Color Harmonies of #B24F80
Complementary color
Monochromatic Colors of #B24F80
Black with #B24F80
Text Example
Text Example
White with #B24F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F80; }
p { color: rgb(178,79,128); }
H1.HeaderClassName
{
color: #B24F80;
}
.AnyTagClassName
{
color: #B24F80;
}
</style>
background-color css
<style>
a { background-color: #B24F80; }
a { background-color: rgb(178,79,128); }
div.DivClassName
{
background-color: #B24F80;
}
.BgClassName
{
background-color: #B24F80;
}
</style>
border-color css
<style>
span { border-color: #B24F80; }
span { border-color: rgb(178,79,128); }
td.TdClassName
{
border-color: #B24F80;
}
.TagClassName
{
border-color: #B24F80;
}
</style>