Shades of Deep Magenta #BA17BB
Tints of Deep Magenta #BA17BB
RGB
CMYK
RGB Variations
Color information
#BA17BB (or 0xBA17BB) is known color: Deep Magenta. HEX triplet: BA, 17 and BB. RGB value is (186,23,187). Sum of RGB (Red+Green+Blue) = 186+23+187=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA17BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17BB is #45E844. Grayscale: #595959. Windows color (decimal): -4581445 or 12261306. OLE color: 12261306.
HSL color Cylindrical-coordinate representation of color #BA17BB: hue angle of 299.63º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA17BB is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 187 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.27 |
| HSL | 299.63º | 0.78% | 0.41% | - |
| HSV(B) | 299.63º | 0.88% | 0.73% | - |
| XYZ | 29.53 | 14.64 | 48.28 | - |
| YUV | 90.43 | 182.5 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 187 | 0.01 | 0.88 | 0 | 0.27 | 299.63 | 0.78 | 0.41 |
| Hex | BA | 17 | BB | 1 | 58 | 0 | 1B | 12C | 4E | 29 |
| Octal | 272 | 27 | 273 | 1 | 130 | 0 | 33 | 454 | 116 | 51 |
| Binary | 10111010 | 10111 | 10111011 | 1 | 1011000 | 0 | 11011 | 100101100 | 1001110 | 101001 |
Color Harmonies of #BA17BB
Complementary color
Monochromatic Colors of #BA17BB
Black with #BA17BB
Text Example
Text Example
White with #BA17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17BB; }
p { color: rgb(186,23,187); }
H1.HeaderClassName
{
color: #BA17BB;
}
.AnyTagClassName
{
color: #BA17BB;
}
</style>
background-color css
<style>
a { background-color: #BA17BB; }
a { background-color: rgb(186,23,187); }
div.DivClassName
{
background-color: #BA17BB;
}
.BgClassName
{
background-color: #BA17BB;
}
</style>
border-color css
<style>
span { border-color: #BA17BB; }
span { border-color: rgb(186,23,187); }
td.TdClassName
{
border-color: #BA17BB;
}
.TagClassName
{
border-color: #BA17BB;
}
</style>