Shades of Royal Heath #BB577F
Tints of Royal Heath #BB577F
RGB
CMYK
RGB Variations
Color information
#BB577F (or 0xBB577F) is known color: Royal Heath. HEX triplet: BB, 57 and 7F. RGB value is (187,87,127). Sum of RGB (Red+Green+Blue) = 187+87+127=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB577F is #44A880. Grayscale: #797979. Windows color (decimal): -4499585 or 8345531. OLE color: 8345531.
HSL color Cylindrical-coordinate representation of color #BB577F: hue angle of 336º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB577F is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 127 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.27 |
| HSL | 336º | 0.42% | 0.54% | - |
| HSV(B) | 336º | 0.53% | 0.73% | - |
| XYZ | 27.73 | 18.91 | 22.27 | - |
| YUV | 121.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 127 | 0 | 0.53 | 0.32 | 0.27 | 336 | 0.42 | 0.54 |
| Hex | BB | 57 | 7F | 0 | 35 | 20 | 1B | 150 | 2A | 36 |
| Octal | 273 | 127 | 177 | 0 | 65 | 40 | 33 | 520 | 52 | 66 |
| Binary | 10111011 | 1010111 | 1111111 | 0 | 110101 | 100000 | 11011 | 101010000 | 101010 | 110110 |
Color Harmonies of #BB577F
Complementary color
Monochromatic Colors of #BB577F
Black with #BB577F
Text Example
Text Example
White with #BB577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB577F; }
p { color: rgb(187,87,127); }
H1.HeaderClassName
{
color: #BB577F;
}
.AnyTagClassName
{
color: #BB577F;
}
</style>
background-color css
<style>
a { background-color: #BB577F; }
a { background-color: rgb(187,87,127); }
div.DivClassName
{
background-color: #BB577F;
}
.BgClassName
{
background-color: #BB577F;
}
</style>
border-color css
<style>
span { border-color: #BB577F; }
span { border-color: rgb(187,87,127); }
td.TdClassName
{
border-color: #BB577F;
}
.TagClassName
{
border-color: #BB577F;
}
</style>