Shades of Royal Heath #BA4E78
Tints of Royal Heath #BA4E78
RGB
CMYK
RGB Variations
Color information
#BA4E78 (or 0xBA4E78) is known color: Royal Heath. HEX triplet: BA, 4E and 78. RGB value is (186,78,120). Sum of RGB (Red+Green+Blue) = 186+78+120=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E78 is #45B187. Grayscale: #737373. Windows color (decimal): -4567432 or 7884474. OLE color: 7884474.
HSL color Cylindrical-coordinate representation of color #BA4E78: hue angle of 336.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E78 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 120 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.27 |
| HSL | 336.67º | 0.44% | 0.52% | - |
| HSV(B) | 336.67º | 0.58% | 0.73% | - |
| XYZ | 26.36 | 17.24 | 19.71 | - |
| YUV | 115.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 120 | 0 | 0.58 | 0.35 | 0.27 | 336.67 | 0.44 | 0.52 |
| Hex | BA | 4E | 78 | 0 | 3A | 23 | 1B | 151 | 2C | 34 |
| Octal | 272 | 116 | 170 | 0 | 72 | 43 | 33 | 521 | 54 | 64 |
| Binary | 10111010 | 1001110 | 1111000 | 0 | 111010 | 100011 | 11011 | 101010001 | 101100 | 110100 |
Color Harmonies of #BA4E78
Complementary color
Monochromatic Colors of #BA4E78
Black with #BA4E78
Text Example
Text Example
White with #BA4E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E78; }
p { color: rgb(186,78,120); }
H1.HeaderClassName
{
color: #BA4E78;
}
.AnyTagClassName
{
color: #BA4E78;
}
</style>
background-color css
<style>
a { background-color: #BA4E78; }
a { background-color: rgb(186,78,120); }
div.DivClassName
{
background-color: #BA4E78;
}
.BgClassName
{
background-color: #BA4E78;
}
</style>
border-color css
<style>
span { border-color: #BA4E78; }
span { border-color: rgb(186,78,120); }
td.TdClassName
{
border-color: #BA4E78;
}
.TagClassName
{
border-color: #BA4E78;
}
</style>