Shades of Deep Magenta #BB0EC1
Tints of Deep Magenta #BB0EC1
RGB
CMYK
RGB Variations
Color information
#BB0EC1 (or 0xBB0EC1) is known color: Deep Magenta. HEX triplet: BB, 0E and C1. RGB value is (187,14,193). Sum of RGB (Red+Green+Blue) = 187+14+193=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB0EC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EC1 is #44F13E. Grayscale: #555555. Windows color (decimal): -4518207 or 12652219. OLE color: 12652219.
HSL color Cylindrical-coordinate representation of color #BB0EC1: hue angle of 297.99º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0EC1 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 14 | 193 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.24 |
| HSL | 297.99º | 0.86% | 0.41% | - |
| HSV(B) | 297.99º | 0.93% | 0.76% | - |
| XYZ | 30.28 | 14.73 | 51.7 | - |
| YUV | 86.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 193 | 0.03 | 0.93 | 0 | 0.24 | 297.99 | 0.86 | 0.41 |
| Hex | BB | E | C1 | 3 | 5D | 0 | 18 | 12A | 56 | 29 |
| Octal | 273 | 16 | 301 | 3 | 135 | 0 | 30 | 452 | 126 | 51 |
| Binary | 10111011 | 1110 | 11000001 | 11 | 1011101 | 0 | 11000 | 100101010 | 1010110 | 101001 |
Color Harmonies of #BB0EC1
Complementary color
Monochromatic Colors of #BB0EC1
Black with #BB0EC1
Text Example
Text Example
White with #BB0EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0EC1; }
p { color: rgb(187,14,193); }
H1.HeaderClassName
{
color: #BB0EC1;
}
.AnyTagClassName
{
color: #BB0EC1;
}
</style>
background-color css
<style>
a { background-color: #BB0EC1; }
a { background-color: rgb(187,14,193); }
div.DivClassName
{
background-color: #BB0EC1;
}
.BgClassName
{
background-color: #BB0EC1;
}
</style>
border-color css
<style>
span { border-color: #BB0EC1; }
span { border-color: rgb(187,14,193); }
td.TdClassName
{
border-color: #BB0EC1;
}
.TagClassName
{
border-color: #BB0EC1;
}
</style>