Shades of Royal Heath #BB527B
Tints of Royal Heath #BB527B
RGB
CMYK
RGB Variations
Color information
#BB527B (or 0xBB527B) is known color: Royal Heath. HEX triplet: BB, 52 and 7B. RGB value is (187,82,123). Sum of RGB (Red+Green+Blue) = 187+82+123=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB527B is #44AD84. Grayscale: #767676. Windows color (decimal): -4500869 or 8082107. OLE color: 8082107.
HSL color Cylindrical-coordinate representation of color #BB527B: hue angle of 336.57º 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 #BB527B is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 123 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.27 |
| HSL | 336.57º | 0.44% | 0.53% | - |
| HSV(B) | 336.57º | 0.56% | 0.73% | - |
| XYZ | 27.09 | 18.03 | 20.79 | - |
| YUV | 118.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 123 | 0 | 0.56 | 0.34 | 0.27 | 336.57 | 0.44 | 0.53 |
| Hex | BB | 52 | 7B | 0 | 38 | 22 | 1B | 151 | 2C | 35 |
| Octal | 273 | 122 | 173 | 0 | 70 | 42 | 33 | 521 | 54 | 65 |
| Binary | 10111011 | 1010010 | 1111011 | 0 | 111000 | 100010 | 11011 | 101010001 | 101100 | 110101 |
Color Harmonies of #BB527B
Complementary color
Monochromatic Colors of #BB527B
Black with #BB527B
Text Example
Text Example
White with #BB527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB527B; }
p { color: rgb(187,82,123); }
H1.HeaderClassName
{
color: #BB527B;
}
.AnyTagClassName
{
color: #BB527B;
}
</style>
background-color css
<style>
a { background-color: #BB527B; }
a { background-color: rgb(187,82,123); }
div.DivClassName
{
background-color: #BB527B;
}
.BgClassName
{
background-color: #BB527B;
}
</style>
border-color css
<style>
span { border-color: #BB527B; }
span { border-color: rgb(187,82,123); }
td.TdClassName
{
border-color: #BB527B;
}
.TagClassName
{
border-color: #BB527B;
}
</style>