Shades of Royal Heath #BB557E
Tints of Royal Heath #BB557E
RGB
CMYK
RGB Variations
Color information
#BB557E (or 0xBB557E) is known color: Royal Heath. HEX triplet: BB, 55 and 7E. RGB value is (187,85,126). Sum of RGB (Red+Green+Blue) = 187+85+126=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB557E is #44AA81. Grayscale: #787878. Windows color (decimal): -4500098 or 8279483. OLE color: 8279483.
HSL color Cylindrical-coordinate representation of color #BB557E: hue angle of 335.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB557E is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 126 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.27 |
| HSL | 335.88º | 0.43% | 0.53% | - |
| HSV(B) | 335.88º | 0.55% | 0.73% | - |
| XYZ | 27.51 | 18.57 | 21.87 | - |
| YUV | 120.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 126 | 0 | 0.55 | 0.33 | 0.27 | 335.88 | 0.43 | 0.53 |
| Hex | BB | 55 | 7E | 0 | 37 | 21 | 1B | 150 | 2B | 35 |
| Octal | 273 | 125 | 176 | 0 | 67 | 41 | 33 | 520 | 53 | 65 |
| Binary | 10111011 | 1010101 | 1111110 | 0 | 110111 | 100001 | 11011 | 101010000 | 101011 | 110101 |
Color Harmonies of #BB557E
Complementary color
Monochromatic Colors of #BB557E
Black with #BB557E
Text Example
Text Example
White with #BB557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB557E; }
p { color: rgb(187,85,126); }
H1.HeaderClassName
{
color: #BB557E;
}
.AnyTagClassName
{
color: #BB557E;
}
</style>
background-color css
<style>
a { background-color: #BB557E; }
a { background-color: rgb(187,85,126); }
div.DivClassName
{
background-color: #BB557E;
}
.BgClassName
{
background-color: #BB557E;
}
</style>
border-color css
<style>
span { border-color: #BB557E; }
span { border-color: rgb(187,85,126); }
td.TdClassName
{
border-color: #BB557E;
}
.TagClassName
{
border-color: #BB557E;
}
</style>