Shades of Royal Heath #BA3E78
Tints of Royal Heath #BA3E78
RGB
CMYK
RGB Variations
Color information
#BA3E78 (or 0xBA3E78) is known color: Royal Heath. HEX triplet: BA, 3E and 78. RGB value is (186,62,120). Sum of RGB (Red+Green+Blue) = 186+62+120=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E78 is #45C187. Grayscale: #696969. Windows color (decimal): -4571528 or 7880378. OLE color: 7880378.
HSL color Cylindrical-coordinate representation of color #BA3E78: hue angle of 331.94º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3E78 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 120 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.27 |
| HSL | 331.94º | 0.5% | 0.49% | - |
| HSV(B) | 331.94º | 0.67% | 0.73% | - |
| XYZ | 25.36 | 15.24 | 19.37 | - |
| YUV | 105.69 | 136.08 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 120 | 0 | 0.67 | 0.35 | 0.27 | 331.94 | 0.5 | 0.49 |
| Hex | BA | 3E | 78 | 0 | 43 | 23 | 1B | 14C | 32 | 31 |
| Octal | 272 | 76 | 170 | 0 | 103 | 43 | 33 | 514 | 62 | 61 |
| Binary | 10111010 | 111110 | 1111000 | 0 | 1000011 | 100011 | 11011 | 101001100 | 110010 | 110001 |
Color Harmonies of #BA3E78
Complementary color
Monochromatic Colors of #BA3E78
Black with #BA3E78
Text Example
Text Example
White with #BA3E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E78; }
p { color: rgb(186,62,120); }
H1.HeaderClassName
{
color: #BA3E78;
}
.AnyTagClassName
{
color: #BA3E78;
}
</style>
background-color css
<style>
a { background-color: #BA3E78; }
a { background-color: rgb(186,62,120); }
div.DivClassName
{
background-color: #BA3E78;
}
.BgClassName
{
background-color: #BA3E78;
}
</style>
border-color css
<style>
span { border-color: #BA3E78; }
span { border-color: rgb(186,62,120); }
td.TdClassName
{
border-color: #BA3E78;
}
.TagClassName
{
border-color: #BA3E78;
}
</style>