Shades of Medium Red Violet #BA258D
Tints of Medium Red Violet #BA258D
RGB
CMYK
RGB Variations
Color information
#BA258D (or 0xBA258D) is known color: Medium Red Violet. HEX triplet: BA, 25 and 8D. RGB value is (186,37,141). Sum of RGB (Red+Green+Blue) = 186+37+141=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA258D is #45DA72. Grayscale: #5D5D5D. Windows color (decimal): -4577907 or 9250234. OLE color: 9250234.
HSL color Cylindrical-coordinate representation of color #BA258D: hue angle of 318.12º 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 #BA258D is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 141 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.27 |
| HSL | 318.12º | 0.67% | 0.44% | - |
| HSV(B) | 318.12º | 0.8% | 0.73% | - |
| XYZ | 25.72 | 13.69 | 26.49 | - |
| YUV | 93.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 141 | 0 | 0.80 | 0.24 | 0.27 | 318.12 | 0.67 | 0.44 |
| Hex | BA | 25 | 8D | 0 | 50 | 18 | 1B | 13E | 43 | 2C |
| Octal | 272 | 45 | 215 | 0 | 120 | 30 | 33 | 476 | 103 | 54 |
| Binary | 10111010 | 100101 | 10001101 | 0 | 1010000 | 11000 | 11011 | 100111110 | 1000011 | 101100 |
Color Harmonies of #BA258D
Complementary color
Monochromatic Colors of #BA258D
Black with #BA258D
Text Example
Text Example
White with #BA258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA258D; }
p { color: rgb(186,37,141); }
H1.HeaderClassName
{
color: #BA258D;
}
.AnyTagClassName
{
color: #BA258D;
}
</style>
background-color css
<style>
a { background-color: #BA258D; }
a { background-color: rgb(186,37,141); }
div.DivClassName
{
background-color: #BA258D;
}
.BgClassName
{
background-color: #BA258D;
}
</style>
border-color css
<style>
span { border-color: #BA258D; }
span { border-color: rgb(186,37,141); }
td.TdClassName
{
border-color: #BA258D;
}
.TagClassName
{
border-color: #BA258D;
}
</style>