Shades of Deep Magenta #BA17C3
Tints of Deep Magenta #BA17C3
RGB
CMYK
RGB Variations
Color information
#BA17C3 (or 0xBA17C3) is known color: Deep Magenta. HEX triplet: BA, 17 and C3. RGB value is (186,23,195). Sum of RGB (Red+Green+Blue) = 186+23+195=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA17C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17C3 is #45E83C. Grayscale: #5A5A5A. Windows color (decimal): -4581437 or 12785594. OLE color: 12785594.
HSL color Cylindrical-coordinate representation of color #BA17C3: hue angle of 296.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA17C3 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 23 | 195 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.24 |
| HSL | 296.86º | 0.79% | 0.43% | - |
| HSV(B) | 296.86º | 0.88% | 0.76% | - |
| XYZ | 30.41 | 14.99 | 52.92 | - |
| YUV | 91.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 195 | 0.05 | 0.88 | 0 | 0.24 | 296.86 | 0.79 | 0.43 |
| Hex | BA | 17 | C3 | 5 | 58 | 0 | 18 | 129 | 4F | 2B |
| Octal | 272 | 27 | 303 | 5 | 130 | 0 | 30 | 451 | 117 | 53 |
| Binary | 10111010 | 10111 | 11000011 | 101 | 1011000 | 0 | 11000 | 100101001 | 1001111 | 101011 |
Color Harmonies of #BA17C3
Complementary color
Monochromatic Colors of #BA17C3
Black with #BA17C3
Text Example
Text Example
White with #BA17C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17C3; }
p { color: rgb(186,23,195); }
H1.HeaderClassName
{
color: #BA17C3;
}
.AnyTagClassName
{
color: #BA17C3;
}
</style>
background-color css
<style>
a { background-color: #BA17C3; }
a { background-color: rgb(186,23,195); }
div.DivClassName
{
background-color: #BA17C3;
}
.BgClassName
{
background-color: #BA17C3;
}
</style>
border-color css
<style>
span { border-color: #BA17C3; }
span { border-color: rgb(186,23,195); }
td.TdClassName
{
border-color: #BA17C3;
}
.TagClassName
{
border-color: #BA17C3;
}
</style>