Shades of Deep Magenta #BB1BDD
Tints of Deep Magenta #BB1BDD
RGB
CMYK
RGB Variations
Color information
#BB1BDD (or 0xBB1BDD) is known color: Deep Magenta. HEX triplet: BB, 1B and DD. RGB value is (187,27,221). Sum of RGB (Red+Green+Blue) = 187+27+221=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB1BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BDD is #44E422. Grayscale: #606060. Windows color (decimal): -4514851 or 14490555. OLE color: 14490555.
HSL color Cylindrical-coordinate representation of color #BB1BDD: hue angle of 289.48º degrees, saturation: 0.78, 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 #BB1BDD is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 27 | 221 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.13 |
| HSL | 289.48º | 0.78% | 0.49% | - |
| HSV(B) | 289.48º | 0.88% | 0.87% | - |
| XYZ | 33.94 | 16.57 | 69.82 | - |
| YUV | 96.96 | 198.01 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 221 | 0.15 | 0.88 | 0 | 0.13 | 289.48 | 0.78 | 0.49 |
| Hex | BB | 1B | DD | F | 58 | 0 | D | 121 | 4E | 31 |
| Octal | 273 | 33 | 335 | 17 | 130 | 0 | 15 | 441 | 116 | 61 |
| Binary | 10111011 | 11011 | 11011101 | 1111 | 1011000 | 0 | 1101 | 100100001 | 1001110 | 110001 |
Color Harmonies of #BB1BDD
Complementary color
Monochromatic Colors of #BB1BDD
Black with #BB1BDD
Text Example
Text Example
White with #BB1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BDD; }
p { color: rgb(187,27,221); }
H1.HeaderClassName
{
color: #BB1BDD;
}
.AnyTagClassName
{
color: #BB1BDD;
}
</style>
background-color css
<style>
a { background-color: #BB1BDD; }
a { background-color: rgb(187,27,221); }
div.DivClassName
{
background-color: #BB1BDD;
}
.BgClassName
{
background-color: #BB1BDD;
}
</style>
border-color css
<style>
span { border-color: #BB1BDD; }
span { border-color: rgb(187,27,221); }
td.TdClassName
{
border-color: #BB1BDD;
}
.TagClassName
{
border-color: #BB1BDD;
}
</style>