Shades of Deep Magenta #BB1EB5
Tints of Deep Magenta #BB1EB5
RGB
CMYK
RGB Variations
Color information
#BB1EB5 (or 0xBB1EB5) is known color: Deep Magenta. HEX triplet: BB, 1E and B5. RGB value is (187,30,181). Sum of RGB (Red+Green+Blue) = 187+30+181=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1EB5 is #44E14A. Grayscale: #5D5D5D. Windows color (decimal): -4514123 or 11869883. OLE color: 11869883.
HSL color Cylindrical-coordinate representation of color #BB1EB5: hue angle of 302.29º 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 #BB1EB5 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 30 | 181 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.27 |
| HSL | 302.29º | 0.72% | 0.43% | - |
| HSV(B) | 302.29º | 0.84% | 0.73% | - |
| XYZ | 29.3 | 14.83 | 45.03 | - |
| YUV | 94.16 | 177.01 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 181 | 0 | 0.84 | 0.03 | 0.27 | 302.29 | 0.72 | 0.43 |
| Hex | BB | 1E | B5 | 0 | 54 | 3 | 1B | 12E | 48 | 2B |
| Octal | 273 | 36 | 265 | 0 | 124 | 3 | 33 | 456 | 110 | 53 |
| Binary | 10111011 | 11110 | 10110101 | 0 | 1010100 | 11 | 11011 | 100101110 | 1001000 | 101011 |
Color Harmonies of #BB1EB5
Complementary color
Monochromatic Colors of #BB1EB5
Black with #BB1EB5
Text Example
Text Example
White with #BB1EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1EB5; }
p { color: rgb(187,30,181); }
H1.HeaderClassName
{
color: #BB1EB5;
}
.AnyTagClassName
{
color: #BB1EB5;
}
</style>
background-color css
<style>
a { background-color: #BB1EB5; }
a { background-color: rgb(187,30,181); }
div.DivClassName
{
background-color: #BB1EB5;
}
.BgClassName
{
background-color: #BB1EB5;
}
</style>
border-color css
<style>
span { border-color: #BB1EB5; }
span { border-color: rgb(187,30,181); }
td.TdClassName
{
border-color: #BB1EB5;
}
.TagClassName
{
border-color: #BB1EB5;
}
</style>