Shades of Medium Red Violet #BA247B
Tints of Medium Red Violet #BA247B
RGB
CMYK
RGB Variations
Color information
#BA247B (or 0xBA247B) is known color: Medium Red Violet. HEX triplet: BA, 24 and 7B. RGB value is (186,36,123). Sum of RGB (Red+Green+Blue) = 186+36+123=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA247B is #45DB84. Grayscale: #5A5A5A. Windows color (decimal): -4578181 or 8070330. OLE color: 8070330.
HSL color Cylindrical-coordinate representation of color #BA247B: hue angle of 325.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA247B is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 123 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.27 |
| HSL | 325.2º | 0.68% | 0.44% | - |
| HSV(B) | 325.2º | 0.81% | 0.73% | - |
| XYZ | 24.46 | 13.13 | 19.98 | - |
| YUV | 90.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 123 | 0 | 0.81 | 0.34 | 0.27 | 325.2 | 0.68 | 0.44 |
| Hex | BA | 24 | 7B | 0 | 51 | 22 | 1B | 145 | 44 | 2C |
| Octal | 272 | 44 | 173 | 0 | 121 | 42 | 33 | 505 | 104 | 54 |
| Binary | 10111010 | 100100 | 1111011 | 0 | 1010001 | 100010 | 11011 | 101000101 | 1000100 | 101100 |
Color Harmonies of #BA247B
Complementary color
Monochromatic Colors of #BA247B
Black with #BA247B
Text Example
Text Example
White with #BA247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA247B; }
p { color: rgb(186,36,123); }
H1.HeaderClassName
{
color: #BA247B;
}
.AnyTagClassName
{
color: #BA247B;
}
</style>
background-color css
<style>
a { background-color: #BA247B; }
a { background-color: rgb(186,36,123); }
div.DivClassName
{
background-color: #BA247B;
}
.BgClassName
{
background-color: #BA247B;
}
</style>
border-color css
<style>
span { border-color: #BA247B; }
span { border-color: rgb(186,36,123); }
td.TdClassName
{
border-color: #BA247B;
}
.TagClassName
{
border-color: #BA247B;
}
</style>