Shades of Medium Red Violet #BA309A
Tints of Medium Red Violet #BA309A
RGB
CMYK
RGB Variations
Color information
#BA309A (or 0xBA309A) is known color: Medium Red Violet. HEX triplet: BA, 30 and 9A. RGB value is (186,48,154). Sum of RGB (Red+Green+Blue) = 186+48+154=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA309A is #45CF65. Grayscale: #656565. Windows color (decimal): -4575078 or 10105018. OLE color: 10105018.
HSL color Cylindrical-coordinate representation of color #BA309A: hue angle of 313.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA309A is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 154 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.27 |
| HSL | 313.91º | 0.59% | 0.46% | - |
| HSV(B) | 313.91º | 0.74% | 0.73% | - |
| XYZ | 27.14 | 14.89 | 32.01 | - |
| YUV | 101.35 | 157.72 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 154 | 0 | 0.74 | 0.17 | 0.27 | 313.91 | 0.59 | 0.46 |
| Hex | BA | 30 | 9A | 0 | 4A | 11 | 1B | 13A | 3B | 2E |
| Octal | 272 | 60 | 232 | 0 | 112 | 21 | 33 | 472 | 73 | 56 |
| Binary | 10111010 | 110000 | 10011010 | 0 | 1001010 | 10001 | 11011 | 100111010 | 111011 | 101110 |
Color Harmonies of #BA309A
Complementary color
Monochromatic Colors of #BA309A
Black with #BA309A
Text Example
Text Example
White with #BA309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA309A; }
p { color: rgb(186,48,154); }
H1.HeaderClassName
{
color: #BA309A;
}
.AnyTagClassName
{
color: #BA309A;
}
</style>
background-color css
<style>
a { background-color: #BA309A; }
a { background-color: rgb(186,48,154); }
div.DivClassName
{
background-color: #BA309A;
}
.BgClassName
{
background-color: #BA309A;
}
</style>
border-color css
<style>
span { border-color: #BA309A; }
span { border-color: rgb(186,48,154); }
td.TdClassName
{
border-color: #BA309A;
}
.TagClassName
{
border-color: #BA309A;
}
</style>