Shades of Medium Red Violet #BA258E
Tints of Medium Red Violet #BA258E
RGB
CMYK
RGB Variations
Color information
#BA258E (or 0xBA258E) is known color: Medium Red Violet. HEX triplet: BA, 25 and 8E. RGB value is (186,37,142). Sum of RGB (Red+Green+Blue) = 186+37+142=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA258E is #45DA71. Grayscale: #5D5D5D. Windows color (decimal): -4577906 or 9315770. OLE color: 9315770.
HSL color Cylindrical-coordinate representation of color #BA258E: hue angle of 317.72º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA258E is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 142 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.27 |
| HSL | 317.72º | 0.67% | 0.44% | - |
| HSV(B) | 317.72º | 0.8% | 0.73% | - |
| XYZ | 25.79 | 13.72 | 26.88 | - |
| YUV | 93.52 | 155.36 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 142 | 0 | 0.80 | 0.24 | 0.27 | 317.72 | 0.67 | 0.44 |
| Hex | BA | 25 | 8E | 0 | 50 | 18 | 1B | 13E | 43 | 2C |
| Octal | 272 | 45 | 216 | 0 | 120 | 30 | 33 | 476 | 103 | 54 |
| Binary | 10111010 | 100101 | 10001110 | 0 | 1010000 | 11000 | 11011 | 100111110 | 1000011 | 101100 |
Color Harmonies of #BA258E
Complementary color
Monochromatic Colors of #BA258E
Black with #BA258E
Text Example
Text Example
White with #BA258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA258E; }
p { color: rgb(186,37,142); }
H1.HeaderClassName
{
color: #BA258E;
}
.AnyTagClassName
{
color: #BA258E;
}
</style>
background-color css
<style>
a { background-color: #BA258E; }
a { background-color: rgb(186,37,142); }
div.DivClassName
{
background-color: #BA258E;
}
.BgClassName
{
background-color: #BA258E;
}
</style>
border-color css
<style>
span { border-color: #BA258E; }
span { border-color: rgb(186,37,142); }
td.TdClassName
{
border-color: #BA258E;
}
.TagClassName
{
border-color: #BA258E;
}
</style>