Shades of Royal Heath #B1557D
Tints of Royal Heath #B1557D
RGB
CMYK
RGB Variations
Color information
#B1557D (or 0xB1557D) is known color: Royal Heath. HEX triplet: B1, 55 and 7D. RGB value is (177,85,125). Sum of RGB (Red+Green+Blue) = 177+85+125=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1557D is #4EAA82. Grayscale: #757575. Windows color (decimal): -5155459 or 8213937. OLE color: 8213937.
HSL color Cylindrical-coordinate representation of color #B1557D: hue angle of 333.91º 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 #B1557D is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 125 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.31 |
| HSL | 333.91º | 0.37% | 0.51% | - |
| HSV(B) | 333.91º | 0.52% | 0.69% | - |
| XYZ | 25.08 | 17.32 | 21.42 | - |
| YUV | 117.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 125 | 0 | 0.52 | 0.29 | 0.31 | 333.91 | 0.37 | 0.51 |
| Hex | B1 | 55 | 7D | 0 | 34 | 1D | 1F | 14E | 25 | 33 |
| Octal | 261 | 125 | 175 | 0 | 64 | 35 | 37 | 516 | 45 | 63 |
| Binary | 10110001 | 1010101 | 1111101 | 0 | 110100 | 11101 | 11111 | 101001110 | 100101 | 110011 |
Color Harmonies of #B1557D
Complementary color
Monochromatic Colors of #B1557D
Black with #B1557D
Text Example
Text Example
White with #B1557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1557D; }
p { color: rgb(177,85,125); }
H1.HeaderClassName
{
color: #B1557D;
}
.AnyTagClassName
{
color: #B1557D;
}
</style>
background-color css
<style>
a { background-color: #B1557D; }
a { background-color: rgb(177,85,125); }
div.DivClassName
{
background-color: #B1557D;
}
.BgClassName
{
background-color: #B1557D;
}
</style>
border-color css
<style>
span { border-color: #B1557D; }
span { border-color: rgb(177,85,125); }
td.TdClassName
{
border-color: #B1557D;
}
.TagClassName
{
border-color: #B1557D;
}
</style>