Shades of Medium Red Violet #BA3D92
Tints of Medium Red Violet #BA3D92
RGB
CMYK
RGB Variations
Color information
#BA3D92 (or 0xBA3D92) is known color: Medium Red Violet. HEX triplet: BA, 3D and 92. RGB value is (186,61,146). Sum of RGB (Red+Green+Blue) = 186+61+146=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3D92 is #45C26D. Grayscale: #6B6B6B. Windows color (decimal): -4571758 or 9584058. OLE color: 9584058.
HSL color Cylindrical-coordinate representation of color #BA3D92: hue angle of 319.2º 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 #BA3D92 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 146 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.27 |
| HSL | 319.2º | 0.51% | 0.48% | - |
| HSV(B) | 319.2º | 0.67% | 0.73% | - |
| XYZ | 27.11 | 15.85 | 28.83 | - |
| YUV | 108.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 146 | 0 | 0.67 | 0.22 | 0.27 | 319.2 | 0.51 | 0.48 |
| Hex | BA | 3D | 92 | 0 | 43 | 16 | 1B | 13F | 33 | 30 |
| Octal | 272 | 75 | 222 | 0 | 103 | 26 | 33 | 477 | 63 | 60 |
| Binary | 10111010 | 111101 | 10010010 | 0 | 1000011 | 10110 | 11011 | 100111111 | 110011 | 110000 |
Color Harmonies of #BA3D92
Complementary color
Monochromatic Colors of #BA3D92
Black with #BA3D92
Text Example
Text Example
White with #BA3D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D92; }
p { color: rgb(186,61,146); }
H1.HeaderClassName
{
color: #BA3D92;
}
.AnyTagClassName
{
color: #BA3D92;
}
</style>
background-color css
<style>
a { background-color: #BA3D92; }
a { background-color: rgb(186,61,146); }
div.DivClassName
{
background-color: #BA3D92;
}
.BgClassName
{
background-color: #BA3D92;
}
</style>
border-color css
<style>
span { border-color: #BA3D92; }
span { border-color: rgb(186,61,146); }
td.TdClassName
{
border-color: #BA3D92;
}
.TagClassName
{
border-color: #BA3D92;
}
</style>