Shades of Deep Magenta #BA09BB
Tints of Deep Magenta #BA09BB
RGB
CMYK
RGB Variations
Color information
#BA09BB (or 0xBA09BB) is known color: Deep Magenta. HEX triplet: BA, 09 and BB. RGB value is (186,9,187). Sum of RGB (Red+Green+Blue) = 186+9+187=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA09BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09BB is #45F644. Grayscale: #515151. Windows color (decimal): -4585029 or 12257722. OLE color: 12257722.
HSL color Cylindrical-coordinate representation of color #BA09BB: hue angle of 299.66º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA09BB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 187 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.27 |
| HSL | 299.66º | 0.91% | 0.38% | - |
| HSV(B) | 299.66º | 0.95% | 0.73% | - |
| XYZ | 29.32 | 14.22 | 48.21 | - |
| YUV | 82.22 | 187.14 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 187 | 0.01 | 0.95 | 0 | 0.27 | 299.66 | 0.91 | 0.38 |
| Hex | BA | 9 | BB | 1 | 5F | 0 | 1B | 12C | 5B | 26 |
| Octal | 272 | 11 | 273 | 1 | 137 | 0 | 33 | 454 | 133 | 46 |
| Binary | 10111010 | 1001 | 10111011 | 1 | 1011111 | 0 | 11011 | 100101100 | 1011011 | 100110 |
Color Harmonies of #BA09BB
Complementary color
Monochromatic Colors of #BA09BB
Black with #BA09BB
Text Example
Text Example
White with #BA09BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09BB; }
p { color: rgb(186,9,187); }
H1.HeaderClassName
{
color: #BA09BB;
}
.AnyTagClassName
{
color: #BA09BB;
}
</style>
background-color css
<style>
a { background-color: #BA09BB; }
a { background-color: rgb(186,9,187); }
div.DivClassName
{
background-color: #BA09BB;
}
.BgClassName
{
background-color: #BA09BB;
}
</style>
border-color css
<style>
span { border-color: #BA09BB; }
span { border-color: rgb(186,9,187); }
td.TdClassName
{
border-color: #BA09BB;
}
.TagClassName
{
border-color: #BA09BB;
}
</style>