Shades of Deep Magenta #BB0DCC
Tints of Deep Magenta #BB0DCC
RGB
CMYK
RGB Variations
Color information
#BB0DCC (or 0xBB0DCC) is known color: Deep Magenta. HEX triplet: BB, 0D and CC. RGB value is (187,13,204). Sum of RGB (Red+Green+Blue) = 187+13+204=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB0DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DCC is #44F233. Grayscale: #565656. Windows color (decimal): -4518452 or 13372859. OLE color: 13372859.
HSL color Cylindrical-coordinate representation of color #BB0DCC: hue angle of 294.66º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0DCC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 13 | 204 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.2 |
| HSL | 294.66º | 0.88% | 0.43% | - |
| HSV(B) | 294.66º | 0.94% | 0.8% | - |
| XYZ | 31.54 | 15.21 | 58.4 | - |
| YUV | 86.8 | 194.15 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 204 | 0.08 | 0.94 | 0 | 0.2 | 294.66 | 0.88 | 0.43 |
| Hex | BB | D | CC | 8 | 5E | 0 | 14 | 127 | 58 | 2B |
| Octal | 273 | 15 | 314 | 10 | 136 | 0 | 24 | 447 | 130 | 53 |
| Binary | 10111011 | 1101 | 11001100 | 1000 | 1011110 | 0 | 10100 | 100100111 | 1011000 | 101011 |
Color Harmonies of #BB0DCC
Complementary color
Monochromatic Colors of #BB0DCC
Black with #BB0DCC
Text Example
Text Example
White with #BB0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DCC; }
p { color: rgb(187,13,204); }
H1.HeaderClassName
{
color: #BB0DCC;
}
.AnyTagClassName
{
color: #BB0DCC;
}
</style>
background-color css
<style>
a { background-color: #BB0DCC; }
a { background-color: rgb(187,13,204); }
div.DivClassName
{
background-color: #BB0DCC;
}
.BgClassName
{
background-color: #BB0DCC;
}
</style>
border-color css
<style>
span { border-color: #BB0DCC; }
span { border-color: rgb(187,13,204); }
td.TdClassName
{
border-color: #BB0DCC;
}
.TagClassName
{
border-color: #BB0DCC;
}
</style>