Shades of Medium Violet Red #BA217F
Tints of Medium Violet Red #BA217F
RGB
CMYK
RGB Variations
Color information
#BA217F (or 0xBA217F) is known color: Medium Violet Red. HEX triplet: BA, 21 and 7F. RGB value is (186,33,127). Sum of RGB (Red+Green+Blue) = 186+33+127=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA217F is #45DE80. Grayscale: #595959. Windows color (decimal): -4578945 or 8331706. OLE color: 8331706.
HSL color Cylindrical-coordinate representation of color #BA217F: hue angle of 323.14º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA217F is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 127 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.27 |
| HSL | 323.14º | 0.7% | 0.43% | - |
| HSV(B) | 323.14º | 0.82% | 0.73% | - |
| XYZ | 24.62 | 13.06 | 21.3 | - |
| YUV | 89.46 | 149.19 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 127 | 0 | 0.82 | 0.32 | 0.27 | 323.14 | 0.7 | 0.43 |
| Hex | BA | 21 | 7F | 0 | 52 | 20 | 1B | 143 | 46 | 2B |
| Octal | 272 | 41 | 177 | 0 | 122 | 40 | 33 | 503 | 106 | 53 |
| Binary | 10111010 | 100001 | 1111111 | 0 | 1010010 | 100000 | 11011 | 101000011 | 1000110 | 101011 |
Color Harmonies of #BA217F
Complementary color
Monochromatic Colors of #BA217F
Black with #BA217F
Text Example
Text Example
White with #BA217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA217F; }
p { color: rgb(186,33,127); }
H1.HeaderClassName
{
color: #BA217F;
}
.AnyTagClassName
{
color: #BA217F;
}
</style>
background-color css
<style>
a { background-color: #BA217F; }
a { background-color: rgb(186,33,127); }
div.DivClassName
{
background-color: #BA217F;
}
.BgClassName
{
background-color: #BA217F;
}
</style>
border-color css
<style>
span { border-color: #BA217F; }
span { border-color: rgb(186,33,127); }
td.TdClassName
{
border-color: #BA217F;
}
.TagClassName
{
border-color: #BA217F;
}
</style>