Shades of Royal Heath #B1497E
Tints of Royal Heath #B1497E
RGB
CMYK
RGB Variations
Color information
#B1497E (or 0xB1497E) is known color: Royal Heath. HEX triplet: B1, 49 and 7E. RGB value is (177,73,126). Sum of RGB (Red+Green+Blue) = 177+73+126=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B1497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1497E is #4EB681. Grayscale: #6E6E6E. Windows color (decimal): -5158530 or 8276401. OLE color: 8276401.
HSL color Cylindrical-coordinate representation of color #B1497E: hue angle of 329.42º degrees, saturation: 0.42, 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 #B1497E is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 126 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.31 |
| HSL | 329.42º | 0.42% | 0.49% | - |
| HSV(B) | 329.42º | 0.59% | 0.69% | - |
| XYZ | 24.28 | 15.62 | 21.47 | - |
| YUV | 110.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 126 | 0 | 0.59 | 0.29 | 0.31 | 329.42 | 0.42 | 0.49 |
| Hex | B1 | 49 | 7E | 0 | 3B | 1D | 1F | 149 | 2A | 31 |
| Octal | 261 | 111 | 176 | 0 | 73 | 35 | 37 | 511 | 52 | 61 |
| Binary | 10110001 | 1001001 | 1111110 | 0 | 111011 | 11101 | 11111 | 101001001 | 101010 | 110001 |
Color Harmonies of #B1497E
Complementary color
Monochromatic Colors of #B1497E
Black with #B1497E
Text Example
Text Example
White with #B1497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1497E; }
p { color: rgb(177,73,126); }
H1.HeaderClassName
{
color: #B1497E;
}
.AnyTagClassName
{
color: #B1497E;
}
</style>
background-color css
<style>
a { background-color: #B1497E; }
a { background-color: rgb(177,73,126); }
div.DivClassName
{
background-color: #B1497E;
}
.BgClassName
{
background-color: #B1497E;
}
</style>
border-color css
<style>
span { border-color: #B1497E; }
span { border-color: rgb(177,73,126); }
td.TdClassName
{
border-color: #B1497E;
}
.TagClassName
{
border-color: #B1497E;
}
</style>