Shades of Royal Heath #BA447E
Tints of Royal Heath #BA447E
RGB
CMYK
RGB Variations
Color information
#BA447E (or 0xBA447E) is known color: Royal Heath. HEX triplet: BA, 44 and 7E. RGB value is (186,68,126). Sum of RGB (Red+Green+Blue) = 186+68+126=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA447E is #45BB81. Grayscale: #6D6D6D. Windows color (decimal): -4569986 or 8275130. OLE color: 8275130.
HSL color Cylindrical-coordinate representation of color #BA447E: hue angle of 330.51º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA447E is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 126 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.27 |
| HSL | 330.51º | 0.46% | 0.5% | - |
| HSV(B) | 330.51º | 0.63% | 0.73% | - |
| XYZ | 26.08 | 16.08 | 21.47 | - |
| YUV | 109.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 126 | 0 | 0.63 | 0.32 | 0.27 | 330.51 | 0.46 | 0.5 |
| Hex | BA | 44 | 7E | 0 | 3F | 20 | 1B | 14B | 2E | 32 |
| Octal | 272 | 104 | 176 | 0 | 77 | 40 | 33 | 513 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1111110 | 0 | 111111 | 100000 | 11011 | 101001011 | 101110 | 110010 |
Color Harmonies of #BA447E
Complementary color
Monochromatic Colors of #BA447E
Black with #BA447E
Text Example
Text Example
White with #BA447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA447E; }
p { color: rgb(186,68,126); }
H1.HeaderClassName
{
color: #BA447E;
}
.AnyTagClassName
{
color: #BA447E;
}
</style>
background-color css
<style>
a { background-color: #BA447E; }
a { background-color: rgb(186,68,126); }
div.DivClassName
{
background-color: #BA447E;
}
.BgClassName
{
background-color: #BA447E;
}
</style>
border-color css
<style>
span { border-color: #BA447E; }
span { border-color: rgb(186,68,126); }
td.TdClassName
{
border-color: #BA447E;
}
.TagClassName
{
border-color: #BA447E;
}
</style>