Shades of Deep Magenta #BB1EB2
Tints of Deep Magenta #BB1EB2
RGB
CMYK
RGB Variations
Color information
#BB1EB2 (or 0xBB1EB2) is known color: Deep Magenta. HEX triplet: BB, 1E and B2. RGB value is (187,30,178). Sum of RGB (Red+Green+Blue) = 187+30+178=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1EB2 is #44E14D. Grayscale: #5D5D5D. Windows color (decimal): -4514126 or 11673275. OLE color: 11673275.
HSL color Cylindrical-coordinate representation of color #BB1EB2: hue angle of 303.44º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1EB2 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 30 | 178 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.27 |
| HSL | 303.44º | 0.72% | 0.43% | - |
| HSV(B) | 303.44º | 0.84% | 0.73% | - |
| XYZ | 28.99 | 14.71 | 43.43 | - |
| YUV | 93.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 178 | 0 | 0.84 | 0.05 | 0.27 | 303.44 | 0.72 | 0.43 |
| Hex | BB | 1E | B2 | 0 | 54 | 5 | 1B | 12F | 48 | 2B |
| Octal | 273 | 36 | 262 | 0 | 124 | 5 | 33 | 457 | 110 | 53 |
| Binary | 10111011 | 11110 | 10110010 | 0 | 1010100 | 101 | 11011 | 100101111 | 1001000 | 101011 |
Color Harmonies of #BB1EB2
Complementary color
Monochromatic Colors of #BB1EB2
Black with #BB1EB2
Text Example
Text Example
White with #BB1EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1EB2; }
p { color: rgb(187,30,178); }
H1.HeaderClassName
{
color: #BB1EB2;
}
.AnyTagClassName
{
color: #BB1EB2;
}
</style>
background-color css
<style>
a { background-color: #BB1EB2; }
a { background-color: rgb(187,30,178); }
div.DivClassName
{
background-color: #BB1EB2;
}
.BgClassName
{
background-color: #BB1EB2;
}
</style>
border-color css
<style>
span { border-color: #BB1EB2; }
span { border-color: rgb(187,30,178); }
td.TdClassName
{
border-color: #BB1EB2;
}
.TagClassName
{
border-color: #BB1EB2;
}
</style>