Shades of Royal Heath #BA527F
Tints of Royal Heath #BA527F
RGB
CMYK
RGB Variations
Color information
#BA527F (or 0xBA527F) is known color: Royal Heath. HEX triplet: BA, 52 and 7F. RGB value is (186,82,127). Sum of RGB (Red+Green+Blue) = 186+82+127=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA527F is #45AD80. Grayscale: #767676. Windows color (decimal): -4566401 or 8344250. OLE color: 8344250.
HSL color Cylindrical-coordinate representation of color #BA527F: hue angle of 334.04º 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 #BA527F is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 127 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.27 |
| HSL | 334.04º | 0.43% | 0.53% | - |
| HSV(B) | 334.04º | 0.56% | 0.73% | - |
| XYZ | 27.1 | 18.01 | 22.13 | - |
| YUV | 118.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 127 | 0 | 0.56 | 0.32 | 0.27 | 334.04 | 0.43 | 0.53 |
| Hex | BA | 52 | 7F | 0 | 38 | 20 | 1B | 14E | 2B | 35 |
| Octal | 272 | 122 | 177 | 0 | 70 | 40 | 33 | 516 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1111111 | 0 | 111000 | 100000 | 11011 | 101001110 | 101011 | 110101 |
Color Harmonies of #BA527F
Complementary color
Monochromatic Colors of #BA527F
Black with #BA527F
Text Example
Text Example
White with #BA527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA527F; }
p { color: rgb(186,82,127); }
H1.HeaderClassName
{
color: #BA527F;
}
.AnyTagClassName
{
color: #BA527F;
}
</style>
background-color css
<style>
a { background-color: #BA527F; }
a { background-color: rgb(186,82,127); }
div.DivClassName
{
background-color: #BA527F;
}
.BgClassName
{
background-color: #BA527F;
}
</style>
border-color css
<style>
span { border-color: #BA527F; }
span { border-color: rgb(186,82,127); }
td.TdClassName
{
border-color: #BA527F;
}
.TagClassName
{
border-color: #BA527F;
}
</style>