Shades of Deep Magenta #BB00E0
Tints of Deep Magenta #BB00E0
RGB
CMYK
RGB Variations
Color information
#BB00E0 (or 0xBB00E0) is known color: Deep Magenta. HEX triplet: BB, 00 and E0. RGB value is (187,0,224). Sum of RGB (Red+Green+Blue) = 187+0+224=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB00E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00E0 is #44FF1F. Grayscale: #505050. Windows color (decimal): -4521760 or 14680251. OLE color: 14680251.
HSL color Cylindrical-coordinate representation of color #BB00E0: hue angle of 290.09º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00E0 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 0 | 224 | - |
| CMYK | 0.17 | 1 | 0 | 0.12 |
| HSL | 290.09º | 1% | 0.44% | - |
| HSV(B) | 290.09º | 1% | 0.88% | - |
| XYZ | 33.95 | 15.95 | 71.81 | - |
| YUV | 81.45 | 208.45 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 224 | 0.17 | 1 | 0 | 0.12 | 290.09 | 1 | 0.44 |
| Hex | BB | 0 | E0 | 11 | 64 | 0 | C | 122 | 64 | 2C |
| Octal | 273 | 0 | 340 | 21 | 144 | 0 | 14 | 442 | 144 | 54 |
| Binary | 10111011 | 0 | 11100000 | 10001 | 1100100 | 0 | 1100 | 100100010 | 1100100 | 101100 |
Color Harmonies of #BB00E0
Complementary color
Monochromatic Colors of #BB00E0
Black with #BB00E0
Text Example
Text Example
White with #BB00E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00E0; }
p { color: rgb(187,0,224); }
H1.HeaderClassName
{
color: #BB00E0;
}
.AnyTagClassName
{
color: #BB00E0;
}
</style>
background-color css
<style>
a { background-color: #BB00E0; }
a { background-color: rgb(187,0,224); }
div.DivClassName
{
background-color: #BB00E0;
}
.BgClassName
{
background-color: #BB00E0;
}
</style>
border-color css
<style>
span { border-color: #BB00E0; }
span { border-color: rgb(187,0,224); }
td.TdClassName
{
border-color: #BB00E0;
}
.TagClassName
{
border-color: #BB00E0;
}
</style>