Shades of Royal Heath #B15980
Tints of Royal Heath #B15980
RGB
CMYK
RGB Variations
Color information
#B15980 (or 0xB15980) is known color: Royal Heath. HEX triplet: B1, 59 and 80. RGB value is (177,89,128). Sum of RGB (Red+Green+Blue) = 177+89+128=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B15980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15980 is #4EA67F. Grayscale: #777777. Windows color (decimal): -5154432 or 8411569. OLE color: 8411569.
HSL color Cylindrical-coordinate representation of color #B15980: hue angle of 333.41º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15980 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 128 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.31 |
| HSL | 333.41º | 0.36% | 0.52% | - |
| HSV(B) | 333.41º | 0.5% | 0.69% | - |
| XYZ | 25.6 | 18.05 | 22.56 | - |
| YUV | 119.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 128 | 0 | 0.50 | 0.28 | 0.31 | 333.41 | 0.36 | 0.52 |
| Hex | B1 | 59 | 80 | 0 | 32 | 1C | 1F | 14D | 24 | 34 |
| Octal | 261 | 131 | 200 | 0 | 62 | 34 | 37 | 515 | 44 | 64 |
| Binary | 10110001 | 1011001 | 10000000 | 0 | 110010 | 11100 | 11111 | 101001101 | 100100 | 110100 |
Color Harmonies of #B15980
Complementary color
Monochromatic Colors of #B15980
Black with #B15980
Text Example
Text Example
White with #B15980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15980; }
p { color: rgb(177,89,128); }
H1.HeaderClassName
{
color: #B15980;
}
.AnyTagClassName
{
color: #B15980;
}
</style>
background-color css
<style>
a { background-color: #B15980; }
a { background-color: rgb(177,89,128); }
div.DivClassName
{
background-color: #B15980;
}
.BgClassName
{
background-color: #B15980;
}
</style>
border-color css
<style>
span { border-color: #B15980; }
span { border-color: rgb(177,89,128); }
td.TdClassName
{
border-color: #B15980;
}
.TagClassName
{
border-color: #B15980;
}
</style>