Shades of Deep Magenta #BB1DDE
Tints of Deep Magenta #BB1DDE
RGB
CMYK
RGB Variations
Color information
#BB1DDE (or 0xBB1DDE) is known color: Deep Magenta. HEX triplet: BB, 1D and DE. RGB value is (187,29,222). Sum of RGB (Red+Green+Blue) = 187+29+222=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB1DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DDE is #44E221. Grayscale: #616161. Windows color (decimal): -4514338 or 14556603. OLE color: 14556603.
HSL color Cylindrical-coordinate representation of color #BB1DDE: hue angle of 289.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1DDE is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 29 | 222 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.13 |
| HSL | 289.12º | 0.77% | 0.49% | - |
| HSV(B) | 289.12º | 0.87% | 0.87% | - |
| XYZ | 34.12 | 16.72 | 70.54 | - |
| YUV | 98.24 | 197.85 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 222 | 0.16 | 0.87 | 0 | 0.13 | 289.12 | 0.77 | 0.49 |
| Hex | BB | 1D | DE | 10 | 57 | 0 | D | 121 | 4D | 31 |
| Octal | 273 | 35 | 336 | 20 | 127 | 0 | 15 | 441 | 115 | 61 |
| Binary | 10111011 | 11101 | 11011110 | 10000 | 1010111 | 0 | 1101 | 100100001 | 1001101 | 110001 |
Color Harmonies of #BB1DDE
Complementary color
Monochromatic Colors of #BB1DDE
Black with #BB1DDE
Text Example
Text Example
White with #BB1DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DDE; }
p { color: rgb(187,29,222); }
H1.HeaderClassName
{
color: #BB1DDE;
}
.AnyTagClassName
{
color: #BB1DDE;
}
</style>
background-color css
<style>
a { background-color: #BB1DDE; }
a { background-color: rgb(187,29,222); }
div.DivClassName
{
background-color: #BB1DDE;
}
.BgClassName
{
background-color: #BB1DDE;
}
</style>
border-color css
<style>
span { border-color: #BB1DDE; }
span { border-color: rgb(187,29,222); }
td.TdClassName
{
border-color: #BB1DDE;
}
.TagClassName
{
border-color: #BB1DDE;
}
</style>