Shades of Deep Magenta #BA09B6
Tints of Deep Magenta #BA09B6
RGB
CMYK
RGB Variations
Color information
#BA09B6 (or 0xBA09B6) is known color: Deep Magenta. HEX triplet: BA, 09 and B6. RGB value is (186,9,182). Sum of RGB (Red+Green+Blue) = 186+9+182=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA09B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09B6 is #45F649. Grayscale: #515151. Windows color (decimal): -4585034 or 11930042. OLE color: 11930042.
HSL color Cylindrical-coordinate representation of color #BA09B6: hue angle of 301.36º 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 #BA09B6 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 182 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.27 |
| HSL | 301.36º | 0.91% | 0.38% | - |
| HSV(B) | 301.36º | 0.95% | 0.73% | - |
| XYZ | 28.79 | 14.01 | 45.44 | - |
| YUV | 81.65 | 184.64 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 182 | 0 | 0.95 | 0.02 | 0.27 | 301.36 | 0.91 | 0.38 |
| Hex | BA | 9 | B6 | 0 | 5F | 2 | 1B | 12D | 5B | 26 |
| Octal | 272 | 11 | 266 | 0 | 137 | 2 | 33 | 455 | 133 | 46 |
| Binary | 10111010 | 1001 | 10110110 | 0 | 1011111 | 10 | 11011 | 100101101 | 1011011 | 100110 |
Color Harmonies of #BA09B6
Complementary color
Monochromatic Colors of #BA09B6
Black with #BA09B6
Text Example
Text Example
White with #BA09B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09B6; }
p { color: rgb(186,9,182); }
H1.HeaderClassName
{
color: #BA09B6;
}
.AnyTagClassName
{
color: #BA09B6;
}
</style>
background-color css
<style>
a { background-color: #BA09B6; }
a { background-color: rgb(186,9,182); }
div.DivClassName
{
background-color: #BA09B6;
}
.BgClassName
{
background-color: #BA09B6;
}
</style>
border-color css
<style>
span { border-color: #BA09B6; }
span { border-color: rgb(186,9,182); }
td.TdClassName
{
border-color: #BA09B6;
}
.TagClassName
{
border-color: #BA09B6;
}
</style>