Shades of Deep Magenta #BB17DE
Tints of Deep Magenta #BB17DE
RGB
CMYK
RGB Variations
Color information
#BB17DE (or 0xBB17DE) is known color: Deep Magenta. HEX triplet: BB, 17 and DE. RGB value is (187,23,222). Sum of RGB (Red+Green+Blue) = 187+23+222=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB17DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17DE is #44E821. Grayscale: #5E5E5E. Windows color (decimal): -4515874 or 14555067. OLE color: 14555067.
HSL color Cylindrical-coordinate representation of color #BB17DE: hue angle of 289.45º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB17DE is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 23 | 222 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.13 |
| HSL | 289.45º | 0.81% | 0.48% | - |
| HSV(B) | 289.45º | 0.9% | 0.87% | - |
| XYZ | 33.98 | 16.45 | 70.49 | - |
| YUV | 94.72 | 199.83 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 222 | 0.16 | 0.90 | 0 | 0.13 | 289.45 | 0.81 | 0.48 |
| Hex | BB | 17 | DE | 10 | 5A | 0 | D | 121 | 51 | 30 |
| Octal | 273 | 27 | 336 | 20 | 132 | 0 | 15 | 441 | 121 | 60 |
| Binary | 10111011 | 10111 | 11011110 | 10000 | 1011010 | 0 | 1101 | 100100001 | 1010001 | 110000 |
Color Harmonies of #BB17DE
Complementary color
Monochromatic Colors of #BB17DE
Black with #BB17DE
Text Example
Text Example
White with #BB17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17DE; }
p { color: rgb(187,23,222); }
H1.HeaderClassName
{
color: #BB17DE;
}
.AnyTagClassName
{
color: #BB17DE;
}
</style>
background-color css
<style>
a { background-color: #BB17DE; }
a { background-color: rgb(187,23,222); }
div.DivClassName
{
background-color: #BB17DE;
}
.BgClassName
{
background-color: #BB17DE;
}
</style>
border-color css
<style>
span { border-color: #BB17DE; }
span { border-color: rgb(187,23,222); }
td.TdClassName
{
border-color: #BB17DE;
}
.TagClassName
{
border-color: #BB17DE;
}
</style>