Shades of Deep Magenta #BA22CC
Tints of Deep Magenta #BA22CC
RGB
CMYK
RGB Variations
Color information
#BA22CC (or 0xBA22CC) is known color: Deep Magenta. HEX triplet: BA, 22 and CC. RGB value is (186,34,204). Sum of RGB (Red+Green+Blue) = 186+34+204=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA22CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22CC is #45DD33. Grayscale: #626262. Windows color (decimal): -4578612 or 13378234. OLE color: 13378234.
HSL color Cylindrical-coordinate representation of color #BA22CC: hue angle of 293.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA22CC is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 34 | 204 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.2 |
| HSL | 293.65º | 0.71% | 0.47% | - |
| HSV(B) | 293.65º | 0.83% | 0.8% | - |
| XYZ | 31.72 | 15.94 | 58.53 | - |
| YUV | 98.83 | 187.36 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 204 | 0.09 | 0.83 | 0 | 0.2 | 293.65 | 0.71 | 0.47 |
| Hex | BA | 22 | CC | 9 | 53 | 0 | 14 | 126 | 47 | 2F |
| Octal | 272 | 42 | 314 | 11 | 123 | 0 | 24 | 446 | 107 | 57 |
| Binary | 10111010 | 100010 | 11001100 | 1001 | 1010011 | 0 | 10100 | 100100110 | 1000111 | 101111 |
Color Harmonies of #BA22CC
Complementary color
Monochromatic Colors of #BA22CC
Black with #BA22CC
Text Example
Text Example
White with #BA22CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22CC; }
p { color: rgb(186,34,204); }
H1.HeaderClassName
{
color: #BA22CC;
}
.AnyTagClassName
{
color: #BA22CC;
}
</style>
background-color css
<style>
a { background-color: #BA22CC; }
a { background-color: rgb(186,34,204); }
div.DivClassName
{
background-color: #BA22CC;
}
.BgClassName
{
background-color: #BA22CC;
}
</style>
border-color css
<style>
span { border-color: #BA22CC; }
span { border-color: rgb(186,34,204); }
td.TdClassName
{
border-color: #BA22CC;
}
.TagClassName
{
border-color: #BA22CC;
}
</style>