Shades of Deep Magenta #BB1EDD
Tints of Deep Magenta #BB1EDD
RGB
CMYK
RGB Variations
Color information
#BB1EDD (or 0xBB1EDD) is known color: Deep Magenta. HEX triplet: BB, 1E and DD. RGB value is (187,30,221). Sum of RGB (Red+Green+Blue) = 187+30+221=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB1EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1EDD is #44E122. Grayscale: #626262. Windows color (decimal): -4514083 or 14491323. OLE color: 14491323.
HSL color Cylindrical-coordinate representation of color #BB1EDD: hue angle of 289.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1EDD is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 30 | 221 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.13 |
| HSL | 289.32º | 0.76% | 0.49% | - |
| HSV(B) | 289.32º | 0.86% | 0.87% | - |
| XYZ | 34.01 | 16.71 | 69.84 | - |
| YUV | 98.72 | 197.01 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 221 | 0.15 | 0.86 | 0 | 0.13 | 289.32 | 0.76 | 0.49 |
| Hex | BB | 1E | DD | F | 56 | 0 | D | 121 | 4C | 31 |
| Octal | 273 | 36 | 335 | 17 | 126 | 0 | 15 | 441 | 114 | 61 |
| Binary | 10111011 | 11110 | 11011101 | 1111 | 1010110 | 0 | 1101 | 100100001 | 1001100 | 110001 |
Color Harmonies of #BB1EDD
Complementary color
Monochromatic Colors of #BB1EDD
Black with #BB1EDD
Text Example
Text Example
White with #BB1EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1EDD; }
p { color: rgb(187,30,221); }
H1.HeaderClassName
{
color: #BB1EDD;
}
.AnyTagClassName
{
color: #BB1EDD;
}
</style>
background-color css
<style>
a { background-color: #BB1EDD; }
a { background-color: rgb(187,30,221); }
div.DivClassName
{
background-color: #BB1EDD;
}
.BgClassName
{
background-color: #BB1EDD;
}
</style>
border-color css
<style>
span { border-color: #BB1EDD; }
span { border-color: rgb(187,30,221); }
td.TdClassName
{
border-color: #BB1EDD;
}
.TagClassName
{
border-color: #BB1EDD;
}
</style>