Shades of Deep Magenta #BA10BF
Tints of Deep Magenta #BA10BF
RGB
CMYK
RGB Variations
Color information
#BA10BF (or 0xBA10BF) is known color: Deep Magenta. HEX triplet: BA, 10 and BF. RGB value is (186,16,191). Sum of RGB (Red+Green+Blue) = 186+16+191=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA10BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10BF is #45EF40. Grayscale: #565656. Windows color (decimal): -4583233 or 12521658. OLE color: 12521658.
HSL color Cylindrical-coordinate representation of color #BA10BF: hue angle of 298.29º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA10BF is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 16 | 191 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.25 |
| HSL | 298.29º | 0.85% | 0.41% | - |
| HSV(B) | 298.29º | 0.92% | 0.75% | - |
| XYZ | 29.84 | 14.57 | 50.53 | - |
| YUV | 86.78 | 186.82 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 191 | 0.03 | 0.92 | 0 | 0.25 | 298.29 | 0.85 | 0.41 |
| Hex | BA | 10 | BF | 3 | 5C | 0 | 19 | 12A | 55 | 29 |
| Octal | 272 | 20 | 277 | 3 | 134 | 0 | 31 | 452 | 125 | 51 |
| Binary | 10111010 | 10000 | 10111111 | 11 | 1011100 | 0 | 11001 | 100101010 | 1010101 | 101001 |
Color Harmonies of #BA10BF
Complementary color
Monochromatic Colors of #BA10BF
Black with #BA10BF
Text Example
Text Example
White with #BA10BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10BF; }
p { color: rgb(186,16,191); }
H1.HeaderClassName
{
color: #BA10BF;
}
.AnyTagClassName
{
color: #BA10BF;
}
</style>
background-color css
<style>
a { background-color: #BA10BF; }
a { background-color: rgb(186,16,191); }
div.DivClassName
{
background-color: #BA10BF;
}
.BgClassName
{
background-color: #BA10BF;
}
</style>
border-color css
<style>
span { border-color: #BA10BF; }
span { border-color: rgb(186,16,191); }
td.TdClassName
{
border-color: #BA10BF;
}
.TagClassName
{
border-color: #BA10BF;
}
</style>