Shades of Deep Magenta #BA00B9
Tints of Deep Magenta #BA00B9
RGB
CMYK
RGB Variations
Color information
#BA00B9 (or 0xBA00B9) is known color: Deep Magenta. HEX triplet: BA, 00 and B9. RGB value is (186,0,185). Sum of RGB (Red+Green+Blue) = 186+0+185=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00B9 is #45FF46. Grayscale: #4C4C4C. Windows color (decimal): -4587335 or 12124346. OLE color: 12124346.
HSL color Cylindrical-coordinate representation of color #BA00B9: hue angle of 300.32º 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 #BA00B9 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.01 | 0.27 |
| HSL | 300.32º | 1% | 0.36% | - |
| HSV(B) | 300.32º | 1% | 0.73% | - |
| XYZ | 29.01 | 13.94 | 47.06 | - |
| YUV | 76.7 | 189.12 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 185 | 0 | 1 | 0.01 | 0.27 | 300.32 | 1 | 0.36 |
| Hex | BA | 0 | B9 | 0 | 64 | 1 | 1B | 12C | 64 | 24 |
| Octal | 272 | 0 | 271 | 0 | 144 | 1 | 33 | 454 | 144 | 44 |
| Binary | 10111010 | 0 | 10111001 | 0 | 1100100 | 1 | 11011 | 100101100 | 1100100 | 100100 |
Color Harmonies of #BA00B9
Complementary color
Monochromatic Colors of #BA00B9
Black with #BA00B9
Text Example
Text Example
White with #BA00B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00B9; }
p { color: rgb(186,0,185); }
H1.HeaderClassName
{
color: #BA00B9;
}
.AnyTagClassName
{
color: #BA00B9;
}
</style>
background-color css
<style>
a { background-color: #BA00B9; }
a { background-color: rgb(186,0,185); }
div.DivClassName
{
background-color: #BA00B9;
}
.BgClassName
{
background-color: #BA00B9;
}
</style>
border-color css
<style>
span { border-color: #BA00B9; }
span { border-color: rgb(186,0,185); }
td.TdClassName
{
border-color: #BA00B9;
}
.TagClassName
{
border-color: #BA00B9;
}
</style>