Shades of Royal Heath #B1557C
Tints of Royal Heath #B1557C
RGB
CMYK
RGB Variations
Color information
#B1557C (or 0xB1557C) is known color: Royal Heath. HEX triplet: B1, 55 and 7C. RGB value is (177,85,124). Sum of RGB (Red+Green+Blue) = 177+85+124=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1557C is #4EAA83. Grayscale: #747474. Windows color (decimal): -5155460 or 8148401. OLE color: 8148401.
HSL color Cylindrical-coordinate representation of color #B1557C: hue angle of 334.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1557C is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 124 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.31 |
| HSL | 334.57º | 0.37% | 0.51% | - |
| HSV(B) | 334.57º | 0.52% | 0.69% | - |
| XYZ | 25.02 | 17.3 | 21.09 | - |
| YUV | 116.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 124 | 0 | 0.52 | 0.30 | 0.31 | 334.57 | 0.37 | 0.51 |
| Hex | B1 | 55 | 7C | 0 | 34 | 1E | 1F | 14F | 25 | 33 |
| Octal | 261 | 125 | 174 | 0 | 64 | 36 | 37 | 517 | 45 | 63 |
| Binary | 10110001 | 1010101 | 1111100 | 0 | 110100 | 11110 | 11111 | 101001111 | 100101 | 110011 |
Color Harmonies of #B1557C
Complementary color
Monochromatic Colors of #B1557C
Black with #B1557C
Text Example
Text Example
White with #B1557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1557C; }
p { color: rgb(177,85,124); }
H1.HeaderClassName
{
color: #B1557C;
}
.AnyTagClassName
{
color: #B1557C;
}
</style>
background-color css
<style>
a { background-color: #B1557C; }
a { background-color: rgb(177,85,124); }
div.DivClassName
{
background-color: #B1557C;
}
.BgClassName
{
background-color: #B1557C;
}
</style>
border-color css
<style>
span { border-color: #B1557C; }
span { border-color: rgb(177,85,124); }
td.TdClassName
{
border-color: #B1557C;
}
.TagClassName
{
border-color: #B1557C;
}
</style>