Shades of Royal Heath #BA447C
Tints of Royal Heath #BA447C
RGB
CMYK
RGB Variations
Color information
#BA447C (or 0xBA447C) is known color: Royal Heath. HEX triplet: BA, 44 and 7C. RGB value is (186,68,124). Sum of RGB (Red+Green+Blue) = 186+68+124=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA447C is #45BB83. Grayscale: #6D6D6D. Windows color (decimal): -4569988 or 8144058. OLE color: 8144058.
HSL color Cylindrical-coordinate representation of color #BA447C: hue angle of 331.53º 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 #BA447C is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 124 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.27 |
| HSL | 331.53º | 0.46% | 0.5% | - |
| HSV(B) | 331.53º | 0.63% | 0.73% | - |
| XYZ | 25.95 | 16.03 | 20.79 | - |
| YUV | 109.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 124 | 0 | 0.63 | 0.33 | 0.27 | 331.53 | 0.46 | 0.5 |
| Hex | BA | 44 | 7C | 0 | 3F | 21 | 1B | 14C | 2E | 32 |
| Octal | 272 | 104 | 174 | 0 | 77 | 41 | 33 | 514 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1111100 | 0 | 111111 | 100001 | 11011 | 101001100 | 101110 | 110010 |
Color Harmonies of #BA447C
Complementary color
Monochromatic Colors of #BA447C
Black with #BA447C
Text Example
Text Example
White with #BA447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA447C; }
p { color: rgb(186,68,124); }
H1.HeaderClassName
{
color: #BA447C;
}
.AnyTagClassName
{
color: #BA447C;
}
</style>
background-color css
<style>
a { background-color: #BA447C; }
a { background-color: rgb(186,68,124); }
div.DivClassName
{
background-color: #BA447C;
}
.BgClassName
{
background-color: #BA447C;
}
</style>
border-color css
<style>
span { border-color: #BA447C; }
span { border-color: rgb(186,68,124); }
td.TdClassName
{
border-color: #BA447C;
}
.TagClassName
{
border-color: #BA447C;
}
</style>