Shades of Deep Magenta #BA00BF
Tints of Deep Magenta #BA00BF
RGB
CMYK
RGB Variations
Color information
#BA00BF (or 0xBA00BF) is known color: Deep Magenta. HEX triplet: BA, 00 and BF. RGB value is (186,0,191). Sum of RGB (Red+Green+Blue) = 186+0+191=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA00BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00BF is #45FF40. Grayscale: #4C4C4C. Windows color (decimal): -4587329 or 12517562. OLE color: 12517562.
HSL color Cylindrical-coordinate representation of color #BA00BF: hue angle of 298.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00BF is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 0 | 191 | - |
| CMYK | 0.03 | 1 | 0 | 0.25 |
| HSL | 298.43º | 1% | 0.37% | - |
| HSV(B) | 298.43º | 1% | 0.75% | - |
| XYZ | 29.65 | 14.2 | 50.47 | - |
| YUV | 77.39 | 192.12 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 191 | 0.03 | 1 | 0 | 0.25 | 298.43 | 1 | 0.37 |
| Hex | BA | 0 | BF | 3 | 64 | 0 | 19 | 12A | 64 | 25 |
| Octal | 272 | 0 | 277 | 3 | 144 | 0 | 31 | 452 | 144 | 45 |
| Binary | 10111010 | 0 | 10111111 | 11 | 1100100 | 0 | 11001 | 100101010 | 1100100 | 100101 |
Color Harmonies of #BA00BF
Complementary color
Monochromatic Colors of #BA00BF
Black with #BA00BF
Text Example
Text Example
White with #BA00BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00BF; }
p { color: rgb(186,0,191); }
H1.HeaderClassName
{
color: #BA00BF;
}
.AnyTagClassName
{
color: #BA00BF;
}
</style>
background-color css
<style>
a { background-color: #BA00BF; }
a { background-color: rgb(186,0,191); }
div.DivClassName
{
background-color: #BA00BF;
}
.BgClassName
{
background-color: #BA00BF;
}
</style>
border-color css
<style>
span { border-color: #BA00BF; }
span { border-color: rgb(186,0,191); }
td.TdClassName
{
border-color: #BA00BF;
}
.TagClassName
{
border-color: #BA00BF;
}
</style>