Shades of Deep Magenta #BA03B6
Tints of Deep Magenta #BA03B6
RGB
CMYK
RGB Variations
Color information
#BA03B6 (or 0xBA03B6) is known color: Deep Magenta. HEX triplet: BA, 03 and B6. RGB value is (186,3,182). Sum of RGB (Red+Green+Blue) = 186+3+182=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA03B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03B6 is #45FC49. Grayscale: #4D4D4D. Windows color (decimal): -4586570 or 11928506. OLE color: 11928506.
HSL color Cylindrical-coordinate representation of color #BA03B6: hue angle of 301.31º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA03B6 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 182 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.27 |
| HSL | 301.31º | 0.97% | 0.37% | - |
| HSV(B) | 301.31º | 0.98% | 0.73% | - |
| XYZ | 28.73 | 13.88 | 45.42 | - |
| YUV | 78.12 | 186.63 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 182 | 0 | 0.98 | 0.02 | 0.27 | 301.31 | 0.97 | 0.37 |
| Hex | BA | 3 | B6 | 0 | 62 | 2 | 1B | 12D | 61 | 25 |
| Octal | 272 | 3 | 266 | 0 | 142 | 2 | 33 | 455 | 141 | 45 |
| Binary | 10111010 | 11 | 10110110 | 0 | 1100010 | 10 | 11011 | 100101101 | 1100001 | 100101 |
Color Harmonies of #BA03B6
Complementary color
Monochromatic Colors of #BA03B6
Black with #BA03B6
Text Example
Text Example
White with #BA03B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03B6; }
p { color: rgb(186,3,182); }
H1.HeaderClassName
{
color: #BA03B6;
}
.AnyTagClassName
{
color: #BA03B6;
}
</style>
background-color css
<style>
a { background-color: #BA03B6; }
a { background-color: rgb(186,3,182); }
div.DivClassName
{
background-color: #BA03B6;
}
.BgClassName
{
background-color: #BA03B6;
}
</style>
border-color css
<style>
span { border-color: #BA03B6; }
span { border-color: rgb(186,3,182); }
td.TdClassName
{
border-color: #BA03B6;
}
.TagClassName
{
border-color: #BA03B6;
}
</style>