Shades of Deep Magenta #BB1ADE
Tints of Deep Magenta #BB1ADE
RGB
CMYK
RGB Variations
Color information
#BB1ADE (or 0xBB1ADE) is known color: Deep Magenta. HEX triplet: BB, 1A and DE. RGB value is (187,26,222). Sum of RGB (Red+Green+Blue) = 187+26+222=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB1ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ADE is #44E521. Grayscale: #5F5F5F. Windows color (decimal): -4515106 or 14555835. OLE color: 14555835.
HSL color Cylindrical-coordinate representation of color #BB1ADE: hue angle of 289.29º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1ADE is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 26 | 222 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.13 |
| HSL | 289.29º | 0.79% | 0.49% | - |
| HSV(B) | 289.29º | 0.88% | 0.87% | - |
| XYZ | 34.05 | 16.58 | 70.51 | - |
| YUV | 96.48 | 198.84 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 222 | 0.16 | 0.88 | 0 | 0.13 | 289.29 | 0.79 | 0.49 |
| Hex | BB | 1A | DE | 10 | 58 | 0 | D | 121 | 4F | 31 |
| Octal | 273 | 32 | 336 | 20 | 130 | 0 | 15 | 441 | 117 | 61 |
| Binary | 10111011 | 11010 | 11011110 | 10000 | 1011000 | 0 | 1101 | 100100001 | 1001111 | 110001 |
Color Harmonies of #BB1ADE
Complementary color
Monochromatic Colors of #BB1ADE
Black with #BB1ADE
Text Example
Text Example
White with #BB1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1ADE; }
p { color: rgb(187,26,222); }
H1.HeaderClassName
{
color: #BB1ADE;
}
.AnyTagClassName
{
color: #BB1ADE;
}
</style>
background-color css
<style>
a { background-color: #BB1ADE; }
a { background-color: rgb(187,26,222); }
div.DivClassName
{
background-color: #BB1ADE;
}
.BgClassName
{
background-color: #BB1ADE;
}
</style>
border-color css
<style>
span { border-color: #BB1ADE; }
span { border-color: rgb(187,26,222); }
td.TdClassName
{
border-color: #BB1ADE;
}
.TagClassName
{
border-color: #BB1ADE;
}
</style>