Shades of Royal Heath #B24F81
Tints of Royal Heath #B24F81
RGB
CMYK
RGB Variations
Color information
#B24F81 (or 0xB24F81) is known color: Royal Heath. HEX triplet: B2, 4F and 81. RGB value is (178,79,129). Sum of RGB (Red+Green+Blue) = 178+79+129=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24F81 is #4DB07E. Grayscale: #727272. Windows color (decimal): -5091455 or 8474546. OLE color: 8474546.
HSL color Cylindrical-coordinate representation of color #B24F81: hue angle of 329.7º 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 #B24F81 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 129 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.30 |
| HSL | 329.7º | 0.39% | 0.5% | - |
| HSV(B) | 329.7º | 0.56% | 0.7% | - |
| XYZ | 25.12 | 16.64 | 22.66 | - |
| YUV | 114.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 129 | 0 | 0.56 | 0.28 | 0.30 | 329.7 | 0.39 | 0.5 |
| Hex | B2 | 4F | 81 | 0 | 38 | 1C | 1E | 14A | 27 | 32 |
| Octal | 262 | 117 | 201 | 0 | 70 | 34 | 36 | 512 | 47 | 62 |
| Binary | 10110010 | 1001111 | 10000001 | 0 | 111000 | 11100 | 11110 | 101001010 | 100111 | 110010 |
Color Harmonies of #B24F81
Complementary color
Monochromatic Colors of #B24F81
Black with #B24F81
Text Example
Text Example
White with #B24F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F81; }
p { color: rgb(178,79,129); }
H1.HeaderClassName
{
color: #B24F81;
}
.AnyTagClassName
{
color: #B24F81;
}
</style>
background-color css
<style>
a { background-color: #B24F81; }
a { background-color: rgb(178,79,129); }
div.DivClassName
{
background-color: #B24F81;
}
.BgClassName
{
background-color: #B24F81;
}
</style>
border-color css
<style>
span { border-color: #B24F81; }
span { border-color: rgb(178,79,129); }
td.TdClassName
{
border-color: #B24F81;
}
.TagClassName
{
border-color: #B24F81;
}
</style>