Shades of Royal Heath #BB5680
Tints of Royal Heath #BB5680
RGB
CMYK
RGB Variations
Color information
#BB5680 (or 0xBB5680) is known color: Royal Heath. HEX triplet: BB, 56 and 80. RGB value is (187,86,128). Sum of RGB (Red+Green+Blue) = 187+86+128=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5680 is #44A97F. Grayscale: #787878. Windows color (decimal): -4499840 or 8410811. OLE color: 8410811.
HSL color Cylindrical-coordinate representation of color #BB5680: hue angle of 335.05º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5680 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 128 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.27 |
| HSL | 335.05º | 0.43% | 0.54% | - |
| HSV(B) | 335.05º | 0.54% | 0.73% | - |
| XYZ | 27.72 | 18.78 | 22.59 | - |
| YUV | 120.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 128 | 0 | 0.54 | 0.32 | 0.27 | 335.05 | 0.43 | 0.54 |
| Hex | BB | 56 | 80 | 0 | 36 | 20 | 1B | 14F | 2B | 36 |
| Octal | 273 | 126 | 200 | 0 | 66 | 40 | 33 | 517 | 53 | 66 |
| Binary | 10111011 | 1010110 | 10000000 | 0 | 110110 | 100000 | 11011 | 101001111 | 101011 | 110110 |
Color Harmonies of #BB5680
Complementary color
Monochromatic Colors of #BB5680
Black with #BB5680
Text Example
Text Example
White with #BB5680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5680; }
p { color: rgb(187,86,128); }
H1.HeaderClassName
{
color: #BB5680;
}
.AnyTagClassName
{
color: #BB5680;
}
</style>
background-color css
<style>
a { background-color: #BB5680; }
a { background-color: rgb(187,86,128); }
div.DivClassName
{
background-color: #BB5680;
}
.BgClassName
{
background-color: #BB5680;
}
</style>
border-color css
<style>
span { border-color: #BB5680; }
span { border-color: rgb(187,86,128); }
td.TdClassName
{
border-color: #BB5680;
}
.TagClassName
{
border-color: #BB5680;
}
</style>