Shades of Deep Magenta #BA25B3
Tints of Deep Magenta #BA25B3
RGB
CMYK
RGB Variations
Color information
#BA25B3 (or 0xBA25B3) is known color: Deep Magenta. HEX triplet: BA, 25 and B3. RGB value is (186,37,179). Sum of RGB (Red+Green+Blue) = 186+37+179=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA25B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25B3 is #45DA4C. Grayscale: #616161. Windows color (decimal): -4577869 or 11740602. OLE color: 11740602.
HSL color Cylindrical-coordinate representation of color #BA25B3: hue angle of 302.82º 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 #BA25B3 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 179 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.27 |
| HSL | 302.82º | 0.67% | 0.44% | - |
| HSV(B) | 302.82º | 0.8% | 0.73% | - |
| XYZ | 29.05 | 15.02 | 44.02 | - |
| YUV | 97.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 179 | 0 | 0.80 | 0.04 | 0.27 | 302.82 | 0.67 | 0.44 |
| Hex | BA | 25 | B3 | 0 | 50 | 4 | 1B | 12F | 43 | 2C |
| Octal | 272 | 45 | 263 | 0 | 120 | 4 | 33 | 457 | 103 | 54 |
| Binary | 10111010 | 100101 | 10110011 | 0 | 1010000 | 100 | 11011 | 100101111 | 1000011 | 101100 |
Color Harmonies of #BA25B3
Complementary color
Monochromatic Colors of #BA25B3
Black with #BA25B3
Text Example
Text Example
White with #BA25B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25B3; }
p { color: rgb(186,37,179); }
H1.HeaderClassName
{
color: #BA25B3;
}
.AnyTagClassName
{
color: #BA25B3;
}
</style>
background-color css
<style>
a { background-color: #BA25B3; }
a { background-color: rgb(186,37,179); }
div.DivClassName
{
background-color: #BA25B3;
}
.BgClassName
{
background-color: #BA25B3;
}
</style>
border-color css
<style>
span { border-color: #BA25B3; }
span { border-color: rgb(186,37,179); }
td.TdClassName
{
border-color: #BA25B3;
}
.TagClassName
{
border-color: #BA25B3;
}
</style>