Shades of Deep Magenta #BA08C6
Tints of Deep Magenta #BA08C6
RGB
CMYK
RGB Variations
Color information
#BA08C6 (or 0xBA08C6) is known color: Deep Magenta. HEX triplet: BA, 08 and C6. RGB value is (186,8,198). Sum of RGB (Red+Green+Blue) = 186+8+198=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA08C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08C6 is #45F739. Grayscale: #525252. Windows color (decimal): -4585274 or 12978362. OLE color: 12978362.
HSL color Cylindrical-coordinate representation of color #BA08C6: hue angle of 296.21º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08C6 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 8 | 198 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.22 |
| HSL | 296.21º | 0.92% | 0.4% | - |
| HSV(B) | 296.21º | 0.96% | 0.78% | - |
| XYZ | 30.53 | 14.69 | 54.65 | - |
| YUV | 82.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 198 | 0.06 | 0.96 | 0 | 0.22 | 296.21 | 0.92 | 0.4 |
| Hex | BA | 8 | C6 | 6 | 60 | 0 | 16 | 128 | 5C | 28 |
| Octal | 272 | 10 | 306 | 6 | 140 | 0 | 26 | 450 | 134 | 50 |
| Binary | 10111010 | 1000 | 11000110 | 110 | 1100000 | 0 | 10110 | 100101000 | 1011100 | 101000 |
Color Harmonies of #BA08C6
Complementary color
Monochromatic Colors of #BA08C6
Black with #BA08C6
Text Example
Text Example
White with #BA08C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08C6; }
p { color: rgb(186,8,198); }
H1.HeaderClassName
{
color: #BA08C6;
}
.AnyTagClassName
{
color: #BA08C6;
}
</style>
background-color css
<style>
a { background-color: #BA08C6; }
a { background-color: rgb(186,8,198); }
div.DivClassName
{
background-color: #BA08C6;
}
.BgClassName
{
background-color: #BA08C6;
}
</style>
border-color css
<style>
span { border-color: #BA08C6; }
span { border-color: rgb(186,8,198); }
td.TdClassName
{
border-color: #BA08C6;
}
.TagClassName
{
border-color: #BA08C6;
}
</style>