Shades of Deep Magenta #BA07C4
Tints of Deep Magenta #BA07C4
RGB
CMYK
RGB Variations
Color information
#BA07C4 (or 0xBA07C4) is known color: Deep Magenta. HEX triplet: BA, 07 and C4. RGB value is (186,7,196). Sum of RGB (Red+Green+Blue) = 186+7+196=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA07C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07C4 is #45F83B. Grayscale: #515151. Windows color (decimal): -4585532 or 12847034. OLE color: 12847034.
HSL color Cylindrical-coordinate representation of color #BA07C4: hue angle of 296.83º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA07C4 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 7 | 196 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.23 |
| HSL | 296.83º | 0.93% | 0.4% | - |
| HSV(B) | 296.83º | 0.96% | 0.77% | - |
| XYZ | 30.29 | 14.58 | 53.44 | - |
| YUV | 82.07 | 192.3 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 196 | 0.05 | 0.96 | 0 | 0.23 | 296.83 | 0.93 | 0.4 |
| Hex | BA | 7 | C4 | 5 | 60 | 0 | 17 | 129 | 5D | 28 |
| Octal | 272 | 7 | 304 | 5 | 140 | 0 | 27 | 451 | 135 | 50 |
| Binary | 10111010 | 111 | 11000100 | 101 | 1100000 | 0 | 10111 | 100101001 | 1011101 | 101000 |
Color Harmonies of #BA07C4
Complementary color
Monochromatic Colors of #BA07C4
Black with #BA07C4
Text Example
Text Example
White with #BA07C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07C4; }
p { color: rgb(186,7,196); }
H1.HeaderClassName
{
color: #BA07C4;
}
.AnyTagClassName
{
color: #BA07C4;
}
</style>
background-color css
<style>
a { background-color: #BA07C4; }
a { background-color: rgb(186,7,196); }
div.DivClassName
{
background-color: #BA07C4;
}
.BgClassName
{
background-color: #BA07C4;
}
</style>
border-color css
<style>
span { border-color: #BA07C4; }
span { border-color: rgb(186,7,196); }
td.TdClassName
{
border-color: #BA07C4;
}
.TagClassName
{
border-color: #BA07C4;
}
</style>