Shades of Royal Heath #BB5180
Tints of Royal Heath #BB5180
RGB
CMYK
RGB Variations
Color information
#BB5180 (or 0xBB5180) is known color: Royal Heath. HEX triplet: BB, 51 and 80. RGB value is (187,81,128). Sum of RGB (Red+Green+Blue) = 187+81+128=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5180 is #44AE7F. Grayscale: #757575. Windows color (decimal): -4501120 or 8409531. OLE color: 8409531.
HSL color Cylindrical-coordinate representation of color #BB5180: hue angle of 333.4º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5180 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 128 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.27 |
| HSL | 333.4º | 0.44% | 0.53% | - |
| HSV(B) | 333.4º | 0.57% | 0.73% | - |
| XYZ | 27.33 | 18.01 | 22.46 | - |
| YUV | 118.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 128 | 0 | 0.57 | 0.32 | 0.27 | 333.4 | 0.44 | 0.53 |
| Hex | BB | 51 | 80 | 0 | 39 | 20 | 1B | 14D | 2C | 35 |
| Octal | 273 | 121 | 200 | 0 | 71 | 40 | 33 | 515 | 54 | 65 |
| Binary | 10111011 | 1010001 | 10000000 | 0 | 111001 | 100000 | 11011 | 101001101 | 101100 | 110101 |
Color Harmonies of #BB5180
Complementary color
Monochromatic Colors of #BB5180
Black with #BB5180
Text Example
Text Example
White with #BB5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5180; }
p { color: rgb(187,81,128); }
H1.HeaderClassName
{
color: #BB5180;
}
.AnyTagClassName
{
color: #BB5180;
}
</style>
background-color css
<style>
a { background-color: #BB5180; }
a { background-color: rgb(187,81,128); }
div.DivClassName
{
background-color: #BB5180;
}
.BgClassName
{
background-color: #BB5180;
}
</style>
border-color css
<style>
span { border-color: #BB5180; }
span { border-color: rgb(187,81,128); }
td.TdClassName
{
border-color: #BB5180;
}
.TagClassName
{
border-color: #BB5180;
}
</style>