Shades of Deep Magenta #BA00BE
Tints of Deep Magenta #BA00BE
RGB
CMYK
RGB Variations
Color information
#BA00BE (or 0xBA00BE) is known color: Deep Magenta. HEX triplet: BA, 00 and BE. RGB value is (186,0,190). Sum of RGB (Red+Green+Blue) = 186+0+190=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA00BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00BE is #45FF41. Grayscale: #4C4C4C. Windows color (decimal): -4587330 or 12452026. OLE color: 12452026.
HSL color Cylindrical-coordinate representation of color #BA00BE: hue angle of 298.74º 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 #BA00BE is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 0 | 190 | - |
| CMYK | 0.02 | 1 | 0 | 0.25 |
| HSL | 298.74º | 1% | 0.37% | - |
| HSV(B) | 298.74º | 1% | 0.75% | - |
| XYZ | 29.54 | 14.16 | 49.89 | - |
| YUV | 77.27 | 191.62 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 190 | 0.02 | 1 | 0 | 0.25 | 298.74 | 1 | 0.37 |
| Hex | BA | 0 | BE | 2 | 64 | 0 | 19 | 12B | 64 | 25 |
| Octal | 272 | 0 | 276 | 2 | 144 | 0 | 31 | 453 | 144 | 45 |
| Binary | 10111010 | 0 | 10111110 | 10 | 1100100 | 0 | 11001 | 100101011 | 1100100 | 100101 |
Color Harmonies of #BA00BE
Complementary color
Monochromatic Colors of #BA00BE
Black with #BA00BE
Text Example
Text Example
White with #BA00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00BE; }
p { color: rgb(186,0,190); }
H1.HeaderClassName
{
color: #BA00BE;
}
.AnyTagClassName
{
color: #BA00BE;
}
</style>
background-color css
<style>
a { background-color: #BA00BE; }
a { background-color: rgb(186,0,190); }
div.DivClassName
{
background-color: #BA00BE;
}
.BgClassName
{
background-color: #BA00BE;
}
</style>
border-color css
<style>
span { border-color: #BA00BE; }
span { border-color: rgb(186,0,190); }
td.TdClassName
{
border-color: #BA00BE;
}
.TagClassName
{
border-color: #BA00BE;
}
</style>