Shades of Deep Magenta #BA02BB
Tints of Deep Magenta #BA02BB
RGB
CMYK
RGB Variations
Color information
#BA02BB (or 0xBA02BB) is known color: Deep Magenta. HEX triplet: BA, 02 and BB. RGB value is (186,2,187). Sum of RGB (Red+Green+Blue) = 186+2+187=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA02BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02BB is #45FD44. Grayscale: #4D4D4D. Windows color (decimal): -4586821 or 12255930. OLE color: 12255930.
HSL color Cylindrical-coordinate representation of color #BA02BB: hue angle of 299.68º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02BB is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 187 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.27 |
| HSL | 299.68º | 0.98% | 0.37% | - |
| HSV(B) | 299.68º | 0.99% | 0.73% | - |
| XYZ | 29.24 | 14.07 | 48.19 | - |
| YUV | 78.11 | 189.46 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 187 | 0.01 | 0.99 | 0 | 0.27 | 299.68 | 0.98 | 0.37 |
| Hex | BA | 2 | BB | 1 | 63 | 0 | 1B | 12C | 62 | 25 |
| Octal | 272 | 2 | 273 | 1 | 143 | 0 | 33 | 454 | 142 | 45 |
| Binary | 10111010 | 10 | 10111011 | 1 | 1100011 | 0 | 11011 | 100101100 | 1100010 | 100101 |
Color Harmonies of #BA02BB
Complementary color
Monochromatic Colors of #BA02BB
Black with #BA02BB
Text Example
Text Example
White with #BA02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02BB; }
p { color: rgb(186,2,187); }
H1.HeaderClassName
{
color: #BA02BB;
}
.AnyTagClassName
{
color: #BA02BB;
}
</style>
background-color css
<style>
a { background-color: #BA02BB; }
a { background-color: rgb(186,2,187); }
div.DivClassName
{
background-color: #BA02BB;
}
.BgClassName
{
background-color: #BA02BB;
}
</style>
border-color css
<style>
span { border-color: #BA02BB; }
span { border-color: rgb(186,2,187); }
td.TdClassName
{
border-color: #BA02BB;
}
.TagClassName
{
border-color: #BA02BB;
}
</style>