Shades of Deep Magenta #BA17BC
Tints of Deep Magenta #BA17BC
RGB
CMYK
RGB Variations
Color information
#BA17BC (or 0xBA17BC) is known color: Deep Magenta. HEX triplet: BA, 17 and BC. RGB value is (186,23,188). Sum of RGB (Red+Green+Blue) = 186+23+188=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA17BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17BC is #45E843. Grayscale: #5A5A5A. Windows color (decimal): -4581444 or 12326842. OLE color: 12326842.
HSL color Cylindrical-coordinate representation of color #BA17BC: hue angle of 299.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA17BC is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 23 | 188 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.26 |
| HSL | 299.27º | 0.78% | 0.41% | - |
| HSV(B) | 299.27º | 0.88% | 0.74% | - |
| XYZ | 29.63 | 14.68 | 48.85 | - |
| YUV | 90.55 | 183 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 188 | 0.01 | 0.88 | 0 | 0.26 | 299.27 | 0.78 | 0.41 |
| Hex | BA | 17 | BC | 1 | 58 | 0 | 1A | 12B | 4E | 29 |
| Octal | 272 | 27 | 274 | 1 | 130 | 0 | 32 | 453 | 116 | 51 |
| Binary | 10111010 | 10111 | 10111100 | 1 | 1011000 | 0 | 11010 | 100101011 | 1001110 | 101001 |
Color Harmonies of #BA17BC
Complementary color
Monochromatic Colors of #BA17BC
Black with #BA17BC
Text Example
Text Example
White with #BA17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17BC; }
p { color: rgb(186,23,188); }
H1.HeaderClassName
{
color: #BA17BC;
}
.AnyTagClassName
{
color: #BA17BC;
}
</style>
background-color css
<style>
a { background-color: #BA17BC; }
a { background-color: rgb(186,23,188); }
div.DivClassName
{
background-color: #BA17BC;
}
.BgClassName
{
background-color: #BA17BC;
}
</style>
border-color css
<style>
span { border-color: #BA17BC; }
span { border-color: rgb(186,23,188); }
td.TdClassName
{
border-color: #BA17BC;
}
.TagClassName
{
border-color: #BA17BC;
}
</style>