Shades of Deep Magenta #BA1BBC
Tints of Deep Magenta #BA1BBC
RGB
CMYK
RGB Variations
Color information
#BA1BBC (or 0xBA1BBC) is known color: Deep Magenta. HEX triplet: BA, 1B and BC. RGB value is (186,27,188). Sum of RGB (Red+Green+Blue) = 186+27+188=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA1BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BBC is #45E443. Grayscale: #5C5C5C. Windows color (decimal): -4580420 or 12327866. OLE color: 12327866.
HSL color Cylindrical-coordinate representation of color #BA1BBC: hue angle of 299.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1BBC is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 27 | 188 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.26 |
| HSL | 299.25º | 0.75% | 0.42% | - |
| HSV(B) | 299.25º | 0.86% | 0.74% | - |
| XYZ | 29.72 | 14.85 | 48.88 | - |
| YUV | 92.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 188 | 0.01 | 0.86 | 0 | 0.26 | 299.25 | 0.75 | 0.42 |
| Hex | BA | 1B | BC | 1 | 56 | 0 | 1A | 12B | 4B | 2A |
| Octal | 272 | 33 | 274 | 1 | 126 | 0 | 32 | 453 | 113 | 52 |
| Binary | 10111010 | 11011 | 10111100 | 1 | 1010110 | 0 | 11010 | 100101011 | 1001011 | 101010 |
Color Harmonies of #BA1BBC
Complementary color
Monochromatic Colors of #BA1BBC
Black with #BA1BBC
Text Example
Text Example
White with #BA1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BBC; }
p { color: rgb(186,27,188); }
H1.HeaderClassName
{
color: #BA1BBC;
}
.AnyTagClassName
{
color: #BA1BBC;
}
</style>
background-color css
<style>
a { background-color: #BA1BBC; }
a { background-color: rgb(186,27,188); }
div.DivClassName
{
background-color: #BA1BBC;
}
.BgClassName
{
background-color: #BA1BBC;
}
</style>
border-color css
<style>
span { border-color: #BA1BBC; }
span { border-color: rgb(186,27,188); }
td.TdClassName
{
border-color: #BA1BBC;
}
.TagClassName
{
border-color: #BA1BBC;
}
</style>