Shades of Deep Magenta #BB0DDE
Tints of Deep Magenta #BB0DDE
RGB
CMYK
RGB Variations
Color information
#BB0DDE (or 0xBB0DDE) is known color: Deep Magenta. HEX triplet: BB, 0D and DE. RGB value is (187,13,222). Sum of RGB (Red+Green+Blue) = 187+13+222=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB0DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DDE is #44F221. Grayscale: #585858. Windows color (decimal): -4518434 or 14552507. OLE color: 14552507.
HSL color Cylindrical-coordinate representation of color #BB0DDE: hue angle of 289.95º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0DDE is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 13 | 222 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.13 |
| HSL | 289.95º | 0.89% | 0.46% | - |
| HSV(B) | 289.95º | 0.94% | 0.87% | - |
| XYZ | 33.82 | 16.13 | 70.44 | - |
| YUV | 88.85 | 203.15 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 222 | 0.16 | 0.94 | 0 | 0.13 | 289.95 | 0.89 | 0.46 |
| Hex | BB | D | DE | 10 | 5E | 0 | D | 122 | 59 | 2E |
| Octal | 273 | 15 | 336 | 20 | 136 | 0 | 15 | 442 | 131 | 56 |
| Binary | 10111011 | 1101 | 11011110 | 10000 | 1011110 | 0 | 1101 | 100100010 | 1011001 | 101110 |
Color Harmonies of #BB0DDE
Complementary color
Monochromatic Colors of #BB0DDE
Black with #BB0DDE
Text Example
Text Example
White with #BB0DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DDE; }
p { color: rgb(187,13,222); }
H1.HeaderClassName
{
color: #BB0DDE;
}
.AnyTagClassName
{
color: #BB0DDE;
}
</style>
background-color css
<style>
a { background-color: #BB0DDE; }
a { background-color: rgb(187,13,222); }
div.DivClassName
{
background-color: #BB0DDE;
}
.BgClassName
{
background-color: #BB0DDE;
}
</style>
border-color css
<style>
span { border-color: #BB0DDE; }
span { border-color: rgb(187,13,222); }
td.TdClassName
{
border-color: #BB0DDE;
}
.TagClassName
{
border-color: #BB0DDE;
}
</style>