Shades of Royal Heath #BB5A7B
Tints of Royal Heath #BB5A7B
RGB
CMYK
RGB Variations
Color information
#BB5A7B (or 0xBB5A7B) is known color: Royal Heath. HEX triplet: BB, 5A and 7B. RGB value is (187,90,123). Sum of RGB (Red+Green+Blue) = 187+90+123=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A7B is #44A584. Grayscale: #7A7A7A. Windows color (decimal): -4498821 or 8084155. OLE color: 8084155.
HSL color Cylindrical-coordinate representation of color #BB5A7B: hue angle of 339.59º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5A7B is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 123 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.27 |
| HSL | 339.59º | 0.42% | 0.54% | - |
| HSV(B) | 339.59º | 0.52% | 0.73% | - |
| XYZ | 27.72 | 19.31 | 21 | - |
| YUV | 122.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 123 | 0 | 0.52 | 0.34 | 0.27 | 339.59 | 0.42 | 0.54 |
| Hex | BB | 5A | 7B | 0 | 34 | 22 | 1B | 154 | 2A | 36 |
| Octal | 273 | 132 | 173 | 0 | 64 | 42 | 33 | 524 | 52 | 66 |
| Binary | 10111011 | 1011010 | 1111011 | 0 | 110100 | 100010 | 11011 | 101010100 | 101010 | 110110 |
Color Harmonies of #BB5A7B
Complementary color
Monochromatic Colors of #BB5A7B
Black with #BB5A7B
Text Example
Text Example
White with #BB5A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5A7B; }
p { color: rgb(187,90,123); }
H1.HeaderClassName
{
color: #BB5A7B;
}
.AnyTagClassName
{
color: #BB5A7B;
}
</style>
background-color css
<style>
a { background-color: #BB5A7B; }
a { background-color: rgb(187,90,123); }
div.DivClassName
{
background-color: #BB5A7B;
}
.BgClassName
{
background-color: #BB5A7B;
}
</style>
border-color css
<style>
span { border-color: #BB5A7B; }
span { border-color: rgb(187,90,123); }
td.TdClassName
{
border-color: #BB5A7B;
}
.TagClassName
{
border-color: #BB5A7B;
}
</style>