Shades of Deep Magenta #BB17E0
Tints of Deep Magenta #BB17E0
RGB
CMYK
RGB Variations
Color information
#BB17E0 (or 0xBB17E0) is known color: Deep Magenta. HEX triplet: BB, 17 and E0. RGB value is (187,23,224). Sum of RGB (Red+Green+Blue) = 187+23+224=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB17E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17E0 is #44E81F. Grayscale: #5E5E5E. Windows color (decimal): -4515872 or 14686139. OLE color: 14686139.
HSL color Cylindrical-coordinate representation of color #BB17E0: hue angle of 288.96º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB17E0 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 23 | 224 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.12 |
| HSL | 288.96º | 0.81% | 0.48% | - |
| HSV(B) | 288.96º | 0.9% | 0.88% | - |
| XYZ | 34.25 | 16.56 | 71.91 | - |
| YUV | 94.95 | 200.83 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 224 | 0.17 | 0.90 | 0 | 0.12 | 288.96 | 0.81 | 0.48 |
| Hex | BB | 17 | E0 | 11 | 5A | 0 | C | 121 | 51 | 30 |
| Octal | 273 | 27 | 340 | 21 | 132 | 0 | 14 | 441 | 121 | 60 |
| Binary | 10111011 | 10111 | 11100000 | 10001 | 1011010 | 0 | 1100 | 100100001 | 1010001 | 110000 |
Color Harmonies of #BB17E0
Complementary color
Monochromatic Colors of #BB17E0
Black with #BB17E0
Text Example
Text Example
White with #BB17E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17E0; }
p { color: rgb(187,23,224); }
H1.HeaderClassName
{
color: #BB17E0;
}
.AnyTagClassName
{
color: #BB17E0;
}
</style>
background-color css
<style>
a { background-color: #BB17E0; }
a { background-color: rgb(187,23,224); }
div.DivClassName
{
background-color: #BB17E0;
}
.BgClassName
{
background-color: #BB17E0;
}
</style>
border-color css
<style>
span { border-color: #BB17E0; }
span { border-color: rgb(187,23,224); }
td.TdClassName
{
border-color: #BB17E0;
}
.TagClassName
{
border-color: #BB17E0;
}
</style>