Shades of Royal Heath #BB547B
Tints of Royal Heath #BB547B
RGB
CMYK
RGB Variations
Color information
#BB547B (or 0xBB547B) is known color: Royal Heath. HEX triplet: BB, 54 and 7B. RGB value is (187,84,123). Sum of RGB (Red+Green+Blue) = 187+84+123=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB547B is #44AB84. Grayscale: #777777. Windows color (decimal): -4500357 or 8082619. OLE color: 8082619.
HSL color Cylindrical-coordinate representation of color #BB547B: hue angle of 337.28º 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 #BB547B is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 123 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.27 |
| HSL | 337.28º | 0.43% | 0.53% | - |
| HSV(B) | 337.28º | 0.55% | 0.73% | - |
| XYZ | 27.24 | 18.34 | 20.84 | - |
| YUV | 119.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 123 | 0 | 0.55 | 0.34 | 0.27 | 337.28 | 0.43 | 0.53 |
| Hex | BB | 54 | 7B | 0 | 37 | 22 | 1B | 151 | 2B | 35 |
| Octal | 273 | 124 | 173 | 0 | 67 | 42 | 33 | 521 | 53 | 65 |
| Binary | 10111011 | 1010100 | 1111011 | 0 | 110111 | 100010 | 11011 | 101010001 | 101011 | 110101 |
Color Harmonies of #BB547B
Complementary color
Monochromatic Colors of #BB547B
Black with #BB547B
Text Example
Text Example
White with #BB547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB547B; }
p { color: rgb(187,84,123); }
H1.HeaderClassName
{
color: #BB547B;
}
.AnyTagClassName
{
color: #BB547B;
}
</style>
background-color css
<style>
a { background-color: #BB547B; }
a { background-color: rgb(187,84,123); }
div.DivClassName
{
background-color: #BB547B;
}
.BgClassName
{
background-color: #BB547B;
}
</style>
border-color css
<style>
span { border-color: #BB547B; }
span { border-color: rgb(187,84,123); }
td.TdClassName
{
border-color: #BB547B;
}
.TagClassName
{
border-color: #BB547B;
}
</style>