Shades of Royal Heath #BB477C
Tints of Royal Heath #BB477C
RGB
CMYK
RGB Variations
Color information
#BB477C (or 0xBB477C) is known color: Royal Heath. HEX triplet: BB, 47 and 7C. RGB value is (187,71,124). Sum of RGB (Red+Green+Blue) = 187+71+124=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB477C is #44B883. Grayscale: #6F6F6F. Windows color (decimal): -4503684 or 8144827. OLE color: 8144827.
HSL color Cylindrical-coordinate representation of color #BB477C: hue angle of 332.59º 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 #BB477C is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 124 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.27 |
| HSL | 332.59º | 0.46% | 0.51% | - |
| HSV(B) | 332.59º | 0.62% | 0.73% | - |
| XYZ | 26.38 | 16.53 | 20.87 | - |
| YUV | 111.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 124 | 0 | 0.62 | 0.34 | 0.27 | 332.59 | 0.46 | 0.51 |
| Hex | BB | 47 | 7C | 0 | 3E | 22 | 1B | 14D | 2E | 33 |
| Octal | 273 | 107 | 174 | 0 | 76 | 42 | 33 | 515 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1111100 | 0 | 111110 | 100010 | 11011 | 101001101 | 101110 | 110011 |
Color Harmonies of #BB477C
Complementary color
Monochromatic Colors of #BB477C
Black with #BB477C
Text Example
Text Example
White with #BB477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB477C; }
p { color: rgb(187,71,124); }
H1.HeaderClassName
{
color: #BB477C;
}
.AnyTagClassName
{
color: #BB477C;
}
</style>
background-color css
<style>
a { background-color: #BB477C; }
a { background-color: rgb(187,71,124); }
div.DivClassName
{
background-color: #BB477C;
}
.BgClassName
{
background-color: #BB477C;
}
</style>
border-color css
<style>
span { border-color: #BB477C; }
span { border-color: rgb(187,71,124); }
td.TdClassName
{
border-color: #BB477C;
}
.TagClassName
{
border-color: #BB477C;
}
</style>