Shades of Deep Magenta #BB0CDD
Tints of Deep Magenta #BB0CDD
RGB
CMYK
RGB Variations
Color information
#BB0CDD (or 0xBB0CDD) is known color: Deep Magenta. HEX triplet: BB, 0C and DD. RGB value is (187,12,221). Sum of RGB (Red+Green+Blue) = 187+12+221=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CDD is #44F322. Grayscale: #575757. Windows color (decimal): -4518691 or 14486715. OLE color: 14486715.
HSL color Cylindrical-coordinate representation of color #BB0CDD: hue angle of 290.24º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0CDD is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 12 | 221 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.13 |
| HSL | 290.24º | 0.9% | 0.46% | - |
| HSV(B) | 290.24º | 0.95% | 0.87% | - |
| XYZ | 33.68 | 16.05 | 69.73 | - |
| YUV | 88.15 | 202.98 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 221 | 0.15 | 0.95 | 0 | 0.13 | 290.24 | 0.9 | 0.46 |
| Hex | BB | C | DD | F | 5F | 0 | D | 122 | 5A | 2E |
| Octal | 273 | 14 | 335 | 17 | 137 | 0 | 15 | 442 | 132 | 56 |
| Binary | 10111011 | 1100 | 11011101 | 1111 | 1011111 | 0 | 1101 | 100100010 | 1011010 | 101110 |
Color Harmonies of #BB0CDD
Complementary color
Monochromatic Colors of #BB0CDD
Black with #BB0CDD
Text Example
Text Example
White with #BB0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CDD; }
p { color: rgb(187,12,221); }
H1.HeaderClassName
{
color: #BB0CDD;
}
.AnyTagClassName
{
color: #BB0CDD;
}
</style>
background-color css
<style>
a { background-color: #BB0CDD; }
a { background-color: rgb(187,12,221); }
div.DivClassName
{
background-color: #BB0CDD;
}
.BgClassName
{
background-color: #BB0CDD;
}
</style>
border-color css
<style>
span { border-color: #BB0CDD; }
span { border-color: rgb(187,12,221); }
td.TdClassName
{
border-color: #BB0CDD;
}
.TagClassName
{
border-color: #BB0CDD;
}
</style>