Shades of Deep Magenta #BB1EDB
Tints of Deep Magenta #BB1EDB
RGB
CMYK
RGB Variations
Color information
#BB1EDB (or 0xBB1EDB) is known color: Deep Magenta. HEX triplet: BB, 1E and DB. RGB value is (187,30,219). Sum of RGB (Red+Green+Blue) = 187+30+219=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1EDB is #44E124. Grayscale: #616161. Windows color (decimal): -4514085 or 14360251. OLE color: 14360251.
HSL color Cylindrical-coordinate representation of color #BB1EDB: hue angle of 289.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1EDB is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 30 | 219 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.14 |
| HSL | 289.84º | 0.76% | 0.49% | - |
| HSV(B) | 289.84º | 0.86% | 0.86% | - |
| XYZ | 33.74 | 16.61 | 68.44 | - |
| YUV | 98.49 | 196.01 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 219 | 0.15 | 0.86 | 0 | 0.14 | 289.84 | 0.76 | 0.49 |
| Hex | BB | 1E | DB | F | 56 | 0 | E | 122 | 4C | 31 |
| Octal | 273 | 36 | 333 | 17 | 126 | 0 | 16 | 442 | 114 | 61 |
| Binary | 10111011 | 11110 | 11011011 | 1111 | 1010110 | 0 | 1110 | 100100010 | 1001100 | 110001 |
Color Harmonies of #BB1EDB
Complementary color
Monochromatic Colors of #BB1EDB
Black with #BB1EDB
Text Example
Text Example
White with #BB1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1EDB; }
p { color: rgb(187,30,219); }
H1.HeaderClassName
{
color: #BB1EDB;
}
.AnyTagClassName
{
color: #BB1EDB;
}
</style>
background-color css
<style>
a { background-color: #BB1EDB; }
a { background-color: rgb(187,30,219); }
div.DivClassName
{
background-color: #BB1EDB;
}
.BgClassName
{
background-color: #BB1EDB;
}
</style>
border-color css
<style>
span { border-color: #BB1EDB; }
span { border-color: rgb(187,30,219); }
td.TdClassName
{
border-color: #BB1EDB;
}
.TagClassName
{
border-color: #BB1EDB;
}
</style>