Shades of Deep Magenta #BA00CE
Tints of Deep Magenta #BA00CE
RGB
CMYK
RGB Variations
Color information
#BA00CE (or 0xBA00CE) is known color: Deep Magenta. HEX triplet: BA, 00 and CE. RGB value is (186,0,206). Sum of RGB (Red+Green+Blue) = 186+0+206=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA00CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00CE is #45FF31. Grayscale: #4E4E4E. Windows color (decimal): -4587314 or 13500602. OLE color: 13500602.
HSL color Cylindrical-coordinate representation of color #BA00CE: hue angle of 294.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00CE is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 0 | 206 | - |
| CMYK | 0.10 | 1 | 0 | 0.19 |
| HSL | 294.17º | 1% | 0.4% | - |
| HSV(B) | 294.17º | 1% | 0.81% | - |
| XYZ | 31.39 | 14.9 | 59.61 | - |
| YUV | 79.1 | 199.62 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 206 | 0.10 | 1 | 0 | 0.19 | 294.17 | 1 | 0.4 |
| Hex | BA | 0 | CE | A | 64 | 0 | 13 | 126 | 64 | 28 |
| Octal | 272 | 0 | 316 | 12 | 144 | 0 | 23 | 446 | 144 | 50 |
| Binary | 10111010 | 0 | 11001110 | 1010 | 1100100 | 0 | 10011 | 100100110 | 1100100 | 101000 |
Color Harmonies of #BA00CE
Complementary color
Monochromatic Colors of #BA00CE
Black with #BA00CE
Text Example
Text Example
White with #BA00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00CE; }
p { color: rgb(186,0,206); }
H1.HeaderClassName
{
color: #BA00CE;
}
.AnyTagClassName
{
color: #BA00CE;
}
</style>
background-color css
<style>
a { background-color: #BA00CE; }
a { background-color: rgb(186,0,206); }
div.DivClassName
{
background-color: #BA00CE;
}
.BgClassName
{
background-color: #BA00CE;
}
</style>
border-color css
<style>
span { border-color: #BA00CE; }
span { border-color: rgb(186,0,206); }
td.TdClassName
{
border-color: #BA00CE;
}
.TagClassName
{
border-color: #BA00CE;
}
</style>