Shades of Deep Magenta #BA10B6
Tints of Deep Magenta #BA10B6
RGB
CMYK
RGB Variations
Color information
#BA10B6 (or 0xBA10B6) is known color: Deep Magenta. HEX triplet: BA, 10 and B6. RGB value is (186,16,182). Sum of RGB (Red+Green+Blue) = 186+16+182=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA10B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10B6 is #45EF49. Grayscale: #555555. Windows color (decimal): -4583242 or 11931834. OLE color: 11931834.
HSL color Cylindrical-coordinate representation of color #BA10B6: hue angle of 301.41º 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 #BA10B6 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 182 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.27 |
| HSL | 301.41º | 0.84% | 0.4% | - |
| HSV(B) | 301.41º | 0.91% | 0.73% | - |
| XYZ | 28.88 | 14.19 | 45.47 | - |
| YUV | 85.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 182 | 0 | 0.91 | 0.02 | 0.27 | 301.41 | 0.84 | 0.4 |
| Hex | BA | 10 | B6 | 0 | 5B | 2 | 1B | 12D | 54 | 28 |
| Octal | 272 | 20 | 266 | 0 | 133 | 2 | 33 | 455 | 124 | 50 |
| Binary | 10111010 | 10000 | 10110110 | 0 | 1011011 | 10 | 11011 | 100101101 | 1010100 | 101000 |
Color Harmonies of #BA10B6
Complementary color
Monochromatic Colors of #BA10B6
Black with #BA10B6
Text Example
Text Example
White with #BA10B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10B6; }
p { color: rgb(186,16,182); }
H1.HeaderClassName
{
color: #BA10B6;
}
.AnyTagClassName
{
color: #BA10B6;
}
</style>
background-color css
<style>
a { background-color: #BA10B6; }
a { background-color: rgb(186,16,182); }
div.DivClassName
{
background-color: #BA10B6;
}
.BgClassName
{
background-color: #BA10B6;
}
</style>
border-color css
<style>
span { border-color: #BA10B6; }
span { border-color: rgb(186,16,182); }
td.TdClassName
{
border-color: #BA10B6;
}
.TagClassName
{
border-color: #BA10B6;
}
</style>