Shades of Deep Magenta #BA10B2
Tints of Deep Magenta #BA10B2
RGB
CMYK
RGB Variations
Color information
#BA10B2 (or 0xBA10B2) is known color: Deep Magenta. HEX triplet: BA, 10 and B2. RGB value is (186,16,178). Sum of RGB (Red+Green+Blue) = 186+16+178=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA10B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA10B2 is #45EF4D. Grayscale: #545454. Windows color (decimal): -4583246 or 11669690. OLE color: 11669690.
HSL color Cylindrical-coordinate representation of color #BA10B2: hue angle of 302.82º 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 #BA10B2 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 178 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.27 |
| HSL | 302.82º | 0.84% | 0.4% | - |
| HSV(B) | 302.82º | 0.91% | 0.73% | - |
| XYZ | 28.47 | 14.02 | 43.33 | - |
| YUV | 85.3 | 180.32 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 178 | 0 | 0.91 | 0.04 | 0.27 | 302.82 | 0.84 | 0.4 |
| Hex | BA | 10 | B2 | 0 | 5B | 4 | 1B | 12F | 54 | 28 |
| Octal | 272 | 20 | 262 | 0 | 133 | 4 | 33 | 457 | 124 | 50 |
| Binary | 10111010 | 10000 | 10110010 | 0 | 1011011 | 100 | 11011 | 100101111 | 1010100 | 101000 |
Color Harmonies of #BA10B2
Complementary color
Monochromatic Colors of #BA10B2
Black with #BA10B2
Text Example
Text Example
White with #BA10B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10B2; }
p { color: rgb(186,16,178); }
H1.HeaderClassName
{
color: #BA10B2;
}
.AnyTagClassName
{
color: #BA10B2;
}
</style>
background-color css
<style>
a { background-color: #BA10B2; }
a { background-color: rgb(186,16,178); }
div.DivClassName
{
background-color: #BA10B2;
}
.BgClassName
{
background-color: #BA10B2;
}
</style>
border-color css
<style>
span { border-color: #BA10B2; }
span { border-color: rgb(186,16,178); }
td.TdClassName
{
border-color: #BA10B2;
}
.TagClassName
{
border-color: #BA10B2;
}
</style>