Shades of Deep Magenta #BA17C9
Tints of Deep Magenta #BA17C9
RGB
CMYK
RGB Variations
Color information
#BA17C9 (or 0xBA17C9) is known color: Deep Magenta. HEX triplet: BA, 17 and C9. RGB value is (186,23,201). Sum of RGB (Red+Green+Blue) = 186+23+201=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA17C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17C9 is #45E836. Grayscale: #5B5B5B. Windows color (decimal): -4581431 or 13178810. OLE color: 13178810.
HSL color Cylindrical-coordinate representation of color #BA17C9: hue angle of 294.94º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA17C9 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 23 | 201 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.21 |
| HSL | 294.94º | 0.79% | 0.44% | - |
| HSV(B) | 294.94º | 0.89% | 0.79% | - |
| XYZ | 31.1 | 15.27 | 56.57 | - |
| YUV | 92.03 | 189.5 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 201 | 0.07 | 0.89 | 0 | 0.21 | 294.94 | 0.79 | 0.44 |
| Hex | BA | 17 | C9 | 7 | 59 | 0 | 15 | 127 | 4F | 2C |
| Octal | 272 | 27 | 311 | 7 | 131 | 0 | 25 | 447 | 117 | 54 |
| Binary | 10111010 | 10111 | 11001001 | 111 | 1011001 | 0 | 10101 | 100100111 | 1001111 | 101100 |
Color Harmonies of #BA17C9
Complementary color
Monochromatic Colors of #BA17C9
Black with #BA17C9
Text Example
Text Example
White with #BA17C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17C9; }
p { color: rgb(186,23,201); }
H1.HeaderClassName
{
color: #BA17C9;
}
.AnyTagClassName
{
color: #BA17C9;
}
</style>
background-color css
<style>
a { background-color: #BA17C9; }
a { background-color: rgb(186,23,201); }
div.DivClassName
{
background-color: #BA17C9;
}
.BgClassName
{
background-color: #BA17C9;
}
</style>
border-color css
<style>
span { border-color: #BA17C9; }
span { border-color: rgb(186,23,201); }
td.TdClassName
{
border-color: #BA17C9;
}
.TagClassName
{
border-color: #BA17C9;
}
</style>