Shades of Deep Magenta #BA00B5
Tints of Deep Magenta #BA00B5
RGB
CMYK
RGB Variations
Color information
#BA00B5 (or 0xBA00B5) is known color: Deep Magenta. HEX triplet: BA, 00 and B5. RGB value is (186,0,181). Sum of RGB (Red+Green+Blue) = 186+0+181=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00B5 is #45FF4A. Grayscale: #4B4B4B. Windows color (decimal): -4587339 or 11862202. OLE color: 11862202.
HSL color Cylindrical-coordinate representation of color #BA00B5: hue angle of 301.61º 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 #BA00B5 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.03 | 0.27 |
| HSL | 301.61º | 1% | 0.36% | - |
| HSV(B) | 301.61º | 1% | 0.73% | - |
| XYZ | 28.59 | 13.78 | 44.87 | - |
| YUV | 76.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 181 | 0 | 1 | 0.03 | 0.27 | 301.61 | 1 | 0.36 |
| Hex | BA | 0 | B5 | 0 | 64 | 3 | 1B | 12E | 64 | 24 |
| Octal | 272 | 0 | 265 | 0 | 144 | 3 | 33 | 456 | 144 | 44 |
| Binary | 10111010 | 0 | 10110101 | 0 | 1100100 | 11 | 11011 | 100101110 | 1100100 | 100100 |
Color Harmonies of #BA00B5
Complementary color
Monochromatic Colors of #BA00B5
Black with #BA00B5
Text Example
Text Example
White with #BA00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00B5; }
p { color: rgb(186,0,181); }
H1.HeaderClassName
{
color: #BA00B5;
}
.AnyTagClassName
{
color: #BA00B5;
}
</style>
background-color css
<style>
a { background-color: #BA00B5; }
a { background-color: rgb(186,0,181); }
div.DivClassName
{
background-color: #BA00B5;
}
.BgClassName
{
background-color: #BA00B5;
}
</style>
border-color css
<style>
span { border-color: #BA00B5; }
span { border-color: rgb(186,0,181); }
td.TdClassName
{
border-color: #BA00B5;
}
.TagClassName
{
border-color: #BA00B5;
}
</style>