Shades of Electric Purple #BB29EC
Tints of Electric Purple #BB29EC
RGB
CMYK
RGB Variations
Color information
#BB29EC (or 0xBB29EC) is known color: Electric Purple. HEX triplet: BB, 29 and EC. RGB value is (187,41,236). Sum of RGB (Red+Green+Blue) = 187+41+236=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB29EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB29EC is #44D613. Grayscale: #6A6A6A. Windows color (decimal): -4511252 or 15477179. OLE color: 15477179.
HSL color Cylindrical-coordinate representation of color #BB29EC: hue angle of 284.92º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB29EC is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 41 | 236 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.07 |
| HSL | 284.92º | 0.84% | 0.54% | - |
| HSV(B) | 284.92º | 0.83% | 0.93% | - |
| XYZ | 36.43 | 18.21 | 80.95 | - |
| YUV | 106.88 | 200.87 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 236 | 0.21 | 0.83 | 0 | 0.07 | 284.92 | 0.84 | 0.54 |
| Hex | BB | 29 | EC | 15 | 53 | 0 | 7 | 11D | 54 | 36 |
| Octal | 273 | 51 | 354 | 25 | 123 | 0 | 7 | 435 | 124 | 66 |
| Binary | 10111011 | 101001 | 11101100 | 10101 | 1010011 | 0 | 111 | 100011101 | 1010100 | 110110 |
Color Harmonies of #BB29EC
Complementary color
Monochromatic Colors of #BB29EC
Black with #BB29EC
Text Example
Text Example
White with #BB29EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29EC; }
p { color: rgb(187,41,236); }
H1.HeaderClassName
{
color: #BB29EC;
}
.AnyTagClassName
{
color: #BB29EC;
}
</style>
background-color css
<style>
a { background-color: #BB29EC; }
a { background-color: rgb(187,41,236); }
div.DivClassName
{
background-color: #BB29EC;
}
.BgClassName
{
background-color: #BB29EC;
}
</style>
border-color css
<style>
span { border-color: #BB29EC; }
span { border-color: rgb(187,41,236); }
td.TdClassName
{
border-color: #BB29EC;
}
.TagClassName
{
border-color: #BB29EC;
}
</style>