Shades of Medium Red Violet #BA259E
Tints of Medium Red Violet #BA259E
RGB
CMYK
RGB Variations
Color information
#BA259E (or 0xBA259E) is known color: Medium Red Violet. HEX triplet: BA, 25 and 9E. RGB value is (186,37,158). Sum of RGB (Red+Green+Blue) = 186+37+158=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA259E is #45DA61. Grayscale: #5F5F5F. Windows color (decimal): -4577890 or 10364346. OLE color: 10364346.
HSL color Cylindrical-coordinate representation of color #BA259E: hue angle of 311.28º 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 #BA259E is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 158 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.27 |
| HSL | 311.28º | 0.67% | 0.44% | - |
| HSV(B) | 311.28º | 0.8% | 0.73% | - |
| XYZ | 27.08 | 14.23 | 33.67 | - |
| YUV | 95.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 158 | 0 | 0.80 | 0.15 | 0.27 | 311.28 | 0.67 | 0.44 |
| Hex | BA | 25 | 9E | 0 | 50 | F | 1B | 137 | 43 | 2C |
| Octal | 272 | 45 | 236 | 0 | 120 | 17 | 33 | 467 | 103 | 54 |
| Binary | 10111010 | 100101 | 10011110 | 0 | 1010000 | 1111 | 11011 | 100110111 | 1000011 | 101100 |
Color Harmonies of #BA259E
Complementary color
Monochromatic Colors of #BA259E
Black with #BA259E
Text Example
Text Example
White with #BA259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA259E; }
p { color: rgb(186,37,158); }
H1.HeaderClassName
{
color: #BA259E;
}
.AnyTagClassName
{
color: #BA259E;
}
</style>
background-color css
<style>
a { background-color: #BA259E; }
a { background-color: rgb(186,37,158); }
div.DivClassName
{
background-color: #BA259E;
}
.BgClassName
{
background-color: #BA259E;
}
</style>
border-color css
<style>
span { border-color: #BA259E; }
span { border-color: rgb(186,37,158); }
td.TdClassName
{
border-color: #BA259E;
}
.TagClassName
{
border-color: #BA259E;
}
</style>