Shades of Medium Red Violet #BA26A1
Tints of Medium Red Violet #BA26A1
RGB
CMYK
RGB Variations
Color information
#BA26A1 (or 0xBA26A1) is known color: Medium Red Violet. HEX triplet: BA, 26 and A1. RGB value is (186,38,161). Sum of RGB (Red+Green+Blue) = 186+38+161=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA26A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA26A1 is #45D95E. Grayscale: #5F5F5F. Windows color (decimal): -4577631 or 10561210. OLE color: 10561210.
HSL color Cylindrical-coordinate representation of color #BA26A1: hue angle of 310.14º degrees, saturation: 0.66, 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 #BA26A1 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 161 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.27 |
| HSL | 310.14º | 0.66% | 0.44% | - |
| HSV(B) | 310.14º | 0.8% | 0.73% | - |
| XYZ | 27.38 | 14.4 | 35.05 | - |
| YUV | 96.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 161 | 0 | 0.80 | 0.13 | 0.27 | 310.14 | 0.66 | 0.44 |
| Hex | BA | 26 | A1 | 0 | 50 | D | 1B | 136 | 42 | 2C |
| Octal | 272 | 46 | 241 | 0 | 120 | 15 | 33 | 466 | 102 | 54 |
| Binary | 10111010 | 100110 | 10100001 | 0 | 1010000 | 1101 | 11011 | 100110110 | 1000010 | 101100 |
Color Harmonies of #BA26A1
Complementary color
Monochromatic Colors of #BA26A1
Black with #BA26A1
Text Example
Text Example
White with #BA26A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26A1; }
p { color: rgb(186,38,161); }
H1.HeaderClassName
{
color: #BA26A1;
}
.AnyTagClassName
{
color: #BA26A1;
}
</style>
background-color css
<style>
a { background-color: #BA26A1; }
a { background-color: rgb(186,38,161); }
div.DivClassName
{
background-color: #BA26A1;
}
.BgClassName
{
background-color: #BA26A1;
}
</style>
border-color css
<style>
span { border-color: #BA26A1; }
span { border-color: rgb(186,38,161); }
td.TdClassName
{
border-color: #BA26A1;
}
.TagClassName
{
border-color: #BA26A1;
}
</style>