Shades of Deep Magenta #BA22BC
Tints of Deep Magenta #BA22BC
RGB
CMYK
RGB Variations
Color information
#BA22BC (or 0xBA22BC) is known color: Deep Magenta. HEX triplet: BA, 22 and BC. RGB value is (186,34,188). Sum of RGB (Red+Green+Blue) = 186+34+188=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA22BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22BC is #45DD43. Grayscale: #606060. Windows color (decimal): -4578628 or 12329658. OLE color: 12329658.
HSL color Cylindrical-coordinate representation of color #BA22BC: hue angle of 299.22º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA22BC is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 34 | 188 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.26 |
| HSL | 299.22º | 0.69% | 0.44% | - |
| HSV(B) | 299.22º | 0.82% | 0.74% | - |
| XYZ | 29.9 | 15.21 | 48.94 | - |
| YUV | 97 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 188 | 0.01 | 0.82 | 0 | 0.26 | 299.22 | 0.69 | 0.44 |
| Hex | BA | 22 | BC | 1 | 52 | 0 | 1A | 12B | 45 | 2C |
| Octal | 272 | 42 | 274 | 1 | 122 | 0 | 32 | 453 | 105 | 54 |
| Binary | 10111010 | 100010 | 10111100 | 1 | 1010010 | 0 | 11010 | 100101011 | 1000101 | 101100 |
Color Harmonies of #BA22BC
Complementary color
Monochromatic Colors of #BA22BC
Black with #BA22BC
Text Example
Text Example
White with #BA22BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22BC; }
p { color: rgb(186,34,188); }
H1.HeaderClassName
{
color: #BA22BC;
}
.AnyTagClassName
{
color: #BA22BC;
}
</style>
background-color css
<style>
a { background-color: #BA22BC; }
a { background-color: rgb(186,34,188); }
div.DivClassName
{
background-color: #BA22BC;
}
.BgClassName
{
background-color: #BA22BC;
}
</style>
border-color css
<style>
span { border-color: #BA22BC; }
span { border-color: rgb(186,34,188); }
td.TdClassName
{
border-color: #BA22BC;
}
.TagClassName
{
border-color: #BA22BC;
}
</style>