Shades of Royal Heath #BB537D
Tints of Royal Heath #BB537D
RGB
CMYK
RGB Variations
Color information
#BB537D (or 0xBB537D) is known color: Royal Heath. HEX triplet: BB, 53 and 7D. RGB value is (187,83,125). Sum of RGB (Red+Green+Blue) = 187+83+125=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB537D is #44AC82. Grayscale: #767676. Windows color (decimal): -4500611 or 8213435. OLE color: 8213435.
HSL color Cylindrical-coordinate representation of color #BB537D: hue angle of 335.77º degrees, saturation: 0.43, 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 #BB537D is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 125 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.27 |
| HSL | 335.77º | 0.43% | 0.53% | - |
| HSV(B) | 335.77º | 0.56% | 0.73% | - |
| XYZ | 27.29 | 18.23 | 21.48 | - |
| YUV | 118.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 125 | 0 | 0.56 | 0.33 | 0.27 | 335.77 | 0.43 | 0.53 |
| Hex | BB | 53 | 7D | 0 | 38 | 21 | 1B | 150 | 2B | 35 |
| Octal | 273 | 123 | 175 | 0 | 70 | 41 | 33 | 520 | 53 | 65 |
| Binary | 10111011 | 1010011 | 1111101 | 0 | 111000 | 100001 | 11011 | 101010000 | 101011 | 110101 |
Color Harmonies of #BB537D
Complementary color
Monochromatic Colors of #BB537D
Black with #BB537D
Text Example
Text Example
White with #BB537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB537D; }
p { color: rgb(187,83,125); }
H1.HeaderClassName
{
color: #BB537D;
}
.AnyTagClassName
{
color: #BB537D;
}
</style>
background-color css
<style>
a { background-color: #BB537D; }
a { background-color: rgb(187,83,125); }
div.DivClassName
{
background-color: #BB537D;
}
.BgClassName
{
background-color: #BB537D;
}
</style>
border-color css
<style>
span { border-color: #BB537D; }
span { border-color: rgb(187,83,125); }
td.TdClassName
{
border-color: #BB537D;
}
.TagClassName
{
border-color: #BB537D;
}
</style>