Shades of Deep Magenta #BA00C8
Tints of Deep Magenta #BA00C8
RGB
CMYK
RGB Variations
Color information
#BA00C8 (or 0xBA00C8) is known color: Deep Magenta. HEX triplet: BA, 00 and C8. RGB value is (186,0,200). Sum of RGB (Red+Green+Blue) = 186+0+200=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 200 (78.52% from 255 or 51.81% from 386); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA00C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00C8 is #45FF37. Grayscale: #4D4D4D. Windows color (decimal): -4587320 or 13107386. OLE color: 13107386.
HSL color Cylindrical-coordinate representation of color #BA00C8: hue angle of 295.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00C8 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 0 | 200 | - |
| CMYK | 0.07 | 1 | 0 | 0.22 |
| HSL | 295.8º | 1% | 0.39% | - |
| HSV(B) | 295.8º | 1% | 0.78% | - |
| XYZ | 30.68 | 14.61 | 55.85 | - |
| YUV | 78.41 | 196.62 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 200 | 0.07 | 1 | 0 | 0.22 | 295.8 | 1 | 0.39 |
| Hex | BA | 0 | C8 | 7 | 64 | 0 | 16 | 128 | 64 | 27 |
| Octal | 272 | 0 | 310 | 7 | 144 | 0 | 26 | 450 | 144 | 47 |
| Binary | 10111010 | 0 | 11001000 | 111 | 1100100 | 0 | 10110 | 100101000 | 1100100 | 100111 |
Color Harmonies of #BA00C8
Complementary color
Monochromatic Colors of #BA00C8
Black with #BA00C8
Text Example
Text Example
White with #BA00C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00C8; }
p { color: rgb(186,0,200); }
H1.HeaderClassName
{
color: #BA00C8;
}
.AnyTagClassName
{
color: #BA00C8;
}
</style>
background-color css
<style>
a { background-color: #BA00C8; }
a { background-color: rgb(186,0,200); }
div.DivClassName
{
background-color: #BA00C8;
}
.BgClassName
{
background-color: #BA00C8;
}
</style>
border-color css
<style>
span { border-color: #BA00C8; }
span { border-color: rgb(186,0,200); }
td.TdClassName
{
border-color: #BA00C8;
}
.TagClassName
{
border-color: #BA00C8;
}
</style>