Shades of Medium Red Violet #BA3DA5
Tints of Medium Red Violet #BA3DA5
RGB
CMYK
RGB Variations
Color information
#BA3DA5 (or 0xBA3DA5) is known color: Medium Red Violet. HEX triplet: BA, 3D and A5. RGB value is (186,61,165). Sum of RGB (Red+Green+Blue) = 186+61+165=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3DA5 is #45C25A. Grayscale: #6D6D6D. Windows color (decimal): -4571739 or 10829242. OLE color: 10829242.
HSL color Cylindrical-coordinate representation of color #BA3DA5: hue angle of 310.08º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3DA5 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 165 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.27 |
| HSL | 310.08º | 0.51% | 0.48% | - |
| HSV(B) | 310.08º | 0.67% | 0.73% | - |
| XYZ | 28.71 | 16.49 | 37.27 | - |
| YUV | 110.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 165 | 0 | 0.67 | 0.11 | 0.27 | 310.08 | 0.51 | 0.48 |
| Hex | BA | 3D | A5 | 0 | 43 | B | 1B | 136 | 33 | 30 |
| Octal | 272 | 75 | 245 | 0 | 103 | 13 | 33 | 466 | 63 | 60 |
| Binary | 10111010 | 111101 | 10100101 | 0 | 1000011 | 1011 | 11011 | 100110110 | 110011 | 110000 |
Color Harmonies of #BA3DA5
Complementary color
Monochromatic Colors of #BA3DA5
Black with #BA3DA5
Text Example
Text Example
White with #BA3DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DA5; }
p { color: rgb(186,61,165); }
H1.HeaderClassName
{
color: #BA3DA5;
}
.AnyTagClassName
{
color: #BA3DA5;
}
</style>
background-color css
<style>
a { background-color: #BA3DA5; }
a { background-color: rgb(186,61,165); }
div.DivClassName
{
background-color: #BA3DA5;
}
.BgClassName
{
background-color: #BA3DA5;
}
</style>
border-color css
<style>
span { border-color: #BA3DA5; }
span { border-color: rgb(186,61,165); }
td.TdClassName
{
border-color: #BA3DA5;
}
.TagClassName
{
border-color: #BA3DA5;
}
</style>