Shades of Deep Magenta #BA1CD8
Tints of Deep Magenta #BA1CD8
RGB
CMYK
RGB Variations
Color information
#BA1CD8 (or 0xBA1CD8) is known color: Deep Magenta. HEX triplet: BA, 1C and D8. RGB value is (186,28,216). Sum of RGB (Red+Green+Blue) = 186+28+216=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA1CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CD8 is #45E327. Grayscale: #606060. Windows color (decimal): -4580136 or 14163130. OLE color: 14163130.
HSL color Cylindrical-coordinate representation of color #BA1CD8: hue angle of 290.43º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1CD8 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 28 | 216 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.15 |
| HSL | 290.43º | 0.77% | 0.48% | - |
| HSV(B) | 290.43º | 0.87% | 0.85% | - |
| XYZ | 33.06 | 16.23 | 66.36 | - |
| YUV | 96.67 | 195.35 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 216 | 0.14 | 0.87 | 0 | 0.15 | 290.43 | 0.77 | 0.48 |
| Hex | BA | 1C | D8 | E | 57 | 0 | F | 122 | 4D | 30 |
| Octal | 272 | 34 | 330 | 16 | 127 | 0 | 17 | 442 | 115 | 60 |
| Binary | 10111010 | 11100 | 11011000 | 1110 | 1010111 | 0 | 1111 | 100100010 | 1001101 | 110000 |
Color Harmonies of #BA1CD8
Complementary color
Monochromatic Colors of #BA1CD8
Black with #BA1CD8
Text Example
Text Example
White with #BA1CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CD8; }
p { color: rgb(186,28,216); }
H1.HeaderClassName
{
color: #BA1CD8;
}
.AnyTagClassName
{
color: #BA1CD8;
}
</style>
background-color css
<style>
a { background-color: #BA1CD8; }
a { background-color: rgb(186,28,216); }
div.DivClassName
{
background-color: #BA1CD8;
}
.BgClassName
{
background-color: #BA1CD8;
}
</style>
border-color css
<style>
span { border-color: #BA1CD8; }
span { border-color: rgb(186,28,216); }
td.TdClassName
{
border-color: #BA1CD8;
}
.TagClassName
{
border-color: #BA1CD8;
}
</style>