Shades of Medium Red Violet #BA237B
Tints of Medium Red Violet #BA237B
RGB
CMYK
RGB Variations
Color information
#BA237B (or 0xBA237B) is known color: Medium Red Violet. HEX triplet: BA, 23 and 7B. RGB value is (186,35,123). Sum of RGB (Red+Green+Blue) = 186+35+123=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA237B is #45DC84. Grayscale: #595959. Windows color (decimal): -4578437 or 8070074. OLE color: 8070074.
HSL color Cylindrical-coordinate representation of color #BA237B: hue angle of 325.03º 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 #BA237B is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 123 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.27 |
| HSL | 325.03º | 0.68% | 0.43% | - |
| HSV(B) | 325.03º | 0.81% | 0.73% | - |
| XYZ | 24.43 | 13.07 | 19.97 | - |
| YUV | 90.18 | 146.53 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 123 | 0 | 0.81 | 0.34 | 0.27 | 325.03 | 0.68 | 0.43 |
| Hex | BA | 23 | 7B | 0 | 51 | 22 | 1B | 145 | 44 | 2B |
| Octal | 272 | 43 | 173 | 0 | 121 | 42 | 33 | 505 | 104 | 53 |
| Binary | 10111010 | 100011 | 1111011 | 0 | 1010001 | 100010 | 11011 | 101000101 | 1000100 | 101011 |
Color Harmonies of #BA237B
Complementary color
Monochromatic Colors of #BA237B
Black with #BA237B
Text Example
Text Example
White with #BA237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA237B; }
p { color: rgb(186,35,123); }
H1.HeaderClassName
{
color: #BA237B;
}
.AnyTagClassName
{
color: #BA237B;
}
</style>
background-color css
<style>
a { background-color: #BA237B; }
a { background-color: rgb(186,35,123); }
div.DivClassName
{
background-color: #BA237B;
}
.BgClassName
{
background-color: #BA237B;
}
</style>
border-color css
<style>
span { border-color: #BA237B; }
span { border-color: rgb(186,35,123); }
td.TdClassName
{
border-color: #BA237B;
}
.TagClassName
{
border-color: #BA237B;
}
</style>