Shades of Royal Heath #BA517E
Tints of Royal Heath #BA517E
RGB
CMYK
RGB Variations
Color information
#BA517E (or 0xBA517E) is known color: Royal Heath. HEX triplet: BA, 51 and 7E. RGB value is (186,81,126). Sum of RGB (Red+Green+Blue) = 186+81+126=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA517E is #45AE81. Grayscale: #757575. Windows color (decimal): -4566658 or 8278458. OLE color: 8278458.
HSL color Cylindrical-coordinate representation of color #BA517E: hue angle of 334.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA517E is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 126 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.27 |
| HSL | 334.29º | 0.43% | 0.52% | - |
| HSV(B) | 334.29º | 0.56% | 0.73% | - |
| XYZ | 26.96 | 17.83 | 21.76 | - |
| YUV | 117.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 126 | 0 | 0.56 | 0.32 | 0.27 | 334.29 | 0.43 | 0.52 |
| Hex | BA | 51 | 7E | 0 | 38 | 20 | 1B | 14E | 2B | 34 |
| Octal | 272 | 121 | 176 | 0 | 70 | 40 | 33 | 516 | 53 | 64 |
| Binary | 10111010 | 1010001 | 1111110 | 0 | 111000 | 100000 | 11011 | 101001110 | 101011 | 110100 |
Color Harmonies of #BA517E
Complementary color
Monochromatic Colors of #BA517E
Black with #BA517E
Text Example
Text Example
White with #BA517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA517E; }
p { color: rgb(186,81,126); }
H1.HeaderClassName
{
color: #BA517E;
}
.AnyTagClassName
{
color: #BA517E;
}
</style>
background-color css
<style>
a { background-color: #BA517E; }
a { background-color: rgb(186,81,126); }
div.DivClassName
{
background-color: #BA517E;
}
.BgClassName
{
background-color: #BA517E;
}
</style>
border-color css
<style>
span { border-color: #BA517E; }
span { border-color: rgb(186,81,126); }
td.TdClassName
{
border-color: #BA517E;
}
.TagClassName
{
border-color: #BA517E;
}
</style>