Shades of Medium Violet Red #BA18A5
Tints of Medium Violet Red #BA18A5
RGB
CMYK
RGB Variations
Color information
#BA18A5 (or 0xBA18A5) is known color: Medium Violet Red. HEX triplet: BA, 18 and A5. RGB value is (186,24,165). Sum of RGB (Red+Green+Blue) = 186+24+165=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA18A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA18A5 is #45E75A. Grayscale: #585858. Windows color (decimal): -4581211 or 10819770. OLE color: 10819770.
HSL color Cylindrical-coordinate representation of color #BA18A5: hue angle of 307.78º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA18A5 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 165 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.27 |
| HSL | 307.78º | 0.77% | 0.41% | - |
| HSV(B) | 307.78º | 0.87% | 0.73% | - |
| XYZ | 27.37 | 13.81 | 36.82 | - |
| YUV | 88.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 165 | 0 | 0.87 | 0.11 | 0.27 | 307.78 | 0.77 | 0.41 |
| Hex | BA | 18 | A5 | 0 | 57 | B | 1B | 134 | 4D | 29 |
| Octal | 272 | 30 | 245 | 0 | 127 | 13 | 33 | 464 | 115 | 51 |
| Binary | 10111010 | 11000 | 10100101 | 0 | 1010111 | 1011 | 11011 | 100110100 | 1001101 | 101001 |
Color Harmonies of #BA18A5
Complementary color
Monochromatic Colors of #BA18A5
Black with #BA18A5
Text Example
Text Example
White with #BA18A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18A5; }
p { color: rgb(186,24,165); }
H1.HeaderClassName
{
color: #BA18A5;
}
.AnyTagClassName
{
color: #BA18A5;
}
</style>
background-color css
<style>
a { background-color: #BA18A5; }
a { background-color: rgb(186,24,165); }
div.DivClassName
{
background-color: #BA18A5;
}
.BgClassName
{
background-color: #BA18A5;
}
</style>
border-color css
<style>
span { border-color: #BA18A5; }
span { border-color: rgb(186,24,165); }
td.TdClassName
{
border-color: #BA18A5;
}
.TagClassName
{
border-color: #BA18A5;
}
</style>