Shades of Deep Magenta #BA1FBD
Tints of Deep Magenta #BA1FBD
RGB
CMYK
RGB Variations
Color information
#BA1FBD (or 0xBA1FBD) is known color: Deep Magenta. HEX triplet: BA, 1F and BD. RGB value is (186,31,189). Sum of RGB (Red+Green+Blue) = 186+31+189=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA1FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FBD is #45E042. Grayscale: #5E5E5E. Windows color (decimal): -4579395 or 12394426. OLE color: 12394426.
HSL color Cylindrical-coordinate representation of color #BA1FBD: hue angle of 298.86º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1FBD is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 31 | 189 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.26 |
| HSL | 298.86º | 0.72% | 0.43% | - |
| HSV(B) | 298.86º | 0.84% | 0.74% | - |
| XYZ | 29.93 | 15.09 | 49.48 | - |
| YUV | 95.36 | 180.85 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 189 | 0.02 | 0.84 | 0 | 0.26 | 298.86 | 0.72 | 0.43 |
| Hex | BA | 1F | BD | 2 | 54 | 0 | 1A | 12B | 48 | 2B |
| Octal | 272 | 37 | 275 | 2 | 124 | 0 | 32 | 453 | 110 | 53 |
| Binary | 10111010 | 11111 | 10111101 | 10 | 1010100 | 0 | 11010 | 100101011 | 1001000 | 101011 |
Color Harmonies of #BA1FBD
Complementary color
Monochromatic Colors of #BA1FBD
Black with #BA1FBD
Text Example
Text Example
White with #BA1FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FBD; }
p { color: rgb(186,31,189); }
H1.HeaderClassName
{
color: #BA1FBD;
}
.AnyTagClassName
{
color: #BA1FBD;
}
</style>
background-color css
<style>
a { background-color: #BA1FBD; }
a { background-color: rgb(186,31,189); }
div.DivClassName
{
background-color: #BA1FBD;
}
.BgClassName
{
background-color: #BA1FBD;
}
</style>
border-color css
<style>
span { border-color: #BA1FBD; }
span { border-color: rgb(186,31,189); }
td.TdClassName
{
border-color: #BA1FBD;
}
.TagClassName
{
border-color: #BA1FBD;
}
</style>