Shades of Deep Magenta #BA10BC
Tints of Deep Magenta #BA10BC
RGB
CMYK
RGB Variations
Color information
#BA10BC (or 0xBA10BC) is known color: Deep Magenta. HEX triplet: BA, 10 and BC. RGB value is (186,16,188). Sum of RGB (Red+Green+Blue) = 186+16+188=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA10BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10BC is #45EF43. Grayscale: #555555. Windows color (decimal): -4583236 or 12325050. OLE color: 12325050.
HSL color Cylindrical-coordinate representation of color #BA10BC: hue angle of 299.3º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA10BC is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 16 | 188 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.26 |
| HSL | 299.3º | 0.84% | 0.4% | - |
| HSV(B) | 299.3º | 0.91% | 0.74% | - |
| XYZ | 29.51 | 14.44 | 48.81 | - |
| YUV | 86.44 | 185.32 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 188 | 0.01 | 0.91 | 0 | 0.26 | 299.3 | 0.84 | 0.4 |
| Hex | BA | 10 | BC | 1 | 5B | 0 | 1A | 12B | 54 | 28 |
| Octal | 272 | 20 | 274 | 1 | 133 | 0 | 32 | 453 | 124 | 50 |
| Binary | 10111010 | 10000 | 10111100 | 1 | 1011011 | 0 | 11010 | 100101011 | 1010100 | 101000 |
Color Harmonies of #BA10BC
Complementary color
Monochromatic Colors of #BA10BC
Black with #BA10BC
Text Example
Text Example
White with #BA10BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10BC; }
p { color: rgb(186,16,188); }
H1.HeaderClassName
{
color: #BA10BC;
}
.AnyTagClassName
{
color: #BA10BC;
}
</style>
background-color css
<style>
a { background-color: #BA10BC; }
a { background-color: rgb(186,16,188); }
div.DivClassName
{
background-color: #BA10BC;
}
.BgClassName
{
background-color: #BA10BC;
}
</style>
border-color css
<style>
span { border-color: #BA10BC; }
span { border-color: rgb(186,16,188); }
td.TdClassName
{
border-color: #BA10BC;
}
.TagClassName
{
border-color: #BA10BC;
}
</style>