Shades of Deep Magenta #BA00B6
Tints of Deep Magenta #BA00B6
RGB
CMYK
RGB Variations
Color information
#BA00B6 (or 0xBA00B6) is known color: Deep Magenta. HEX triplet: BA, 00 and B6. RGB value is (186,0,182). Sum of RGB (Red+Green+Blue) = 186+0+182=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00B6 is #45FF49. Grayscale: #4B4B4B. Windows color (decimal): -4587338 or 11927738. OLE color: 11927738.
HSL color Cylindrical-coordinate representation of color #BA00B6: hue angle of 301.29º 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 #BA00B6 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 182 | - |
| CMYK | 0 | 1 | 0.02 | 0.27 |
| HSL | 301.29º | 1% | 0.36% | - |
| HSV(B) | 301.29º | 1% | 0.73% | - |
| XYZ | 28.69 | 13.82 | 45.41 | - |
| YUV | 76.36 | 187.62 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 182 | 0 | 1 | 0.02 | 0.27 | 301.29 | 1 | 0.36 |
| Hex | BA | 0 | B6 | 0 | 64 | 2 | 1B | 12D | 64 | 24 |
| Octal | 272 | 0 | 266 | 0 | 144 | 2 | 33 | 455 | 144 | 44 |
| Binary | 10111010 | 0 | 10110110 | 0 | 1100100 | 10 | 11011 | 100101101 | 1100100 | 100100 |
Color Harmonies of #BA00B6
Complementary color
Monochromatic Colors of #BA00B6
Black with #BA00B6
Text Example
Text Example
White with #BA00B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00B6; }
p { color: rgb(186,0,182); }
H1.HeaderClassName
{
color: #BA00B6;
}
.AnyTagClassName
{
color: #BA00B6;
}
</style>
background-color css
<style>
a { background-color: #BA00B6; }
a { background-color: rgb(186,0,182); }
div.DivClassName
{
background-color: #BA00B6;
}
.BgClassName
{
background-color: #BA00B6;
}
</style>
border-color css
<style>
span { border-color: #BA00B6; }
span { border-color: rgb(186,0,182); }
td.TdClassName
{
border-color: #BA00B6;
}
.TagClassName
{
border-color: #BA00B6;
}
</style>