Shades of Royal Heath #B15780
Tints of Royal Heath #B15780
RGB
CMYK
RGB Variations
Color information
#B15780 (or 0xB15780) is known color: Royal Heath. HEX triplet: B1, 57 and 80. RGB value is (177,87,128). Sum of RGB (Red+Green+Blue) = 177+87+128=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B15780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15780 is #4EA87F. Grayscale: #767676. Windows color (decimal): -5154944 or 8411057. OLE color: 8411057.
HSL color Cylindrical-coordinate representation of color #B15780: hue angle of 332.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15780 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 128 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.31 |
| HSL | 332.67º | 0.37% | 0.52% | - |
| HSV(B) | 332.67º | 0.51% | 0.69% | - |
| XYZ | 25.44 | 17.72 | 22.5 | - |
| YUV | 118.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 128 | 0 | 0.51 | 0.28 | 0.31 | 332.67 | 0.37 | 0.52 |
| Hex | B1 | 57 | 80 | 0 | 33 | 1C | 1F | 14D | 25 | 34 |
| Octal | 261 | 127 | 200 | 0 | 63 | 34 | 37 | 515 | 45 | 64 |
| Binary | 10110001 | 1010111 | 10000000 | 0 | 110011 | 11100 | 11111 | 101001101 | 100101 | 110100 |
Color Harmonies of #B15780
Complementary color
Monochromatic Colors of #B15780
Black with #B15780
Text Example
Text Example
White with #B15780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15780; }
p { color: rgb(177,87,128); }
H1.HeaderClassName
{
color: #B15780;
}
.AnyTagClassName
{
color: #B15780;
}
</style>
background-color css
<style>
a { background-color: #B15780; }
a { background-color: rgb(177,87,128); }
div.DivClassName
{
background-color: #B15780;
}
.BgClassName
{
background-color: #B15780;
}
</style>
border-color css
<style>
span { border-color: #B15780; }
span { border-color: rgb(177,87,128); }
td.TdClassName
{
border-color: #B15780;
}
.TagClassName
{
border-color: #B15780;
}
</style>