Shades of Deep Magenta #BA1BB3
Tints of Deep Magenta #BA1BB3
RGB
CMYK
RGB Variations
Color information
#BA1BB3 (or 0xBA1BB3) is known color: Deep Magenta. HEX triplet: BA, 1B and B3. RGB value is (186,27,179). Sum of RGB (Red+Green+Blue) = 186+27+179=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BB3 is #45E44C. Grayscale: #5B5B5B. Windows color (decimal): -4580429 or 11738042. OLE color: 11738042.
HSL color Cylindrical-coordinate representation of color #BA1BB3: hue angle of 302.64º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1BB3 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 179 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.27 |
| HSL | 302.64º | 0.75% | 0.42% | - |
| HSV(B) | 302.64º | 0.85% | 0.73% | - |
| XYZ | 28.78 | 14.48 | 43.93 | - |
| YUV | 91.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 179 | 0 | 0.85 | 0.04 | 0.27 | 302.64 | 0.75 | 0.42 |
| Hex | BA | 1B | B3 | 0 | 55 | 4 | 1B | 12F | 4B | 2A |
| Octal | 272 | 33 | 263 | 0 | 125 | 4 | 33 | 457 | 113 | 52 |
| Binary | 10111010 | 11011 | 10110011 | 0 | 1010101 | 100 | 11011 | 100101111 | 1001011 | 101010 |
Color Harmonies of #BA1BB3
Complementary color
Monochromatic Colors of #BA1BB3
Black with #BA1BB3
Text Example
Text Example
White with #BA1BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BB3; }
p { color: rgb(186,27,179); }
H1.HeaderClassName
{
color: #BA1BB3;
}
.AnyTagClassName
{
color: #BA1BB3;
}
</style>
background-color css
<style>
a { background-color: #BA1BB3; }
a { background-color: rgb(186,27,179); }
div.DivClassName
{
background-color: #BA1BB3;
}
.BgClassName
{
background-color: #BA1BB3;
}
</style>
border-color css
<style>
span { border-color: #BA1BB3; }
span { border-color: rgb(186,27,179); }
td.TdClassName
{
border-color: #BA1BB3;
}
.TagClassName
{
border-color: #BA1BB3;
}
</style>