Shades of Medium Red Violet #BA26AD
Tints of Medium Red Violet #BA26AD
RGB
CMYK
RGB Variations
Color information
#BA26AD (or 0xBA26AD) is known color: Medium Red Violet. HEX triplet: BA, 26 and AD. RGB value is (186,38,173). Sum of RGB (Red+Green+Blue) = 186+38+173=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA26AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA26AD is #45D952. Grayscale: #616161. Windows color (decimal): -4577619 or 11347642. OLE color: 11347642.
HSL color Cylindrical-coordinate representation of color #BA26AD: hue angle of 305.27º 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 #BA26AD is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 173 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.27 |
| HSL | 305.27º | 0.66% | 0.44% | - |
| HSV(B) | 305.27º | 0.8% | 0.73% | - |
| XYZ | 28.49 | 14.84 | 40.9 | - |
| YUV | 97.64 | 170.53 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 173 | 0 | 0.80 | 0.07 | 0.27 | 305.27 | 0.66 | 0.44 |
| Hex | BA | 26 | AD | 0 | 50 | 7 | 1B | 131 | 42 | 2C |
| Octal | 272 | 46 | 255 | 0 | 120 | 7 | 33 | 461 | 102 | 54 |
| Binary | 10111010 | 100110 | 10101101 | 0 | 1010000 | 111 | 11011 | 100110001 | 1000010 | 101100 |
Color Harmonies of #BA26AD
Complementary color
Monochromatic Colors of #BA26AD
Black with #BA26AD
Text Example
Text Example
White with #BA26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26AD; }
p { color: rgb(186,38,173); }
H1.HeaderClassName
{
color: #BA26AD;
}
.AnyTagClassName
{
color: #BA26AD;
}
</style>
background-color css
<style>
a { background-color: #BA26AD; }
a { background-color: rgb(186,38,173); }
div.DivClassName
{
background-color: #BA26AD;
}
.BgClassName
{
background-color: #BA26AD;
}
</style>
border-color css
<style>
span { border-color: #BA26AD; }
span { border-color: rgb(186,38,173); }
td.TdClassName
{
border-color: #BA26AD;
}
.TagClassName
{
border-color: #BA26AD;
}
</style>