Shades of Deep Magenta #BA08AF
Tints of Deep Magenta #BA08AF
RGB
CMYK
RGB Variations
Color information
#BA08AF (or 0xBA08AF) is known color: Deep Magenta. HEX triplet: BA, 08 and AF. RGB value is (186,8,175). Sum of RGB (Red+Green+Blue) = 186+8+175=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA08AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA08AF is #45F750. Grayscale: #4F4F4F. Windows color (decimal): -4585297 or 11471034. OLE color: 11471034.
HSL color Cylindrical-coordinate representation of color #BA08AF: hue angle of 303.71º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08AF is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.27 |
| HSL | 303.71º | 0.92% | 0.38% | - |
| HSV(B) | 303.71º | 0.96% | 0.73% | - |
| XYZ | 28.07 | 13.71 | 41.72 | - |
| YUV | 80.26 | 181.47 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 175 | 0 | 0.96 | 0.06 | 0.27 | 303.71 | 0.92 | 0.38 |
| Hex | BA | 8 | AF | 0 | 60 | 6 | 1B | 130 | 5C | 26 |
| Octal | 272 | 10 | 257 | 0 | 140 | 6 | 33 | 460 | 134 | 46 |
| Binary | 10111010 | 1000 | 10101111 | 0 | 1100000 | 110 | 11011 | 100110000 | 1011100 | 100110 |
Color Harmonies of #BA08AF
Complementary color
Monochromatic Colors of #BA08AF
Black with #BA08AF
Text Example
Text Example
White with #BA08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08AF; }
p { color: rgb(186,8,175); }
H1.HeaderClassName
{
color: #BA08AF;
}
.AnyTagClassName
{
color: #BA08AF;
}
</style>
background-color css
<style>
a { background-color: #BA08AF; }
a { background-color: rgb(186,8,175); }
div.DivClassName
{
background-color: #BA08AF;
}
.BgClassName
{
background-color: #BA08AF;
}
</style>
border-color css
<style>
span { border-color: #BA08AF; }
span { border-color: rgb(186,8,175); }
td.TdClassName
{
border-color: #BA08AF;
}
.TagClassName
{
border-color: #BA08AF;
}
</style>