Shades of Deep Magenta #BA02C2
Tints of Deep Magenta #BA02C2
RGB
CMYK
RGB Variations
Color information
#BA02C2 (or 0xBA02C2) is known color: Deep Magenta. HEX triplet: BA, 02 and C2. RGB value is (186,2,194). Sum of RGB (Red+Green+Blue) = 186+2+194=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA02C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02C2 is #45FD3D. Grayscale: #4E4E4E. Windows color (decimal): -4586814 or 12714682. OLE color: 12714682.
HSL color Cylindrical-coordinate representation of color #BA02C2: hue angle of 297.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02C2 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 2 | 194 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.24 |
| HSL | 297.5º | 0.98% | 0.38% | - |
| HSV(B) | 297.5º | 0.99% | 0.76% | - |
| XYZ | 30.01 | 14.38 | 52.23 | - |
| YUV | 78.9 | 192.96 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 194 | 0.04 | 0.99 | 0 | 0.24 | 297.5 | 0.98 | 0.38 |
| Hex | BA | 2 | C2 | 4 | 63 | 0 | 18 | 12A | 62 | 26 |
| Octal | 272 | 2 | 302 | 4 | 143 | 0 | 30 | 452 | 142 | 46 |
| Binary | 10111010 | 10 | 11000010 | 100 | 1100011 | 0 | 11000 | 100101010 | 1100010 | 100110 |
Color Harmonies of #BA02C2
Complementary color
Monochromatic Colors of #BA02C2
Black with #BA02C2
Text Example
Text Example
White with #BA02C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02C2; }
p { color: rgb(186,2,194); }
H1.HeaderClassName
{
color: #BA02C2;
}
.AnyTagClassName
{
color: #BA02C2;
}
</style>
background-color css
<style>
a { background-color: #BA02C2; }
a { background-color: rgb(186,2,194); }
div.DivClassName
{
background-color: #BA02C2;
}
.BgClassName
{
background-color: #BA02C2;
}
</style>
border-color css
<style>
span { border-color: #BA02C2; }
span { border-color: rgb(186,2,194); }
td.TdClassName
{
border-color: #BA02C2;
}
.TagClassName
{
border-color: #BA02C2;
}
</style>