Shades of Deep Magenta #BA26BA
Tints of Deep Magenta #BA26BA
RGB
CMYK
RGB Variations
Color information
#BA26BA (or 0xBA26BA) is known color: Deep Magenta. HEX triplet: BA, 26 and BA. RGB value is (186,38,186). Sum of RGB (Red+Green+Blue) = 186+38+186=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA26BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26BA is #45D945. Grayscale: #626262. Windows color (decimal): -4577606 or 12199610. OLE color: 12199610.
HSL color Cylindrical-coordinate representation of color #BA26BA: hue angle of 300º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA26BA is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 186 | - |
| CMYK | 0 | 0.80 | 0 | 0.27 |
| HSL | 300º | 0.66% | 0.44% | - |
| HSV(B) | 300º | 0.8% | 0.73% | - |
| XYZ | 29.81 | 15.37 | 47.85 | - |
| YUV | 99.12 | 177.03 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 186 | 0 | 0.80 | 0 | 0.27 | 300 | 0.66 | 0.44 |
| Hex | BA | 26 | BA | 0 | 50 | 0 | 1B | 12C | 42 | 2C |
| Octal | 272 | 46 | 272 | 0 | 120 | 0 | 33 | 454 | 102 | 54 |
| Binary | 10111010 | 100110 | 10111010 | 0 | 1010000 | 0 | 11011 | 100101100 | 1000010 | 101100 |
Color Harmonies of #BA26BA
Complementary color
Monochromatic Colors of #BA26BA
Black with #BA26BA
Text Example
Text Example
White with #BA26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26BA; }
p { color: rgb(186,38,186); }
H1.HeaderClassName
{
color: #BA26BA;
}
.AnyTagClassName
{
color: #BA26BA;
}
</style>
background-color css
<style>
a { background-color: #BA26BA; }
a { background-color: rgb(186,38,186); }
div.DivClassName
{
background-color: #BA26BA;
}
.BgClassName
{
background-color: #BA26BA;
}
</style>
border-color css
<style>
span { border-color: #BA26BA; }
span { border-color: rgb(186,38,186); }
td.TdClassName
{
border-color: #BA26BA;
}
.TagClassName
{
border-color: #BA26BA;
}
</style>