Shades of Royal Heath #BA4C7C
Tints of Royal Heath #BA4C7C
RGB
CMYK
RGB Variations
Color information
#BA4C7C (or 0xBA4C7C) is known color: Royal Heath. HEX triplet: BA, 4C and 7C. RGB value is (186,76,124). Sum of RGB (Red+Green+Blue) = 186+76+124=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C7C is #45B383. Grayscale: #727272. Windows color (decimal): -4567940 or 8146106. OLE color: 8146106.
HSL color Cylindrical-coordinate representation of color #BA4C7C: hue angle of 333.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C7C is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 124 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.27 |
| HSL | 333.82º | 0.44% | 0.51% | - |
| HSV(B) | 333.82º | 0.59% | 0.73% | - |
| XYZ | 26.47 | 17.06 | 20.97 | - |
| YUV | 114.36 | 133.44 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 124 | 0 | 0.59 | 0.33 | 0.27 | 333.82 | 0.44 | 0.51 |
| Hex | BA | 4C | 7C | 0 | 3B | 21 | 1B | 14E | 2C | 33 |
| Octal | 272 | 114 | 174 | 0 | 73 | 41 | 33 | 516 | 54 | 63 |
| Binary | 10111010 | 1001100 | 1111100 | 0 | 111011 | 100001 | 11011 | 101001110 | 101100 | 110011 |
Color Harmonies of #BA4C7C
Complementary color
Monochromatic Colors of #BA4C7C
Black with #BA4C7C
Text Example
Text Example
White with #BA4C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C7C; }
p { color: rgb(186,76,124); }
H1.HeaderClassName
{
color: #BA4C7C;
}
.AnyTagClassName
{
color: #BA4C7C;
}
</style>
background-color css
<style>
a { background-color: #BA4C7C; }
a { background-color: rgb(186,76,124); }
div.DivClassName
{
background-color: #BA4C7C;
}
.BgClassName
{
background-color: #BA4C7C;
}
</style>
border-color css
<style>
span { border-color: #BA4C7C; }
span { border-color: rgb(186,76,124); }
td.TdClassName
{
border-color: #BA4C7C;
}
.TagClassName
{
border-color: #BA4C7C;
}
</style>