Shades of Royal Heath #BB527F
Tints of Royal Heath #BB527F
RGB
CMYK
RGB Variations
Color information
#BB527F (or 0xBB527F) is known color: Royal Heath. HEX triplet: BB, 52 and 7F. RGB value is (187,82,127). Sum of RGB (Red+Green+Blue) = 187+82+127=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB527F is #44AD80. Grayscale: #767676. Windows color (decimal): -4500865 or 8344251. OLE color: 8344251.
HSL color Cylindrical-coordinate representation of color #BB527F: hue angle of 334.29º 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 #BB527F is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 127 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.27 |
| HSL | 334.29º | 0.44% | 0.53% | - |
| HSV(B) | 334.29º | 0.56% | 0.73% | - |
| XYZ | 27.34 | 18.13 | 22.14 | - |
| YUV | 118.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 127 | 0 | 0.56 | 0.32 | 0.27 | 334.29 | 0.44 | 0.53 |
| Hex | BB | 52 | 7F | 0 | 38 | 20 | 1B | 14E | 2C | 35 |
| Octal | 273 | 122 | 177 | 0 | 70 | 40 | 33 | 516 | 54 | 65 |
| Binary | 10111011 | 1010010 | 1111111 | 0 | 111000 | 100000 | 11011 | 101001110 | 101100 | 110101 |
Color Harmonies of #BB527F
Complementary color
Monochromatic Colors of #BB527F
Black with #BB527F
Text Example
Text Example
White with #BB527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB527F; }
p { color: rgb(187,82,127); }
H1.HeaderClassName
{
color: #BB527F;
}
.AnyTagClassName
{
color: #BB527F;
}
</style>
background-color css
<style>
a { background-color: #BB527F; }
a { background-color: rgb(187,82,127); }
div.DivClassName
{
background-color: #BB527F;
}
.BgClassName
{
background-color: #BB527F;
}
</style>
border-color css
<style>
span { border-color: #BB527F; }
span { border-color: rgb(187,82,127); }
td.TdClassName
{
border-color: #BB527F;
}
.TagClassName
{
border-color: #BB527F;
}
</style>