Shades of Royal Heath #BB527C
Tints of Royal Heath #BB527C
RGB
CMYK
RGB Variations
Color information
#BB527C (or 0xBB527C) is known color: Royal Heath. HEX triplet: BB, 52 and 7C. RGB value is (187,82,124). Sum of RGB (Red+Green+Blue) = 187+82+124=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB527C is #44AD83. Grayscale: #767676. Windows color (decimal): -4500868 or 8147643. OLE color: 8147643.
HSL color Cylindrical-coordinate representation of color #BB527C: hue angle of 336º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB527C is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 124 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.27 |
| HSL | 336º | 0.44% | 0.53% | - |
| HSV(B) | 336º | 0.56% | 0.73% | - |
| XYZ | 27.15 | 18.05 | 21.12 | - |
| YUV | 118.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 124 | 0 | 0.56 | 0.34 | 0.27 | 336 | 0.44 | 0.53 |
| Hex | BB | 52 | 7C | 0 | 38 | 22 | 1B | 150 | 2C | 35 |
| Octal | 273 | 122 | 174 | 0 | 70 | 42 | 33 | 520 | 54 | 65 |
| Binary | 10111011 | 1010010 | 1111100 | 0 | 111000 | 100010 | 11011 | 101010000 | 101100 | 110101 |
Color Harmonies of #BB527C
Complementary color
Monochromatic Colors of #BB527C
Black with #BB527C
Text Example
Text Example
White with #BB527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB527C; }
p { color: rgb(187,82,124); }
H1.HeaderClassName
{
color: #BB527C;
}
.AnyTagClassName
{
color: #BB527C;
}
</style>
background-color css
<style>
a { background-color: #BB527C; }
a { background-color: rgb(187,82,124); }
div.DivClassName
{
background-color: #BB527C;
}
.BgClassName
{
background-color: #BB527C;
}
</style>
border-color css
<style>
span { border-color: #BB527C; }
span { border-color: rgb(187,82,124); }
td.TdClassName
{
border-color: #BB527C;
}
.TagClassName
{
border-color: #BB527C;
}
</style>