Shades of Royal Heath #BA477F
Tints of Royal Heath #BA477F
RGB
CMYK
RGB Variations
Color information
#BA477F (or 0xBA477F) is known color: Royal Heath. HEX triplet: BA, 47 and 7F. RGB value is (186,71,127). Sum of RGB (Red+Green+Blue) = 186+71+127=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA477F is #45B880. Grayscale: #6F6F6F. Windows color (decimal): -4569217 or 8341434. OLE color: 8341434.
HSL color Cylindrical-coordinate representation of color #BA477F: hue angle of 330.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA477F is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 127 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.27 |
| HSL | 330.78º | 0.45% | 0.5% | - |
| HSV(B) | 330.78º | 0.62% | 0.73% | - |
| XYZ | 26.33 | 16.48 | 21.87 | - |
| YUV | 111.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 127 | 0 | 0.62 | 0.32 | 0.27 | 330.78 | 0.45 | 0.5 |
| Hex | BA | 47 | 7F | 0 | 3E | 20 | 1B | 14B | 2D | 32 |
| Octal | 272 | 107 | 177 | 0 | 76 | 40 | 33 | 513 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1111111 | 0 | 111110 | 100000 | 11011 | 101001011 | 101101 | 110010 |
Color Harmonies of #BA477F
Complementary color
Monochromatic Colors of #BA477F
Black with #BA477F
Text Example
Text Example
White with #BA477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA477F; }
p { color: rgb(186,71,127); }
H1.HeaderClassName
{
color: #BA477F;
}
.AnyTagClassName
{
color: #BA477F;
}
</style>
background-color css
<style>
a { background-color: #BA477F; }
a { background-color: rgb(186,71,127); }
div.DivClassName
{
background-color: #BA477F;
}
.BgClassName
{
background-color: #BA477F;
}
</style>
border-color css
<style>
span { border-color: #BA477F; }
span { border-color: rgb(186,71,127); }
td.TdClassName
{
border-color: #BA477F;
}
.TagClassName
{
border-color: #BA477F;
}
</style>