Shades of Deep Magenta #BB1ECC
Tints of Deep Magenta #BB1ECC
RGB
CMYK
RGB Variations
Color information
#BB1ECC (or 0xBB1ECC) is known color: Deep Magenta. HEX triplet: BB, 1E and CC. RGB value is (187,30,204). Sum of RGB (Red+Green+Blue) = 187+30+204=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB1ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ECC is #44E133. Grayscale: #606060. Windows color (decimal): -4514100 or 13377211. OLE color: 13377211.
HSL color Cylindrical-coordinate representation of color #BB1ECC: hue angle of 294.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1ECC is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 30 | 204 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.2 |
| HSL | 294.14º | 0.74% | 0.46% | - |
| HSV(B) | 294.14º | 0.85% | 0.8% | - |
| XYZ | 31.86 | 15.85 | 58.51 | - |
| YUV | 96.78 | 188.51 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 204 | 0.08 | 0.85 | 0 | 0.2 | 294.14 | 0.74 | 0.46 |
| Hex | BB | 1E | CC | 8 | 55 | 0 | 14 | 126 | 4A | 2E |
| Octal | 273 | 36 | 314 | 10 | 125 | 0 | 24 | 446 | 112 | 56 |
| Binary | 10111011 | 11110 | 11001100 | 1000 | 1010101 | 0 | 10100 | 100100110 | 1001010 | 101110 |
Color Harmonies of #BB1ECC
Complementary color
Monochromatic Colors of #BB1ECC
Black with #BB1ECC
Text Example
Text Example
White with #BB1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1ECC; }
p { color: rgb(187,30,204); }
H1.HeaderClassName
{
color: #BB1ECC;
}
.AnyTagClassName
{
color: #BB1ECC;
}
</style>
background-color css
<style>
a { background-color: #BB1ECC; }
a { background-color: rgb(187,30,204); }
div.DivClassName
{
background-color: #BB1ECC;
}
.BgClassName
{
background-color: #BB1ECC;
}
</style>
border-color css
<style>
span { border-color: #BB1ECC; }
span { border-color: rgb(187,30,204); }
td.TdClassName
{
border-color: #BB1ECC;
}
.TagClassName
{
border-color: #BB1ECC;
}
</style>