Shades of Deep Magenta #BA10BB
Tints of Deep Magenta #BA10BB
RGB
CMYK
RGB Variations
Color information
#BA10BB (or 0xBA10BB) is known color: Deep Magenta. HEX triplet: BA, 10 and BB. RGB value is (186,16,187). Sum of RGB (Red+Green+Blue) = 186+16+187=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA10BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10BB is #45EF44. Grayscale: #555555. Windows color (decimal): -4583237 or 12259514. OLE color: 12259514.
HSL color Cylindrical-coordinate representation of color #BA10BB: hue angle of 299.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA10BB is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 187 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.27 |
| HSL | 299.65º | 0.84% | 0.4% | - |
| HSV(B) | 299.65º | 0.91% | 0.73% | - |
| XYZ | 29.4 | 14.4 | 48.24 | - |
| YUV | 86.32 | 184.82 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 187 | 0.01 | 0.91 | 0 | 0.27 | 299.65 | 0.84 | 0.4 |
| Hex | BA | 10 | BB | 1 | 5B | 0 | 1B | 12C | 54 | 28 |
| Octal | 272 | 20 | 273 | 1 | 133 | 0 | 33 | 454 | 124 | 50 |
| Binary | 10111010 | 10000 | 10111011 | 1 | 1011011 | 0 | 11011 | 100101100 | 1010100 | 101000 |
Color Harmonies of #BA10BB
Complementary color
Monochromatic Colors of #BA10BB
Black with #BA10BB
Text Example
Text Example
White with #BA10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10BB; }
p { color: rgb(186,16,187); }
H1.HeaderClassName
{
color: #BA10BB;
}
.AnyTagClassName
{
color: #BA10BB;
}
</style>
background-color css
<style>
a { background-color: #BA10BB; }
a { background-color: rgb(186,16,187); }
div.DivClassName
{
background-color: #BA10BB;
}
.BgClassName
{
background-color: #BA10BB;
}
</style>
border-color css
<style>
span { border-color: #BA10BB; }
span { border-color: rgb(186,16,187); }
td.TdClassName
{
border-color: #BA10BB;
}
.TagClassName
{
border-color: #BA10BB;
}
</style>