Shades of Royal Heath #BB5380
Tints of Royal Heath #BB5380
RGB
CMYK
RGB Variations
Color information
#BB5380 (or 0xBB5380) is known color: Royal Heath. HEX triplet: BB, 53 and 80. RGB value is (187,83,128). Sum of RGB (Red+Green+Blue) = 187+83+128=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5380 is #44AC7F. Grayscale: #777777. Windows color (decimal): -4500608 or 8410043. OLE color: 8410043.
HSL color Cylindrical-coordinate representation of color #BB5380: hue angle of 334.04º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5380 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 128 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.27 |
| HSL | 334.04º | 0.43% | 0.53% | - |
| HSV(B) | 334.04º | 0.56% | 0.73% | - |
| XYZ | 27.48 | 18.31 | 22.51 | - |
| YUV | 119.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 128 | 0 | 0.56 | 0.32 | 0.27 | 334.04 | 0.43 | 0.53 |
| Hex | BB | 53 | 80 | 0 | 38 | 20 | 1B | 14E | 2B | 35 |
| Octal | 273 | 123 | 200 | 0 | 70 | 40 | 33 | 516 | 53 | 65 |
| Binary | 10111011 | 1010011 | 10000000 | 0 | 111000 | 100000 | 11011 | 101001110 | 101011 | 110101 |
Color Harmonies of #BB5380
Complementary color
Monochromatic Colors of #BB5380
Black with #BB5380
Text Example
Text Example
White with #BB5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5380; }
p { color: rgb(187,83,128); }
H1.HeaderClassName
{
color: #BB5380;
}
.AnyTagClassName
{
color: #BB5380;
}
</style>
background-color css
<style>
a { background-color: #BB5380; }
a { background-color: rgb(187,83,128); }
div.DivClassName
{
background-color: #BB5380;
}
.BgClassName
{
background-color: #BB5380;
}
</style>
border-color css
<style>
span { border-color: #BB5380; }
span { border-color: rgb(187,83,128); }
td.TdClassName
{
border-color: #BB5380;
}
.TagClassName
{
border-color: #BB5380;
}
</style>