Shades of Deep Magenta #BB1ECB
Tints of Deep Magenta #BB1ECB
RGB
CMYK
RGB Variations
Color information
#BB1ECB (or 0xBB1ECB) is known color: Deep Magenta. HEX triplet: BB, 1E and CB. RGB value is (187,30,203). Sum of RGB (Red+Green+Blue) = 187+30+203=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB1ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ECB is #44E134. Grayscale: #606060. Windows color (decimal): -4514101 or 13311675. OLE color: 13311675.
HSL color Cylindrical-coordinate representation of color #BB1ECB: hue angle of 294.45º 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 #BB1ECB is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 30 | 203 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.20 |
| HSL | 294.45º | 0.74% | 0.46% | - |
| HSV(B) | 294.45º | 0.85% | 0.8% | - |
| XYZ | 31.74 | 15.81 | 57.88 | - |
| YUV | 96.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 203 | 0.08 | 0.85 | 0 | 0.20 | 294.45 | 0.74 | 0.46 |
| Hex | BB | 1E | CB | 8 | 55 | 0 | 14 | 126 | 4A | 2E |
| Octal | 273 | 36 | 313 | 10 | 125 | 0 | 24 | 446 | 112 | 56 |
| Binary | 10111011 | 11110 | 11001011 | 1000 | 1010101 | 0 | 10100 | 100100110 | 1001010 | 101110 |
Color Harmonies of #BB1ECB
Complementary color
Monochromatic Colors of #BB1ECB
Black with #BB1ECB
Text Example
Text Example
White with #BB1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1ECB; }
p { color: rgb(187,30,203); }
H1.HeaderClassName
{
color: #BB1ECB;
}
.AnyTagClassName
{
color: #BB1ECB;
}
</style>
background-color css
<style>
a { background-color: #BB1ECB; }
a { background-color: rgb(187,30,203); }
div.DivClassName
{
background-color: #BB1ECB;
}
.BgClassName
{
background-color: #BB1ECB;
}
</style>
border-color css
<style>
span { border-color: #BB1ECB; }
span { border-color: rgb(187,30,203); }
td.TdClassName
{
border-color: #BB1ECB;
}
.TagClassName
{
border-color: #BB1ECB;
}
</style>