Shades of Royal Heath #B2497F
Tints of Royal Heath #B2497F
RGB
CMYK
RGB Variations
Color information
#B2497F (or 0xB2497F) is known color: Royal Heath. HEX triplet: B2, 49 and 7F. RGB value is (178,73,127). Sum of RGB (Red+Green+Blue) = 178+73+127=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B2497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2497F is #4DB680. Grayscale: #6E6E6E. Windows color (decimal): -5092993 or 8341938. OLE color: 8341938.
HSL color Cylindrical-coordinate representation of color #B2497F: hue angle of 329.14º 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 #B2497F is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 127 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.30 |
| HSL | 329.14º | 0.42% | 0.49% | - |
| HSV(B) | 329.14º | 0.59% | 0.7% | - |
| XYZ | 24.57 | 15.76 | 21.83 | - |
| YUV | 110.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 127 | 0 | 0.59 | 0.29 | 0.30 | 329.14 | 0.42 | 0.49 |
| Hex | B2 | 49 | 7F | 0 | 3B | 1D | 1E | 149 | 2A | 31 |
| Octal | 262 | 111 | 177 | 0 | 73 | 35 | 36 | 511 | 52 | 61 |
| Binary | 10110010 | 1001001 | 1111111 | 0 | 111011 | 11101 | 11110 | 101001001 | 101010 | 110001 |
Color Harmonies of #B2497F
Complementary color
Monochromatic Colors of #B2497F
Black with #B2497F
Text Example
Text Example
White with #B2497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2497F; }
p { color: rgb(178,73,127); }
H1.HeaderClassName
{
color: #B2497F;
}
.AnyTagClassName
{
color: #B2497F;
}
</style>
background-color css
<style>
a { background-color: #B2497F; }
a { background-color: rgb(178,73,127); }
div.DivClassName
{
background-color: #B2497F;
}
.BgClassName
{
background-color: #B2497F;
}
</style>
border-color css
<style>
span { border-color: #B2497F; }
span { border-color: rgb(178,73,127); }
td.TdClassName
{
border-color: #B2497F;
}
.TagClassName
{
border-color: #B2497F;
}
</style>