Shades of Medium Red Violet #BA357B
Tints of Medium Red Violet #BA357B
RGB
CMYK
RGB Variations
Color information
#BA357B (or 0xBA357B) is known color: Medium Red Violet. HEX triplet: BA, 35 and 7B. RGB value is (186,53,123). Sum of RGB (Red+Green+Blue) = 186+53+123=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA357B is #45CA84. Grayscale: #646464. Windows color (decimal): -4573829 or 8074682. OLE color: 8074682.
HSL color Cylindrical-coordinate representation of color #BA357B: hue angle of 328.42º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA357B is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 123 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.27 |
| HSL | 328.42º | 0.56% | 0.47% | - |
| HSV(B) | 328.42º | 0.72% | 0.73% | - |
| XYZ | 25.1 | 14.42 | 20.2 | - |
| YUV | 100.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 123 | 0 | 0.72 | 0.34 | 0.27 | 328.42 | 0.56 | 0.47 |
| Hex | BA | 35 | 7B | 0 | 48 | 22 | 1B | 148 | 38 | 2F |
| Octal | 272 | 65 | 173 | 0 | 110 | 42 | 33 | 510 | 70 | 57 |
| Binary | 10111010 | 110101 | 1111011 | 0 | 1001000 | 100010 | 11011 | 101001000 | 111000 | 101111 |
Color Harmonies of #BA357B
Complementary color
Monochromatic Colors of #BA357B
Black with #BA357B
Text Example
Text Example
White with #BA357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA357B; }
p { color: rgb(186,53,123); }
H1.HeaderClassName
{
color: #BA357B;
}
.AnyTagClassName
{
color: #BA357B;
}
</style>
background-color css
<style>
a { background-color: #BA357B; }
a { background-color: rgb(186,53,123); }
div.DivClassName
{
background-color: #BA357B;
}
.BgClassName
{
background-color: #BA357B;
}
</style>
border-color css
<style>
span { border-color: #BA357B; }
span { border-color: rgb(186,53,123); }
td.TdClassName
{
border-color: #BA357B;
}
.TagClassName
{
border-color: #BA357B;
}
</style>