Shades of Royal Heath #BB5080
Tints of Royal Heath #BB5080
RGB
CMYK
RGB Variations
Color information
#BB5080 (or 0xBB5080) is known color: Royal Heath. HEX triplet: BB, 50 and 80. RGB value is (187,80,128). Sum of RGB (Red+Green+Blue) = 187+80+128=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5080 is #44AF7F. Grayscale: #757575. Windows color (decimal): -4501376 or 8409275. OLE color: 8409275.
HSL color Cylindrical-coordinate representation of color #BB5080: hue angle of 333.08º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5080 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 128 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.27 |
| HSL | 333.08º | 0.44% | 0.52% | - |
| HSV(B) | 333.08º | 0.57% | 0.73% | - |
| XYZ | 27.26 | 17.86 | 22.43 | - |
| YUV | 117.47 | 133.95 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 128 | 0 | 0.57 | 0.32 | 0.27 | 333.08 | 0.44 | 0.52 |
| Hex | BB | 50 | 80 | 0 | 39 | 20 | 1B | 14D | 2C | 34 |
| Octal | 273 | 120 | 200 | 0 | 71 | 40 | 33 | 515 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10000000 | 0 | 111001 | 100000 | 11011 | 101001101 | 101100 | 110100 |
Color Harmonies of #BB5080
Complementary color
Monochromatic Colors of #BB5080
Black with #BB5080
Text Example
Text Example
White with #BB5080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5080; }
p { color: rgb(187,80,128); }
H1.HeaderClassName
{
color: #BB5080;
}
.AnyTagClassName
{
color: #BB5080;
}
</style>
background-color css
<style>
a { background-color: #BB5080; }
a { background-color: rgb(187,80,128); }
div.DivClassName
{
background-color: #BB5080;
}
.BgClassName
{
background-color: #BB5080;
}
</style>
border-color css
<style>
span { border-color: #BB5080; }
span { border-color: rgb(187,80,128); }
td.TdClassName
{
border-color: #BB5080;
}
.TagClassName
{
border-color: #BB5080;
}
</style>