Shades of Deep Magenta #BA22BB
Tints of Deep Magenta #BA22BB
RGB
CMYK
RGB Variations
Color information
#BA22BB (or 0xBA22BB) is known color: Deep Magenta. HEX triplet: BA, 22 and BB. RGB value is (186,34,187). Sum of RGB (Red+Green+Blue) = 186+34+187=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA22BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22BB is #45DD44. Grayscale: #606060. Windows color (decimal): -4578629 or 12264122. OLE color: 12264122.
HSL color Cylindrical-coordinate representation of color #BA22BB: hue angle of 299.61º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA22BB is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 187 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.27 |
| HSL | 299.61º | 0.69% | 0.43% | - |
| HSV(B) | 299.61º | 0.82% | 0.73% | - |
| XYZ | 29.79 | 15.17 | 48.37 | - |
| YUV | 96.89 | 178.86 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 187 | 0.01 | 0.82 | 0 | 0.27 | 299.61 | 0.69 | 0.43 |
| Hex | BA | 22 | BB | 1 | 52 | 0 | 1B | 12C | 45 | 2B |
| Octal | 272 | 42 | 273 | 1 | 122 | 0 | 33 | 454 | 105 | 53 |
| Binary | 10111010 | 100010 | 10111011 | 1 | 1010010 | 0 | 11011 | 100101100 | 1000101 | 101011 |
Color Harmonies of #BA22BB
Complementary color
Monochromatic Colors of #BA22BB
Black with #BA22BB
Text Example
Text Example
White with #BA22BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22BB; }
p { color: rgb(186,34,187); }
H1.HeaderClassName
{
color: #BA22BB;
}
.AnyTagClassName
{
color: #BA22BB;
}
</style>
background-color css
<style>
a { background-color: #BA22BB; }
a { background-color: rgb(186,34,187); }
div.DivClassName
{
background-color: #BA22BB;
}
.BgClassName
{
background-color: #BA22BB;
}
</style>
border-color css
<style>
span { border-color: #BA22BB; }
span { border-color: rgb(186,34,187); }
td.TdClassName
{
border-color: #BA22BB;
}
.TagClassName
{
border-color: #BA22BB;
}
</style>