Shades of Medium Red Violet #BA28A6
Tints of Medium Red Violet #BA28A6
RGB
CMYK
RGB Variations
Color information
#BA28A6 (or 0xBA28A6) is known color: Medium Red Violet. HEX triplet: BA, 28 and A6. RGB value is (186,40,166). Sum of RGB (Red+Green+Blue) = 186+40+166=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA28A6 is #45D759. Grayscale: #616161. Windows color (decimal): -4577114 or 10889402. OLE color: 10889402.
HSL color Cylindrical-coordinate representation of color #BA28A6: hue angle of 308.22º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA28A6 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 166 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.27 |
| HSL | 308.22º | 0.65% | 0.44% | - |
| HSV(B) | 308.22º | 0.78% | 0.73% | - |
| XYZ | 27.89 | 14.71 | 37.45 | - |
| YUV | 98.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 166 | 0 | 0.78 | 0.11 | 0.27 | 308.22 | 0.65 | 0.44 |
| Hex | BA | 28 | A6 | 0 | 4E | B | 1B | 134 | 41 | 2C |
| Octal | 272 | 50 | 246 | 0 | 116 | 13 | 33 | 464 | 101 | 54 |
| Binary | 10111010 | 101000 | 10100110 | 0 | 1001110 | 1011 | 11011 | 100110100 | 1000001 | 101100 |
Color Harmonies of #BA28A6
Complementary color
Monochromatic Colors of #BA28A6
Black with #BA28A6
Text Example
Text Example
White with #BA28A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28A6; }
p { color: rgb(186,40,166); }
H1.HeaderClassName
{
color: #BA28A6;
}
.AnyTagClassName
{
color: #BA28A6;
}
</style>
background-color css
<style>
a { background-color: #BA28A6; }
a { background-color: rgb(186,40,166); }
div.DivClassName
{
background-color: #BA28A6;
}
.BgClassName
{
background-color: #BA28A6;
}
</style>
border-color css
<style>
span { border-color: #BA28A6; }
span { border-color: rgb(186,40,166); }
td.TdClassName
{
border-color: #BA28A6;
}
.TagClassName
{
border-color: #BA28A6;
}
</style>