Shades of Deep Magenta #BA1BCA
Tints of Deep Magenta #BA1BCA
RGB
CMYK
RGB Variations
Color information
#BA1BCA (or 0xBA1BCA) is known color: Deep Magenta. HEX triplet: BA, 1B and CA. RGB value is (186,27,202). Sum of RGB (Red+Green+Blue) = 186+27+202=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA1BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BCA is #45E435. Grayscale: #5D5D5D. Windows color (decimal): -4580406 or 13245370. OLE color: 13245370.
HSL color Cylindrical-coordinate representation of color #BA1BCA: hue angle of 294.51º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1BCA is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 27 | 202 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.21 |
| HSL | 294.51º | 0.76% | 0.45% | - |
| HSV(B) | 294.51º | 0.87% | 0.79% | - |
| XYZ | 31.3 | 15.49 | 57.22 | - |
| YUV | 94.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 202 | 0.08 | 0.87 | 0 | 0.21 | 294.51 | 0.76 | 0.45 |
| Hex | BA | 1B | CA | 8 | 57 | 0 | 15 | 127 | 4C | 2D |
| Octal | 272 | 33 | 312 | 10 | 127 | 0 | 25 | 447 | 114 | 55 |
| Binary | 10111010 | 11011 | 11001010 | 1000 | 1010111 | 0 | 10101 | 100100111 | 1001100 | 101101 |
Color Harmonies of #BA1BCA
Complementary color
Monochromatic Colors of #BA1BCA
Black with #BA1BCA
Text Example
Text Example
White with #BA1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BCA; }
p { color: rgb(186,27,202); }
H1.HeaderClassName
{
color: #BA1BCA;
}
.AnyTagClassName
{
color: #BA1BCA;
}
</style>
background-color css
<style>
a { background-color: #BA1BCA; }
a { background-color: rgb(186,27,202); }
div.DivClassName
{
background-color: #BA1BCA;
}
.BgClassName
{
background-color: #BA1BCA;
}
</style>
border-color css
<style>
span { border-color: #BA1BCA; }
span { border-color: rgb(186,27,202); }
td.TdClassName
{
border-color: #BA1BCA;
}
.TagClassName
{
border-color: #BA1BCA;
}
</style>