Shades of Medium Red Violet #BA236A
Tints of Medium Red Violet #BA236A
RGB
CMYK
RGB Variations
Color information
#BA236A (or 0xBA236A) is known color: Medium Red Violet. HEX triplet: BA, 23 and 6A. RGB value is (186,35,106). Sum of RGB (Red+Green+Blue) = 186+35+106=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA236A is #45DC95. Grayscale: #585858. Windows color (decimal): -4578454 or 6955962. OLE color: 6955962.
HSL color Cylindrical-coordinate representation of color #BA236A: hue angle of 331.79º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA236A is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 106 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.27 |
| HSL | 331.79º | 0.68% | 0.43% | - |
| HSV(B) | 331.79º | 0.81% | 0.73% | - |
| XYZ | 23.45 | 12.68 | 14.85 | - |
| YUV | 88.24 | 138.03 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 106 | 0 | 0.81 | 0.43 | 0.27 | 331.79 | 0.68 | 0.43 |
| Hex | BA | 23 | 6A | 0 | 51 | 2B | 1B | 14C | 44 | 2B |
| Octal | 272 | 43 | 152 | 0 | 121 | 53 | 33 | 514 | 104 | 53 |
| Binary | 10111010 | 100011 | 1101010 | 0 | 1010001 | 101011 | 11011 | 101001100 | 1000100 | 101011 |
Color Harmonies of #BA236A
Complementary color
Monochromatic Colors of #BA236A
Black with #BA236A
Text Example
Text Example
White with #BA236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA236A; }
p { color: rgb(186,35,106); }
H1.HeaderClassName
{
color: #BA236A;
}
.AnyTagClassName
{
color: #BA236A;
}
</style>
background-color css
<style>
a { background-color: #BA236A; }
a { background-color: rgb(186,35,106); }
div.DivClassName
{
background-color: #BA236A;
}
.BgClassName
{
background-color: #BA236A;
}
</style>
border-color css
<style>
span { border-color: #BA236A; }
span { border-color: rgb(186,35,106); }
td.TdClassName
{
border-color: #BA236A;
}
.TagClassName
{
border-color: #BA236A;
}
</style>