Shades of Medium Red Violet #BA3B8A
Tints of Medium Red Violet #BA3B8A
RGB
CMYK
RGB Variations
Color information
#BA3B8A (or 0xBA3B8A) is known color: Medium Red Violet. HEX triplet: BA, 3B and 8A. RGB value is (186,59,138). Sum of RGB (Red+Green+Blue) = 186+59+138=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3B8A is #45C475. Grayscale: #696969. Windows color (decimal): -4572278 or 9059258. OLE color: 9059258.
HSL color Cylindrical-coordinate representation of color #BA3B8A: hue angle of 322.68º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3B8A is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 138 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.27 |
| HSL | 322.68º | 0.52% | 0.48% | - |
| HSV(B) | 322.68º | 0.68% | 0.73% | - |
| XYZ | 26.4 | 15.4 | 25.63 | - |
| YUV | 105.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 138 | 0 | 0.68 | 0.26 | 0.27 | 322.68 | 0.52 | 0.48 |
| Hex | BA | 3B | 8A | 0 | 44 | 1A | 1B | 143 | 34 | 30 |
| Octal | 272 | 73 | 212 | 0 | 104 | 32 | 33 | 503 | 64 | 60 |
| Binary | 10111010 | 111011 | 10001010 | 0 | 1000100 | 11010 | 11011 | 101000011 | 110100 | 110000 |
Color Harmonies of #BA3B8A
Complementary color
Monochromatic Colors of #BA3B8A
Black with #BA3B8A
Text Example
Text Example
White with #BA3B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B8A; }
p { color: rgb(186,59,138); }
H1.HeaderClassName
{
color: #BA3B8A;
}
.AnyTagClassName
{
color: #BA3B8A;
}
</style>
background-color css
<style>
a { background-color: #BA3B8A; }
a { background-color: rgb(186,59,138); }
div.DivClassName
{
background-color: #BA3B8A;
}
.BgClassName
{
background-color: #BA3B8A;
}
</style>
border-color css
<style>
span { border-color: #BA3B8A; }
span { border-color: rgb(186,59,138); }
td.TdClassName
{
border-color: #BA3B8A;
}
.TagClassName
{
border-color: #BA3B8A;
}
</style>