Shades of Royal Heath #BA527D
Tints of Royal Heath #BA527D
RGB
CMYK
RGB Variations
Color information
#BA527D (or 0xBA527D) is known color: Royal Heath. HEX triplet: BA, 52 and 7D. RGB value is (186,82,125). Sum of RGB (Red+Green+Blue) = 186+82+125=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA527D is #45AD82. Grayscale: #757575. Windows color (decimal): -4566403 or 8213178. OLE color: 8213178.
HSL color Cylindrical-coordinate representation of color #BA527D: hue angle of 335.19º 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 #BA527D is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 125 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.27 |
| HSL | 335.19º | 0.43% | 0.53% | - |
| HSV(B) | 335.19º | 0.56% | 0.73% | - |
| XYZ | 26.97 | 17.95 | 21.45 | - |
| YUV | 118 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 125 | 0 | 0.56 | 0.33 | 0.27 | 335.19 | 0.43 | 0.53 |
| Hex | BA | 52 | 7D | 0 | 38 | 21 | 1B | 14F | 2B | 35 |
| Octal | 272 | 122 | 175 | 0 | 70 | 41 | 33 | 517 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1111101 | 0 | 111000 | 100001 | 11011 | 101001111 | 101011 | 110101 |
Color Harmonies of #BA527D
Complementary color
Monochromatic Colors of #BA527D
Black with #BA527D
Text Example
Text Example
White with #BA527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA527D; }
p { color: rgb(186,82,125); }
H1.HeaderClassName
{
color: #BA527D;
}
.AnyTagClassName
{
color: #BA527D;
}
</style>
background-color css
<style>
a { background-color: #BA527D; }
a { background-color: rgb(186,82,125); }
div.DivClassName
{
background-color: #BA527D;
}
.BgClassName
{
background-color: #BA527D;
}
</style>
border-color css
<style>
span { border-color: #BA527D; }
span { border-color: rgb(186,82,125); }
td.TdClassName
{
border-color: #BA527D;
}
.TagClassName
{
border-color: #BA527D;
}
</style>