Shades of Royal Heath #B24681
Tints of Royal Heath #B24681
RGB
CMYK
RGB Variations
Color information
#B24681 (or 0xB24681) is known color: Royal Heath. HEX triplet: B2, 46 and 81. RGB value is (178,70,129). Sum of RGB (Red+Green+Blue) = 178+70+129=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B24681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24681 is #4DB97E. Grayscale: #6C6C6C. Windows color (decimal): -5093759 or 8472242. OLE color: 8472242.
HSL color Cylindrical-coordinate representation of color #B24681: hue angle of 327.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 #B24681 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 129 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.30 |
| HSL | 327.22º | 0.44% | 0.49% | - |
| HSV(B) | 327.22º | 0.61% | 0.7% | - |
| XYZ | 24.51 | 15.43 | 22.46 | - |
| YUV | 109.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 129 | 0 | 0.61 | 0.28 | 0.30 | 327.22 | 0.44 | 0.49 |
| Hex | B2 | 46 | 81 | 0 | 3D | 1C | 1E | 147 | 2C | 31 |
| Octal | 262 | 106 | 201 | 0 | 75 | 34 | 36 | 507 | 54 | 61 |
| Binary | 10110010 | 1000110 | 10000001 | 0 | 111101 | 11100 | 11110 | 101000111 | 101100 | 110001 |
Color Harmonies of #B24681
Complementary color
Monochromatic Colors of #B24681
Black with #B24681
Text Example
Text Example
White with #B24681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24681; }
p { color: rgb(178,70,129); }
H1.HeaderClassName
{
color: #B24681;
}
.AnyTagClassName
{
color: #B24681;
}
</style>
background-color css
<style>
a { background-color: #B24681; }
a { background-color: rgb(178,70,129); }
div.DivClassName
{
background-color: #B24681;
}
.BgClassName
{
background-color: #B24681;
}
</style>
border-color css
<style>
span { border-color: #B24681; }
span { border-color: rgb(178,70,129); }
td.TdClassName
{
border-color: #B24681;
}
.TagClassName
{
border-color: #B24681;
}
</style>