Shades of Electric Purple #BB29FE
Tints of Electric Purple #BB29FE
RGB
CMYK
RGB Variations
Color information
#BB29FE (or 0xBB29FE) is known color: Electric Purple. HEX triplet: BB, 29 and FE. RGB value is (187,41,254). Sum of RGB (Red+Green+Blue) = 187+41+254=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB29FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB29FE is #44D601. Grayscale: #6C6C6C. Windows color (decimal): -4511234 or 16656827. OLE color: 16656827.
HSL color Cylindrical-coordinate representation of color #BB29FE: hue angle of 281.13º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB29FE is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 41 | 254 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.00 |
| HSL | 281.13º | 0.99% | 0.58% | - |
| HSV(B) | 281.13º | 0.84% | 1% | - |
| XYZ | 39.18 | 19.31 | 95.43 | - |
| YUV | 108.94 | 209.87 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 254 | 0.26 | 0.84 | 0 | 0.00 | 281.13 | 0.99 | 0.58 |
| Hex | BB | 29 | FE | 1A | 54 | 0 | 0 | 119 | 63 | 3A |
| Octal | 273 | 51 | 376 | 32 | 124 | 0 | 0 | 431 | 143 | 72 |
| Binary | 10111011 | 101001 | 11111110 | 11010 | 1010100 | 0 | 0 | 100011001 | 1100011 | 111010 |
Color Harmonies of #BB29FE
Complementary color
Monochromatic Colors of #BB29FE
Black with #BB29FE
Text Example
Text Example
White with #BB29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29FE; }
p { color: rgb(187,41,254); }
H1.HeaderClassName
{
color: #BB29FE;
}
.AnyTagClassName
{
color: #BB29FE;
}
</style>
background-color css
<style>
a { background-color: #BB29FE; }
a { background-color: rgb(187,41,254); }
div.DivClassName
{
background-color: #BB29FE;
}
.BgClassName
{
background-color: #BB29FE;
}
</style>
border-color css
<style>
span { border-color: #BB29FE; }
span { border-color: rgb(187,41,254); }
td.TdClassName
{
border-color: #BB29FE;
}
.TagClassName
{
border-color: #BB29FE;
}
</style>