Shades of Deep Magenta #BA1BD7
Tints of Deep Magenta #BA1BD7
RGB
CMYK
RGB Variations
Color information
#BA1BD7 (or 0xBA1BD7) is known color: Deep Magenta. HEX triplet: BA, 1B and D7. RGB value is (186,27,215). Sum of RGB (Red+Green+Blue) = 186+27+215=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA1BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BD7 is #45E428. Grayscale: #5F5F5F. Windows color (decimal): -4580393 or 14097338. OLE color: 14097338.
HSL color Cylindrical-coordinate representation of color #BA1BD7: hue angle of 290.74º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1BD7 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 27 | 215 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.16 |
| HSL | 290.74º | 0.78% | 0.47% | - |
| HSV(B) | 290.74º | 0.87% | 0.84% | - |
| XYZ | 32.91 | 16.13 | 65.67 | - |
| YUV | 95.97 | 195.18 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 215 | 0.13 | 0.87 | 0 | 0.16 | 290.74 | 0.78 | 0.47 |
| Hex | BA | 1B | D7 | D | 57 | 0 | 10 | 123 | 4E | 2F |
| Octal | 272 | 33 | 327 | 15 | 127 | 0 | 20 | 443 | 116 | 57 |
| Binary | 10111010 | 11011 | 11010111 | 1101 | 1010111 | 0 | 10000 | 100100011 | 1001110 | 101111 |
Color Harmonies of #BA1BD7
Complementary color
Monochromatic Colors of #BA1BD7
Black with #BA1BD7
Text Example
Text Example
White with #BA1BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BD7; }
p { color: rgb(186,27,215); }
H1.HeaderClassName
{
color: #BA1BD7;
}
.AnyTagClassName
{
color: #BA1BD7;
}
</style>
background-color css
<style>
a { background-color: #BA1BD7; }
a { background-color: rgb(186,27,215); }
div.DivClassName
{
background-color: #BA1BD7;
}
.BgClassName
{
background-color: #BA1BD7;
}
</style>
border-color css
<style>
span { border-color: #BA1BD7; }
span { border-color: rgb(186,27,215); }
td.TdClassName
{
border-color: #BA1BD7;
}
.TagClassName
{
border-color: #BA1BD7;
}
</style>