Shades of Deep Magenta #BA26BB
Tints of Deep Magenta #BA26BB
RGB
CMYK
RGB Variations
Color information
#BA26BB (or 0xBA26BB) is known color: Deep Magenta. HEX triplet: BA, 26 and BB. RGB value is (186,38,187). Sum of RGB (Red+Green+Blue) = 186+38+187=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA26BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26BB is #45D944. Grayscale: #626262. Windows color (decimal): -4577605 or 12265146. OLE color: 12265146.
HSL color Cylindrical-coordinate representation of color #BA26BB: hue angle of 299.6º 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 #BA26BB is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 187 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.27 |
| HSL | 299.6º | 0.66% | 0.44% | - |
| HSV(B) | 299.6º | 0.8% | 0.73% | - |
| XYZ | 29.91 | 15.41 | 48.41 | - |
| YUV | 99.24 | 177.53 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 187 | 0.01 | 0.80 | 0 | 0.27 | 299.6 | 0.66 | 0.44 |
| Hex | BA | 26 | BB | 1 | 50 | 0 | 1B | 12C | 42 | 2C |
| Octal | 272 | 46 | 273 | 1 | 120 | 0 | 33 | 454 | 102 | 54 |
| Binary | 10111010 | 100110 | 10111011 | 1 | 1010000 | 0 | 11011 | 100101100 | 1000010 | 101100 |
Color Harmonies of #BA26BB
Complementary color
Monochromatic Colors of #BA26BB
Black with #BA26BB
Text Example
Text Example
White with #BA26BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26BB; }
p { color: rgb(186,38,187); }
H1.HeaderClassName
{
color: #BA26BB;
}
.AnyTagClassName
{
color: #BA26BB;
}
</style>
background-color css
<style>
a { background-color: #BA26BB; }
a { background-color: rgb(186,38,187); }
div.DivClassName
{
background-color: #BA26BB;
}
.BgClassName
{
background-color: #BA26BB;
}
</style>
border-color css
<style>
span { border-color: #BA26BB; }
span { border-color: rgb(186,38,187); }
td.TdClassName
{
border-color: #BA26BB;
}
.TagClassName
{
border-color: #BA26BB;
}
</style>