Shades of Deep Magenta #BB0DDD
Tints of Deep Magenta #BB0DDD
RGB
CMYK
RGB Variations
Color information
#BB0DDD (or 0xBB0DDD) is known color: Deep Magenta. HEX triplet: BB, 0D and DD. RGB value is (187,13,221). Sum of RGB (Red+Green+Blue) = 187+13+221=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB0DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DDD is #44F222. Grayscale: #585858. Windows color (decimal): -4518435 or 14486971. OLE color: 14486971.
HSL color Cylindrical-coordinate representation of color #BB0DDD: hue angle of 290.19º 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 #BB0DDD is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 13 | 221 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.13 |
| HSL | 290.19º | 0.89% | 0.46% | - |
| HSV(B) | 290.19º | 0.94% | 0.87% | - |
| XYZ | 33.69 | 16.07 | 69.73 | - |
| YUV | 88.74 | 202.65 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 221 | 0.15 | 0.94 | 0 | 0.13 | 290.19 | 0.89 | 0.46 |
| Hex | BB | D | DD | F | 5E | 0 | D | 122 | 59 | 2E |
| Octal | 273 | 15 | 335 | 17 | 136 | 0 | 15 | 442 | 131 | 56 |
| Binary | 10111011 | 1101 | 11011101 | 1111 | 1011110 | 0 | 1101 | 100100010 | 1011001 | 101110 |
Color Harmonies of #BB0DDD
Complementary color
Monochromatic Colors of #BB0DDD
Black with #BB0DDD
Text Example
Text Example
White with #BB0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DDD; }
p { color: rgb(187,13,221); }
H1.HeaderClassName
{
color: #BB0DDD;
}
.AnyTagClassName
{
color: #BB0DDD;
}
</style>
background-color css
<style>
a { background-color: #BB0DDD; }
a { background-color: rgb(187,13,221); }
div.DivClassName
{
background-color: #BB0DDD;
}
.BgClassName
{
background-color: #BB0DDD;
}
</style>
border-color css
<style>
span { border-color: #BB0DDD; }
span { border-color: rgb(187,13,221); }
td.TdClassName
{
border-color: #BB0DDD;
}
.TagClassName
{
border-color: #BB0DDD;
}
</style>