Shades of Royal Heath #B0497A
Tints of Royal Heath #B0497A
RGB
CMYK
RGB Variations
Color information
#B0497A (or 0xB0497A) is known color: Royal Heath. HEX triplet: B0, 49 and 7A. RGB value is (176,73,122). Sum of RGB (Red+Green+Blue) = 176+73+122=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0497A is #4FB685. Grayscale: #6D6D6D. Windows color (decimal): -5224070 or 8014256. OLE color: 8014256.
HSL color Cylindrical-coordinate representation of color #B0497A: hue angle of 331.46º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0497A is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 122 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.31 |
| HSL | 331.46º | 0.41% | 0.49% | - |
| HSV(B) | 331.46º | 0.59% | 0.69% | - |
| XYZ | 23.8 | 15.4 | 20.13 | - |
| YUV | 109.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 122 | 0 | 0.59 | 0.31 | 0.31 | 331.46 | 0.41 | 0.49 |
| Hex | B0 | 49 | 7A | 0 | 3B | 1F | 1F | 14B | 29 | 31 |
| Octal | 260 | 111 | 172 | 0 | 73 | 37 | 37 | 513 | 51 | 61 |
| Binary | 10110000 | 1001001 | 1111010 | 0 | 111011 | 11111 | 11111 | 101001011 | 101001 | 110001 |
Color Harmonies of #B0497A
Complementary color
Monochromatic Colors of #B0497A
Black with #B0497A
Text Example
Text Example
White with #B0497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0497A; }
p { color: rgb(176,73,122); }
H1.HeaderClassName
{
color: #B0497A;
}
.AnyTagClassName
{
color: #B0497A;
}
</style>
background-color css
<style>
a { background-color: #B0497A; }
a { background-color: rgb(176,73,122); }
div.DivClassName
{
background-color: #B0497A;
}
.BgClassName
{
background-color: #B0497A;
}
</style>
border-color css
<style>
span { border-color: #B0497A; }
span { border-color: rgb(176,73,122); }
td.TdClassName
{
border-color: #B0497A;
}
.TagClassName
{
border-color: #B0497A;
}
</style>