Shades of Royal Heath #BB5980
Tints of Royal Heath #BB5980
RGB
CMYK
RGB Variations
Color information
#BB5980 (or 0xBB5980) is known color: Royal Heath. HEX triplet: BB, 59 and 80. RGB value is (187,89,128). Sum of RGB (Red+Green+Blue) = 187+89+128=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5980 is #44A67F. Grayscale: #7A7A7A. Windows color (decimal): -4499072 or 8411579. OLE color: 8411579.
HSL color Cylindrical-coordinate representation of color #BB5980: hue angle of 336.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5980 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 128 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.27 |
| HSL | 336.12º | 0.42% | 0.54% | - |
| HSV(B) | 336.12º | 0.52% | 0.73% | - |
| XYZ | 27.96 | 19.27 | 22.67 | - |
| YUV | 122.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 128 | 0 | 0.52 | 0.32 | 0.27 | 336.12 | 0.42 | 0.54 |
| Hex | BB | 59 | 80 | 0 | 34 | 20 | 1B | 150 | 2A | 36 |
| Octal | 273 | 131 | 200 | 0 | 64 | 40 | 33 | 520 | 52 | 66 |
| Binary | 10111011 | 1011001 | 10000000 | 0 | 110100 | 100000 | 11011 | 101010000 | 101010 | 110110 |
Color Harmonies of #BB5980
Complementary color
Monochromatic Colors of #BB5980
Black with #BB5980
Text Example
Text Example
White with #BB5980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5980; }
p { color: rgb(187,89,128); }
H1.HeaderClassName
{
color: #BB5980;
}
.AnyTagClassName
{
color: #BB5980;
}
</style>
background-color css
<style>
a { background-color: #BB5980; }
a { background-color: rgb(187,89,128); }
div.DivClassName
{
background-color: #BB5980;
}
.BgClassName
{
background-color: #BB5980;
}
</style>
border-color css
<style>
span { border-color: #BB5980; }
span { border-color: rgb(187,89,128); }
td.TdClassName
{
border-color: #BB5980;
}
.TagClassName
{
border-color: #BB5980;
}
</style>