Shades of Deep Magenta #BA26BF
Tints of Deep Magenta #BA26BF
RGB
CMYK
RGB Variations
Color information
#BA26BF (or 0xBA26BF) is known color: Deep Magenta. HEX triplet: BA, 26 and BF. RGB value is (186,38,191). Sum of RGB (Red+Green+Blue) = 186+38+191=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA26BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26BF is #45D940. Grayscale: #636363. Windows color (decimal): -4577601 or 12527290. OLE color: 12527290.
HSL color Cylindrical-coordinate representation of color #BA26BF: hue angle of 298.04º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA26BF is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 38 | 191 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.25 |
| HSL | 298.04º | 0.67% | 0.45% | - |
| HSV(B) | 298.04º | 0.8% | 0.75% | - |
| XYZ | 30.35 | 15.59 | 50.7 | - |
| YUV | 99.69 | 179.53 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 191 | 0.03 | 0.80 | 0 | 0.25 | 298.04 | 0.67 | 0.45 |
| Hex | BA | 26 | BF | 3 | 50 | 0 | 19 | 12A | 43 | 2D |
| Octal | 272 | 46 | 277 | 3 | 120 | 0 | 31 | 452 | 103 | 55 |
| Binary | 10111010 | 100110 | 10111111 | 11 | 1010000 | 0 | 11001 | 100101010 | 1000011 | 101101 |
Color Harmonies of #BA26BF
Complementary color
Monochromatic Colors of #BA26BF
Black with #BA26BF
Text Example
Text Example
White with #BA26BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26BF; }
p { color: rgb(186,38,191); }
H1.HeaderClassName
{
color: #BA26BF;
}
.AnyTagClassName
{
color: #BA26BF;
}
</style>
background-color css
<style>
a { background-color: #BA26BF; }
a { background-color: rgb(186,38,191); }
div.DivClassName
{
background-color: #BA26BF;
}
.BgClassName
{
background-color: #BA26BF;
}
</style>
border-color css
<style>
span { border-color: #BA26BF; }
span { border-color: rgb(186,38,191); }
td.TdClassName
{
border-color: #BA26BF;
}
.TagClassName
{
border-color: #BA26BF;
}
</style>