Shades of Deep Magenta #BB1DD0
Tints of Deep Magenta #BB1DD0
RGB
CMYK
RGB Variations
Color information
#BB1DD0 (or 0xBB1DD0) is known color: Deep Magenta. HEX triplet: BB, 1D and D0. RGB value is (187,29,208). Sum of RGB (Red+Green+Blue) = 187+29+208=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB1DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DD0 is #44E22F. Grayscale: #606060. Windows color (decimal): -4514352 or 13639099. OLE color: 13639099.
HSL color Cylindrical-coordinate representation of color #BB1DD0: hue angle of 292.96º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1DD0 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 29 | 208 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.18 |
| HSL | 292.96º | 0.76% | 0.46% | - |
| HSV(B) | 292.96º | 0.86% | 0.82% | - |
| XYZ | 32.32 | 16 | 61.06 | - |
| YUV | 96.65 | 190.85 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 208 | 0.10 | 0.86 | 0 | 0.18 | 292.96 | 0.76 | 0.46 |
| Hex | BB | 1D | D0 | A | 56 | 0 | 12 | 125 | 4C | 2E |
| Octal | 273 | 35 | 320 | 12 | 126 | 0 | 22 | 445 | 114 | 56 |
| Binary | 10111011 | 11101 | 11010000 | 1010 | 1010110 | 0 | 10010 | 100100101 | 1001100 | 101110 |
Color Harmonies of #BB1DD0
Complementary color
Monochromatic Colors of #BB1DD0
Black with #BB1DD0
Text Example
Text Example
White with #BB1DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DD0; }
p { color: rgb(187,29,208); }
H1.HeaderClassName
{
color: #BB1DD0;
}
.AnyTagClassName
{
color: #BB1DD0;
}
</style>
background-color css
<style>
a { background-color: #BB1DD0; }
a { background-color: rgb(187,29,208); }
div.DivClassName
{
background-color: #BB1DD0;
}
.BgClassName
{
background-color: #BB1DD0;
}
</style>
border-color css
<style>
span { border-color: #BB1DD0; }
span { border-color: rgb(187,29,208); }
td.TdClassName
{
border-color: #BB1DD0;
}
.TagClassName
{
border-color: #BB1DD0;
}
</style>