Shades of Medium Violet Red #BA0F9D
Tints of Medium Violet Red #BA0F9D
RGB
CMYK
RGB Variations
Color information
#BA0F9D (or 0xBA0F9D) is known color: Medium Violet Red. HEX triplet: BA, 0F and 9D. RGB value is (186,15,157). Sum of RGB (Red+Green+Blue) = 186+15+157=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0F9D is #45F062. Grayscale: #515151. Windows color (decimal): -4583523 or 10293178. OLE color: 10293178.
HSL color Cylindrical-coordinate representation of color #BA0F9D: hue angle of 310.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F9D is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 157 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.27 |
| HSL | 310.18º | 0.85% | 0.39% | - |
| HSV(B) | 310.18º | 0.92% | 0.73% | - |
| XYZ | 26.51 | 13.22 | 33.05 | - |
| YUV | 82.32 | 170.15 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 157 | 0 | 0.92 | 0.16 | 0.27 | 310.18 | 0.85 | 0.39 |
| Hex | BA | F | 9D | 0 | 5C | 10 | 1B | 136 | 55 | 27 |
| Octal | 272 | 17 | 235 | 0 | 134 | 20 | 33 | 466 | 125 | 47 |
| Binary | 10111010 | 1111 | 10011101 | 0 | 1011100 | 10000 | 11011 | 100110110 | 1010101 | 100111 |
Color Harmonies of #BA0F9D
Complementary color
Monochromatic Colors of #BA0F9D
Black with #BA0F9D
Text Example
Text Example
White with #BA0F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F9D; }
p { color: rgb(186,15,157); }
H1.HeaderClassName
{
color: #BA0F9D;
}
.AnyTagClassName
{
color: #BA0F9D;
}
</style>
background-color css
<style>
a { background-color: #BA0F9D; }
a { background-color: rgb(186,15,157); }
div.DivClassName
{
background-color: #BA0F9D;
}
.BgClassName
{
background-color: #BA0F9D;
}
</style>
border-color css
<style>
span { border-color: #BA0F9D; }
span { border-color: rgb(186,15,157); }
td.TdClassName
{
border-color: #BA0F9D;
}
.TagClassName
{
border-color: #BA0F9D;
}
</style>