Shades of Royal Heath #BA507C
Tints of Royal Heath #BA507C
RGB
CMYK
RGB Variations
Color information
#BA507C (or 0xBA507C) is known color: Royal Heath. HEX triplet: BA, 50 and 7C. RGB value is (186,80,124). Sum of RGB (Red+Green+Blue) = 186+80+124=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA507C is #45AF83. Grayscale: #747474. Windows color (decimal): -4566916 or 8147130. OLE color: 8147130.
HSL color Cylindrical-coordinate representation of color #BA507C: hue angle of 335.09º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA507C is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 124 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.27 |
| HSL | 335.09º | 0.43% | 0.52% | - |
| HSV(B) | 335.09º | 0.57% | 0.73% | - |
| XYZ | 26.76 | 17.63 | 21.06 | - |
| YUV | 116.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 124 | 0 | 0.57 | 0.33 | 0.27 | 335.09 | 0.43 | 0.52 |
| Hex | BA | 50 | 7C | 0 | 39 | 21 | 1B | 14F | 2B | 34 |
| Octal | 272 | 120 | 174 | 0 | 71 | 41 | 33 | 517 | 53 | 64 |
| Binary | 10111010 | 1010000 | 1111100 | 0 | 111001 | 100001 | 11011 | 101001111 | 101011 | 110100 |
Color Harmonies of #BA507C
Complementary color
Monochromatic Colors of #BA507C
Black with #BA507C
Text Example
Text Example
White with #BA507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA507C; }
p { color: rgb(186,80,124); }
H1.HeaderClassName
{
color: #BA507C;
}
.AnyTagClassName
{
color: #BA507C;
}
</style>
background-color css
<style>
a { background-color: #BA507C; }
a { background-color: rgb(186,80,124); }
div.DivClassName
{
background-color: #BA507C;
}
.BgClassName
{
background-color: #BA507C;
}
</style>
border-color css
<style>
span { border-color: #BA507C; }
span { border-color: rgb(186,80,124); }
td.TdClassName
{
border-color: #BA507C;
}
.TagClassName
{
border-color: #BA507C;
}
</style>