Shades of Medium Red Violet #BA238B
Tints of Medium Red Violet #BA238B
RGB
CMYK
RGB Variations
Color information
#BA238B (or 0xBA238B) is known color: Medium Red Violet. HEX triplet: BA, 23 and 8B. RGB value is (186,35,139). Sum of RGB (Red+Green+Blue) = 186+35+139=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA238B is #45DC74. Grayscale: #5B5B5B. Windows color (decimal): -4578421 or 9118650. OLE color: 9118650.
HSL color Cylindrical-coordinate representation of color #BA238B: hue angle of 318.68º 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 #BA238B is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 139 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.27 |
| HSL | 318.68º | 0.68% | 0.43% | - |
| HSV(B) | 318.68º | 0.81% | 0.73% | - |
| XYZ | 25.51 | 13.51 | 25.69 | - |
| YUV | 92.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 139 | 0 | 0.81 | 0.25 | 0.27 | 318.68 | 0.68 | 0.43 |
| Hex | BA | 23 | 8B | 0 | 51 | 19 | 1B | 13F | 44 | 2B |
| Octal | 272 | 43 | 213 | 0 | 121 | 31 | 33 | 477 | 104 | 53 |
| Binary | 10111010 | 100011 | 10001011 | 0 | 1010001 | 11001 | 11011 | 100111111 | 1000100 | 101011 |
Color Harmonies of #BA238B
Complementary color
Monochromatic Colors of #BA238B
Black with #BA238B
Text Example
Text Example
White with #BA238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA238B; }
p { color: rgb(186,35,139); }
H1.HeaderClassName
{
color: #BA238B;
}
.AnyTagClassName
{
color: #BA238B;
}
</style>
background-color css
<style>
a { background-color: #BA238B; }
a { background-color: rgb(186,35,139); }
div.DivClassName
{
background-color: #BA238B;
}
.BgClassName
{
background-color: #BA238B;
}
</style>
border-color css
<style>
span { border-color: #BA238B; }
span { border-color: rgb(186,35,139); }
td.TdClassName
{
border-color: #BA238B;
}
.TagClassName
{
border-color: #BA238B;
}
</style>