Shades of Royal Heath #BB557C
Tints of Royal Heath #BB557C
RGB
CMYK
RGB Variations
Color information
#BB557C (or 0xBB557C) is known color: Royal Heath. HEX triplet: BB, 55 and 7C. RGB value is (187,85,124). Sum of RGB (Red+Green+Blue) = 187+85+124=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB557C is #44AA83. Grayscale: #777777. Windows color (decimal): -4500100 or 8148411. OLE color: 8148411.
HSL color Cylindrical-coordinate representation of color #BB557C: hue angle of 337.06º 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 #BB557C is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 124 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.27 |
| HSL | 337.06º | 0.43% | 0.53% | - |
| HSV(B) | 337.06º | 0.55% | 0.73% | - |
| XYZ | 27.38 | 18.52 | 21.2 | - |
| YUV | 119.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 124 | 0 | 0.55 | 0.34 | 0.27 | 337.06 | 0.43 | 0.53 |
| Hex | BB | 55 | 7C | 0 | 37 | 22 | 1B | 151 | 2B | 35 |
| Octal | 273 | 125 | 174 | 0 | 67 | 42 | 33 | 521 | 53 | 65 |
| Binary | 10111011 | 1010101 | 1111100 | 0 | 110111 | 100010 | 11011 | 101010001 | 101011 | 110101 |
Color Harmonies of #BB557C
Complementary color
Monochromatic Colors of #BB557C
Black with #BB557C
Text Example
Text Example
White with #BB557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB557C; }
p { color: rgb(187,85,124); }
H1.HeaderClassName
{
color: #BB557C;
}
.AnyTagClassName
{
color: #BB557C;
}
</style>
background-color css
<style>
a { background-color: #BB557C; }
a { background-color: rgb(187,85,124); }
div.DivClassName
{
background-color: #BB557C;
}
.BgClassName
{
background-color: #BB557C;
}
</style>
border-color css
<style>
span { border-color: #BB557C; }
span { border-color: rgb(187,85,124); }
td.TdClassName
{
border-color: #BB557C;
}
.TagClassName
{
border-color: #BB557C;
}
</style>