Shades of Royal Heath #BA487C
Tints of Royal Heath #BA487C
RGB
CMYK
RGB Variations
Color information
#BA487C (or 0xBA487C) is known color: Royal Heath. HEX triplet: BA, 48 and 7C. RGB value is (186,72,124). Sum of RGB (Red+Green+Blue) = 186+72+124=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA487C is #45B783. Grayscale: #6F6F6F. Windows color (decimal): -4568964 or 8145082. OLE color: 8145082.
HSL color Cylindrical-coordinate representation of color #BA487C: hue angle of 332.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA487C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 124 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.27 |
| HSL | 332.63º | 0.45% | 0.51% | - |
| HSV(B) | 332.63º | 0.61% | 0.73% | - |
| XYZ | 26.21 | 16.53 | 20.88 | - |
| YUV | 112.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 124 | 0 | 0.61 | 0.33 | 0.27 | 332.63 | 0.45 | 0.51 |
| Hex | BA | 48 | 7C | 0 | 3D | 21 | 1B | 14D | 2D | 33 |
| Octal | 272 | 110 | 174 | 0 | 75 | 41 | 33 | 515 | 55 | 63 |
| Binary | 10111010 | 1001000 | 1111100 | 0 | 111101 | 100001 | 11011 | 101001101 | 101101 | 110011 |
Color Harmonies of #BA487C
Complementary color
Monochromatic Colors of #BA487C
Black with #BA487C
Text Example
Text Example
White with #BA487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA487C; }
p { color: rgb(186,72,124); }
H1.HeaderClassName
{
color: #BA487C;
}
.AnyTagClassName
{
color: #BA487C;
}
</style>
background-color css
<style>
a { background-color: #BA487C; }
a { background-color: rgb(186,72,124); }
div.DivClassName
{
background-color: #BA487C;
}
.BgClassName
{
background-color: #BA487C;
}
</style>
border-color css
<style>
span { border-color: #BA487C; }
span { border-color: rgb(186,72,124); }
td.TdClassName
{
border-color: #BA487C;
}
.TagClassName
{
border-color: #BA487C;
}
</style>