Shades of Medium Red Violet #BA2681
Tints of Medium Red Violet #BA2681
RGB
CMYK
RGB Variations
Color information
#BA2681 (or 0xBA2681) is known color: Medium Red Violet. HEX triplet: BA, 26 and 81. RGB value is (186,38,129). Sum of RGB (Red+Green+Blue) = 186+38+129=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2681 is #45D97E. Grayscale: #5C5C5C. Windows color (decimal): -4577663 or 8464058. OLE color: 8464058.
HSL color Cylindrical-coordinate representation of color #BA2681: hue angle of 323.11º 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 #BA2681 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 129 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.27 |
| HSL | 323.11º | 0.66% | 0.44% | - |
| HSV(B) | 323.11º | 0.8% | 0.73% | - |
| XYZ | 24.91 | 13.41 | 22.04 | - |
| YUV | 92.63 | 148.53 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 129 | 0 | 0.80 | 0.31 | 0.27 | 323.11 | 0.66 | 0.44 |
| Hex | BA | 26 | 81 | 0 | 50 | 1F | 1B | 143 | 42 | 2C |
| Octal | 272 | 46 | 201 | 0 | 120 | 37 | 33 | 503 | 102 | 54 |
| Binary | 10111010 | 100110 | 10000001 | 0 | 1010000 | 11111 | 11011 | 101000011 | 1000010 | 101100 |
Color Harmonies of #BA2681
Complementary color
Monochromatic Colors of #BA2681
Black with #BA2681
Text Example
Text Example
White with #BA2681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2681; }
p { color: rgb(186,38,129); }
H1.HeaderClassName
{
color: #BA2681;
}
.AnyTagClassName
{
color: #BA2681;
}
</style>
background-color css
<style>
a { background-color: #BA2681; }
a { background-color: rgb(186,38,129); }
div.DivClassName
{
background-color: #BA2681;
}
.BgClassName
{
background-color: #BA2681;
}
</style>
border-color css
<style>
span { border-color: #BA2681; }
span { border-color: rgb(186,38,129); }
td.TdClassName
{
border-color: #BA2681;
}
.TagClassName
{
border-color: #BA2681;
}
</style>