Shades of Deep Magenta #BA00B3
Tints of Deep Magenta #BA00B3
RGB
CMYK
RGB Variations
Color information
#BA00B3 (or 0xBA00B3) is known color: Deep Magenta. HEX triplet: BA, 00 and B3. RGB value is (186,0,179). Sum of RGB (Red+Green+Blue) = 186+0+179=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00B3 is #45FF4C. Grayscale: #4B4B4B. Windows color (decimal): -4587341 or 11731130. OLE color: 11731130.
HSL color Cylindrical-coordinate representation of color #BA00B3: hue angle of 302.26º 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 #BA00B3 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.04 | 0.27 |
| HSL | 302.26º | 1% | 0.36% | - |
| HSV(B) | 302.26º | 1% | 0.73% | - |
| XYZ | 28.39 | 13.69 | 43.79 | - |
| YUV | 76.02 | 186.12 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 179 | 0 | 1 | 0.04 | 0.27 | 302.26 | 1 | 0.36 |
| Hex | BA | 0 | B3 | 0 | 64 | 4 | 1B | 12E | 64 | 24 |
| Octal | 272 | 0 | 263 | 0 | 144 | 4 | 33 | 456 | 144 | 44 |
| Binary | 10111010 | 0 | 10110011 | 0 | 1100100 | 100 | 11011 | 100101110 | 1100100 | 100100 |
Color Harmonies of #BA00B3
Complementary color
Monochromatic Colors of #BA00B3
Black with #BA00B3
Text Example
Text Example
White with #BA00B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00B3; }
p { color: rgb(186,0,179); }
H1.HeaderClassName
{
color: #BA00B3;
}
.AnyTagClassName
{
color: #BA00B3;
}
</style>
background-color css
<style>
a { background-color: #BA00B3; }
a { background-color: rgb(186,0,179); }
div.DivClassName
{
background-color: #BA00B3;
}
.BgClassName
{
background-color: #BA00B3;
}
</style>
border-color css
<style>
span { border-color: #BA00B3; }
span { border-color: rgb(186,0,179); }
td.TdClassName
{
border-color: #BA00B3;
}
.TagClassName
{
border-color: #BA00B3;
}
</style>