Shades of Royal Heath #B24C82
Tints of Royal Heath #B24C82
RGB
CMYK
RGB Variations
Color information
#B24C82 (or 0xB24C82) is known color: Royal Heath. HEX triplet: B2, 4C and 82. RGB value is (178,76,130). Sum of RGB (Red+Green+Blue) = 178+76+130=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24C82 is #4DB37D. Grayscale: #707070. Windows color (decimal): -5092222 or 8539314. OLE color: 8539314.
HSL color Cylindrical-coordinate representation of color #B24C82: hue angle of 328.24º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24C82 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 76 | 130 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.30 |
| HSL | 328.24º | 0.4% | 0.5% | - |
| HSV(B) | 328.24º | 0.57% | 0.7% | - |
| XYZ | 24.97 | 16.25 | 22.94 | - |
| YUV | 112.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 76 | 130 | 0 | 0.57 | 0.27 | 0.30 | 328.24 | 0.4 | 0.5 |
| Hex | B2 | 4C | 82 | 0 | 39 | 1B | 1E | 148 | 28 | 32 |
| Octal | 262 | 114 | 202 | 0 | 71 | 33 | 36 | 510 | 50 | 62 |
| Binary | 10110010 | 1001100 | 10000010 | 0 | 111001 | 11011 | 11110 | 101001000 | 101000 | 110010 |
Color Harmonies of #B24C82
Complementary color
Monochromatic Colors of #B24C82
Black with #B24C82
Text Example
Text Example
White with #B24C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24C82; }
p { color: rgb(178,76,130); }
H1.HeaderClassName
{
color: #B24C82;
}
.AnyTagClassName
{
color: #B24C82;
}
</style>
background-color css
<style>
a { background-color: #B24C82; }
a { background-color: rgb(178,76,130); }
div.DivClassName
{
background-color: #B24C82;
}
.BgClassName
{
background-color: #B24C82;
}
</style>
border-color css
<style>
span { border-color: #B24C82; }
span { border-color: rgb(178,76,130); }
td.TdClassName
{
border-color: #B24C82;
}
.TagClassName
{
border-color: #B24C82;
}
</style>