Shades of Deep Magenta #BA1BD5
Tints of Deep Magenta #BA1BD5
RGB
CMYK
RGB Variations
Color information
#BA1BD5 (or 0xBA1BD5) is known color: Deep Magenta. HEX triplet: BA, 1B and D5. RGB value is (186,27,213). Sum of RGB (Red+Green+Blue) = 186+27+213=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA1BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BD5 is #45E42A. Grayscale: #5F5F5F. Windows color (decimal): -4580395 or 13966266. OLE color: 13966266.
HSL color Cylindrical-coordinate representation of color #BA1BD5: hue angle of 291.29º degrees, saturation: 0.77, 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 #BA1BD5 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 27 | 213 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.16 |
| HSL | 291.29º | 0.78% | 0.47% | - |
| HSV(B) | 291.29º | 0.87% | 0.84% | - |
| XYZ | 32.65 | 16.03 | 64.32 | - |
| YUV | 95.75 | 194.18 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 213 | 0.13 | 0.87 | 0 | 0.16 | 291.29 | 0.78 | 0.47 |
| Hex | BA | 1B | D5 | D | 57 | 0 | 10 | 123 | 4E | 2F |
| Octal | 272 | 33 | 325 | 15 | 127 | 0 | 20 | 443 | 116 | 57 |
| Binary | 10111010 | 11011 | 11010101 | 1101 | 1010111 | 0 | 10000 | 100100011 | 1001110 | 101111 |
Color Harmonies of #BA1BD5
Complementary color
Monochromatic Colors of #BA1BD5
Black with #BA1BD5
Text Example
Text Example
White with #BA1BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BD5; }
p { color: rgb(186,27,213); }
H1.HeaderClassName
{
color: #BA1BD5;
}
.AnyTagClassName
{
color: #BA1BD5;
}
</style>
background-color css
<style>
a { background-color: #BA1BD5; }
a { background-color: rgb(186,27,213); }
div.DivClassName
{
background-color: #BA1BD5;
}
.BgClassName
{
background-color: #BA1BD5;
}
</style>
border-color css
<style>
span { border-color: #BA1BD5; }
span { border-color: rgb(186,27,213); }
td.TdClassName
{
border-color: #BA1BD5;
}
.TagClassName
{
border-color: #BA1BD5;
}
</style>