Shades of Royal Heath #BB477B
Tints of Royal Heath #BB477B
RGB
CMYK
RGB Variations
Color information
#BB477B (or 0xBB477B) is known color: Royal Heath. HEX triplet: BB, 47 and 7B. RGB value is (187,71,123). Sum of RGB (Red+Green+Blue) = 187+71+123=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB477B is #44B884. Grayscale: #6F6F6F. Windows color (decimal): -4503685 or 8079291. OLE color: 8079291.
HSL color Cylindrical-coordinate representation of color #BB477B: hue angle of 333.1º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB477B is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 123 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.27 |
| HSL | 333.1º | 0.46% | 0.51% | - |
| HSV(B) | 333.1º | 0.62% | 0.73% | - |
| XYZ | 26.32 | 16.5 | 20.54 | - |
| YUV | 111.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 123 | 0 | 0.62 | 0.34 | 0.27 | 333.1 | 0.46 | 0.51 |
| Hex | BB | 47 | 7B | 0 | 3E | 22 | 1B | 14D | 2E | 33 |
| Octal | 273 | 107 | 173 | 0 | 76 | 42 | 33 | 515 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1111011 | 0 | 111110 | 100010 | 11011 | 101001101 | 101110 | 110011 |
Color Harmonies of #BB477B
Complementary color
Monochromatic Colors of #BB477B
Black with #BB477B
Text Example
Text Example
White with #BB477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB477B; }
p { color: rgb(187,71,123); }
H1.HeaderClassName
{
color: #BB477B;
}
.AnyTagClassName
{
color: #BB477B;
}
</style>
background-color css
<style>
a { background-color: #BB477B; }
a { background-color: rgb(187,71,123); }
div.DivClassName
{
background-color: #BB477B;
}
.BgClassName
{
background-color: #BB477B;
}
</style>
border-color css
<style>
span { border-color: #BB477B; }
span { border-color: rgb(187,71,123); }
td.TdClassName
{
border-color: #BB477B;
}
.TagClassName
{
border-color: #BB477B;
}
</style>