Shades of Deep Magenta #BB0BDD
Tints of Deep Magenta #BB0BDD
RGB
CMYK
RGB Variations
Color information
#BB0BDD (or 0xBB0BDD) is known color: Deep Magenta. HEX triplet: BB, 0B and DD. RGB value is (187,11,221). Sum of RGB (Red+Green+Blue) = 187+11+221=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB0BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BDD is #44F422. Grayscale: #565656. Windows color (decimal): -4518947 or 14486459. OLE color: 14486459.
HSL color Cylindrical-coordinate representation of color #BB0BDD: hue angle of 290.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0BDD is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 11 | 221 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.13 |
| HSL | 290.29º | 0.91% | 0.45% | - |
| HSV(B) | 290.29º | 0.95% | 0.87% | - |
| XYZ | 33.66 | 16.02 | 69.73 | - |
| YUV | 87.56 | 203.31 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 221 | 0.15 | 0.95 | 0 | 0.13 | 290.29 | 0.91 | 0.45 |
| Hex | BB | B | DD | F | 5F | 0 | D | 122 | 5B | 2D |
| Octal | 273 | 13 | 335 | 17 | 137 | 0 | 15 | 442 | 133 | 55 |
| Binary | 10111011 | 1011 | 11011101 | 1111 | 1011111 | 0 | 1101 | 100100010 | 1011011 | 101101 |
Color Harmonies of #BB0BDD
Complementary color
Monochromatic Colors of #BB0BDD
Black with #BB0BDD
Text Example
Text Example
White with #BB0BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BDD; }
p { color: rgb(187,11,221); }
H1.HeaderClassName
{
color: #BB0BDD;
}
.AnyTagClassName
{
color: #BB0BDD;
}
</style>
background-color css
<style>
a { background-color: #BB0BDD; }
a { background-color: rgb(187,11,221); }
div.DivClassName
{
background-color: #BB0BDD;
}
.BgClassName
{
background-color: #BB0BDD;
}
</style>
border-color css
<style>
span { border-color: #BB0BDD; }
span { border-color: rgb(187,11,221); }
td.TdClassName
{
border-color: #BB0BDD;
}
.TagClassName
{
border-color: #BB0BDD;
}
</style>