Shades of Royal Heath #B2497C
Tints of Royal Heath #B2497C
RGB
CMYK
RGB Variations
Color information
#B2497C (or 0xB2497C) is known color: Royal Heath. HEX triplet: B2, 49 and 7C. RGB value is (178,73,124). Sum of RGB (Red+Green+Blue) = 178+73+124=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2497C is #4DB683. Grayscale: #6E6E6E. Windows color (decimal): -5092996 or 8145330. OLE color: 8145330.
HSL color Cylindrical-coordinate representation of color #B2497C: hue angle of 330.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2497C is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 124 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.30 |
| HSL | 330.86º | 0.42% | 0.49% | - |
| HSV(B) | 330.86º | 0.59% | 0.7% | - |
| XYZ | 24.38 | 15.69 | 20.81 | - |
| YUV | 110.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 124 | 0 | 0.59 | 0.30 | 0.30 | 330.86 | 0.42 | 0.49 |
| Hex | B2 | 49 | 7C | 0 | 3B | 1E | 1E | 14B | 2A | 31 |
| Octal | 262 | 111 | 174 | 0 | 73 | 36 | 36 | 513 | 52 | 61 |
| Binary | 10110010 | 1001001 | 1111100 | 0 | 111011 | 11110 | 11110 | 101001011 | 101010 | 110001 |
Color Harmonies of #B2497C
Complementary color
Monochromatic Colors of #B2497C
Black with #B2497C
Text Example
Text Example
White with #B2497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2497C; }
p { color: rgb(178,73,124); }
H1.HeaderClassName
{
color: #B2497C;
}
.AnyTagClassName
{
color: #B2497C;
}
</style>
background-color css
<style>
a { background-color: #B2497C; }
a { background-color: rgb(178,73,124); }
div.DivClassName
{
background-color: #B2497C;
}
.BgClassName
{
background-color: #B2497C;
}
</style>
border-color css
<style>
span { border-color: #B2497C; }
span { border-color: rgb(178,73,124); }
td.TdClassName
{
border-color: #B2497C;
}
.TagClassName
{
border-color: #B2497C;
}
</style>