Shades of Deep Magenta #BA25BE
Tints of Deep Magenta #BA25BE
RGB
CMYK
RGB Variations
Color information
#BA25BE (or 0xBA25BE) is known color: Deep Magenta. HEX triplet: BA, 25 and BE. RGB value is (186,37,190). Sum of RGB (Red+Green+Blue) = 186+37+190=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA25BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25BE is #45DA41. Grayscale: #626262. Windows color (decimal): -4577858 or 12461498. OLE color: 12461498.
HSL color Cylindrical-coordinate representation of color #BA25BE: hue angle of 298.43º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA25BE is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 37 | 190 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.25 |
| HSL | 298.43º | 0.67% | 0.45% | - |
| HSV(B) | 298.43º | 0.81% | 0.75% | - |
| XYZ | 30.21 | 15.48 | 50.11 | - |
| YUV | 98.99 | 179.36 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 190 | 0.02 | 0.81 | 0 | 0.25 | 298.43 | 0.67 | 0.45 |
| Hex | BA | 25 | BE | 2 | 51 | 0 | 19 | 12A | 43 | 2D |
| Octal | 272 | 45 | 276 | 2 | 121 | 0 | 31 | 452 | 103 | 55 |
| Binary | 10111010 | 100101 | 10111110 | 10 | 1010001 | 0 | 11001 | 100101010 | 1000011 | 101101 |
Color Harmonies of #BA25BE
Complementary color
Monochromatic Colors of #BA25BE
Black with #BA25BE
Text Example
Text Example
White with #BA25BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25BE; }
p { color: rgb(186,37,190); }
H1.HeaderClassName
{
color: #BA25BE;
}
.AnyTagClassName
{
color: #BA25BE;
}
</style>
background-color css
<style>
a { background-color: #BA25BE; }
a { background-color: rgb(186,37,190); }
div.DivClassName
{
background-color: #BA25BE;
}
.BgClassName
{
background-color: #BA25BE;
}
</style>
border-color css
<style>
span { border-color: #BA25BE; }
span { border-color: rgb(186,37,190); }
td.TdClassName
{
border-color: #BA25BE;
}
.TagClassName
{
border-color: #BA25BE;
}
</style>