Shades of Royal Heath #B24782
Tints of Royal Heath #B24782
RGB
CMYK
RGB Variations
Color information
#B24782 (or 0xB24782) is known color: Royal Heath. HEX triplet: B2, 47 and 82. RGB value is (178,71,130). Sum of RGB (Red+Green+Blue) = 178+71+130=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B24782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24782 is #4DB87D. Grayscale: #6D6D6D. Windows color (decimal): -5093502 or 8538034. OLE color: 8538034.
HSL color Cylindrical-coordinate representation of color #B24782: hue angle of 326.92º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24782 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 130 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.30 |
| HSL | 326.92º | 0.43% | 0.49% | - |
| HSV(B) | 326.92º | 0.6% | 0.7% | - |
| XYZ | 24.64 | 15.58 | 22.83 | - |
| YUV | 109.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 130 | 0 | 0.60 | 0.27 | 0.30 | 326.92 | 0.43 | 0.49 |
| Hex | B2 | 47 | 82 | 0 | 3C | 1B | 1E | 147 | 2B | 31 |
| Octal | 262 | 107 | 202 | 0 | 74 | 33 | 36 | 507 | 53 | 61 |
| Binary | 10110010 | 1000111 | 10000010 | 0 | 111100 | 11011 | 11110 | 101000111 | 101011 | 110001 |
Color Harmonies of #B24782
Complementary color
Monochromatic Colors of #B24782
Black with #B24782
Text Example
Text Example
White with #B24782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24782; }
p { color: rgb(178,71,130); }
H1.HeaderClassName
{
color: #B24782;
}
.AnyTagClassName
{
color: #B24782;
}
</style>
background-color css
<style>
a { background-color: #B24782; }
a { background-color: rgb(178,71,130); }
div.DivClassName
{
background-color: #B24782;
}
.BgClassName
{
background-color: #B24782;
}
</style>
border-color css
<style>
span { border-color: #B24782; }
span { border-color: rgb(178,71,130); }
td.TdClassName
{
border-color: #B24782;
}
.TagClassName
{
border-color: #B24782;
}
</style>