Shades of Deep Magenta #BA25BB
Tints of Deep Magenta #BA25BB
RGB
CMYK
RGB Variations
Color information
#BA25BB (or 0xBA25BB) is known color: Deep Magenta. HEX triplet: BA, 25 and BB. RGB value is (186,37,187). Sum of RGB (Red+Green+Blue) = 186+37+187=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25BB is #45DA44. Grayscale: #626262. Windows color (decimal): -4577861 or 12264890. OLE color: 12264890.
HSL color Cylindrical-coordinate representation of color #BA25BB: hue angle of 299.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA25BB is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 187 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.27 |
| HSL | 299.6º | 0.67% | 0.44% | - |
| HSV(B) | 299.6º | 0.8% | 0.73% | - |
| XYZ | 29.88 | 15.35 | 48.4 | - |
| YUV | 98.65 | 177.86 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 187 | 0.01 | 0.80 | 0 | 0.27 | 299.6 | 0.67 | 0.44 |
| Hex | BA | 25 | BB | 1 | 50 | 0 | 1B | 12C | 43 | 2C |
| Octal | 272 | 45 | 273 | 1 | 120 | 0 | 33 | 454 | 103 | 54 |
| Binary | 10111010 | 100101 | 10111011 | 1 | 1010000 | 0 | 11011 | 100101100 | 1000011 | 101100 |
Color Harmonies of #BA25BB
Complementary color
Monochromatic Colors of #BA25BB
Black with #BA25BB
Text Example
Text Example
White with #BA25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25BB; }
p { color: rgb(186,37,187); }
H1.HeaderClassName
{
color: #BA25BB;
}
.AnyTagClassName
{
color: #BA25BB;
}
</style>
background-color css
<style>
a { background-color: #BA25BB; }
a { background-color: rgb(186,37,187); }
div.DivClassName
{
background-color: #BA25BB;
}
.BgClassName
{
background-color: #BA25BB;
}
</style>
border-color css
<style>
span { border-color: #BA25BB; }
span { border-color: rgb(186,37,187); }
td.TdClassName
{
border-color: #BA25BB;
}
.TagClassName
{
border-color: #BA25BB;
}
</style>