Shades of Deep Magenta #BA00AF
Tints of Deep Magenta #BA00AF
RGB
CMYK
RGB Variations
Color information
#BA00AF (or 0xBA00AF) is known color: Deep Magenta. HEX triplet: BA, 00 and AF. RGB value is (186,0,175). Sum of RGB (Red+Green+Blue) = 186+0+175=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00AF is #45FF50. Grayscale: #4B4B4B. Windows color (decimal): -4587345 or 11468986. OLE color: 11468986.
HSL color Cylindrical-coordinate representation of color #BA00AF: hue angle of 303.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00AF is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.06 | 0.27 |
| HSL | 303.55º | 1% | 0.36% | - |
| HSV(B) | 303.55º | 1% | 0.73% | - |
| XYZ | 27.99 | 13.53 | 41.69 | - |
| YUV | 75.56 | 184.12 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 175 | 0 | 1 | 0.06 | 0.27 | 303.55 | 1 | 0.36 |
| Hex | BA | 0 | AF | 0 | 64 | 6 | 1B | 130 | 64 | 24 |
| Octal | 272 | 0 | 257 | 0 | 144 | 6 | 33 | 460 | 144 | 44 |
| Binary | 10111010 | 0 | 10101111 | 0 | 1100100 | 110 | 11011 | 100110000 | 1100100 | 100100 |
Color Harmonies of #BA00AF
Complementary color
Monochromatic Colors of #BA00AF
Black with #BA00AF
Text Example
Text Example
White with #BA00AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00AF; }
p { color: rgb(186,0,175); }
H1.HeaderClassName
{
color: #BA00AF;
}
.AnyTagClassName
{
color: #BA00AF;
}
</style>
background-color css
<style>
a { background-color: #BA00AF; }
a { background-color: rgb(186,0,175); }
div.DivClassName
{
background-color: #BA00AF;
}
.BgClassName
{
background-color: #BA00AF;
}
</style>
border-color css
<style>
span { border-color: #BA00AF; }
span { border-color: rgb(186,0,175); }
td.TdClassName
{
border-color: #BA00AF;
}
.TagClassName
{
border-color: #BA00AF;
}
</style>