Shades of Deep Magenta #BB1EBA
Tints of Deep Magenta #BB1EBA
RGB
CMYK
RGB Variations
Color information
#BB1EBA (or 0xBB1EBA) is known color: Deep Magenta. HEX triplet: BB, 1E and BA. RGB value is (187,30,186). Sum of RGB (Red+Green+Blue) = 187+30+186=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1EBA is #44E145. Grayscale: #5E5E5E. Windows color (decimal): -4514118 or 12197563. OLE color: 12197563.
HSL color Cylindrical-coordinate representation of color #BB1EBA: hue angle of 300.38º 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 #BB1EBA is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 30 | 186 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.27 |
| HSL | 300.38º | 0.72% | 0.43% | - |
| HSV(B) | 300.38º | 0.84% | 0.73% | - |
| XYZ | 29.82 | 15.04 | 47.79 | - |
| YUV | 94.73 | 179.51 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 186 | 0 | 0.84 | 0.01 | 0.27 | 300.38 | 0.72 | 0.43 |
| Hex | BB | 1E | BA | 0 | 54 | 1 | 1B | 12C | 48 | 2B |
| Octal | 273 | 36 | 272 | 0 | 124 | 1 | 33 | 454 | 110 | 53 |
| Binary | 10111011 | 11110 | 10111010 | 0 | 1010100 | 1 | 11011 | 100101100 | 1001000 | 101011 |
Color Harmonies of #BB1EBA
Complementary color
Monochromatic Colors of #BB1EBA
Black with #BB1EBA
Text Example
Text Example
White with #BB1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1EBA; }
p { color: rgb(187,30,186); }
H1.HeaderClassName
{
color: #BB1EBA;
}
.AnyTagClassName
{
color: #BB1EBA;
}
</style>
background-color css
<style>
a { background-color: #BB1EBA; }
a { background-color: rgb(187,30,186); }
div.DivClassName
{
background-color: #BB1EBA;
}
.BgClassName
{
background-color: #BB1EBA;
}
</style>
border-color css
<style>
span { border-color: #BB1EBA; }
span { border-color: rgb(187,30,186); }
td.TdClassName
{
border-color: #BB1EBA;
}
.TagClassName
{
border-color: #BB1EBA;
}
</style>