Shades of Medium Red Violet #BA26A3
Tints of Medium Red Violet #BA26A3
RGB
CMYK
RGB Variations
Color information
#BA26A3 (or 0xBA26A3) is known color: Medium Red Violet. HEX triplet: BA, 26 and A3. RGB value is (186,38,163). Sum of RGB (Red+Green+Blue) = 186+38+163=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA26A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA26A3 is #45D95C. Grayscale: #606060. Windows color (decimal): -4577629 or 10692282. OLE color: 10692282.
HSL color Cylindrical-coordinate representation of color #BA26A3: hue angle of 309.32º 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 #BA26A3 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 163 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.27 |
| HSL | 309.32º | 0.66% | 0.44% | - |
| HSV(B) | 309.32º | 0.8% | 0.73% | - |
| XYZ | 27.55 | 14.47 | 35.99 | - |
| YUV | 96.5 | 165.53 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 163 | 0 | 0.80 | 0.12 | 0.27 | 309.32 | 0.66 | 0.44 |
| Hex | BA | 26 | A3 | 0 | 50 | C | 1B | 135 | 42 | 2C |
| Octal | 272 | 46 | 243 | 0 | 120 | 14 | 33 | 465 | 102 | 54 |
| Binary | 10111010 | 100110 | 10100011 | 0 | 1010000 | 1100 | 11011 | 100110101 | 1000010 | 101100 |
Color Harmonies of #BA26A3
Complementary color
Monochromatic Colors of #BA26A3
Black with #BA26A3
Text Example
Text Example
White with #BA26A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26A3; }
p { color: rgb(186,38,163); }
H1.HeaderClassName
{
color: #BA26A3;
}
.AnyTagClassName
{
color: #BA26A3;
}
</style>
background-color css
<style>
a { background-color: #BA26A3; }
a { background-color: rgb(186,38,163); }
div.DivClassName
{
background-color: #BA26A3;
}
.BgClassName
{
background-color: #BA26A3;
}
</style>
border-color css
<style>
span { border-color: #BA26A3; }
span { border-color: rgb(186,38,163); }
td.TdClassName
{
border-color: #BA26A3;
}
.TagClassName
{
border-color: #BA26A3;
}
</style>