Shades of Deep Magenta #BA09B2
Tints of Deep Magenta #BA09B2
RGB
CMYK
RGB Variations
Color information
#BA09B2 (or 0xBA09B2) is known color: Deep Magenta. HEX triplet: BA, 09 and B2. RGB value is (186,9,178). Sum of RGB (Red+Green+Blue) = 186+9+178=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA09B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA09B2 is #45F64D. Grayscale: #505050. Windows color (decimal): -4585038 or 11667898. OLE color: 11667898.
HSL color Cylindrical-coordinate representation of color #BA09B2: hue angle of 302.71º 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 #BA09B2 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 178 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.27 |
| HSL | 302.71º | 0.91% | 0.38% | - |
| HSV(B) | 302.71º | 0.95% | 0.73% | - |
| XYZ | 28.38 | 13.85 | 43.3 | - |
| YUV | 81.19 | 182.64 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 178 | 0 | 0.95 | 0.04 | 0.27 | 302.71 | 0.91 | 0.38 |
| Hex | BA | 9 | B2 | 0 | 5F | 4 | 1B | 12F | 5B | 26 |
| Octal | 272 | 11 | 262 | 0 | 137 | 4 | 33 | 457 | 133 | 46 |
| Binary | 10111010 | 1001 | 10110010 | 0 | 1011111 | 100 | 11011 | 100101111 | 1011011 | 100110 |
Color Harmonies of #BA09B2
Complementary color
Monochromatic Colors of #BA09B2
Black with #BA09B2
Text Example
Text Example
White with #BA09B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09B2; }
p { color: rgb(186,9,178); }
H1.HeaderClassName
{
color: #BA09B2;
}
.AnyTagClassName
{
color: #BA09B2;
}
</style>
background-color css
<style>
a { background-color: #BA09B2; }
a { background-color: rgb(186,9,178); }
div.DivClassName
{
background-color: #BA09B2;
}
.BgClassName
{
background-color: #BA09B2;
}
</style>
border-color css
<style>
span { border-color: #BA09B2; }
span { border-color: rgb(186,9,178); }
td.TdClassName
{
border-color: #BA09B2;
}
.TagClassName
{
border-color: #BA09B2;
}
</style>