Shades of Electric Purple #BB20FE
Tints of Electric Purple #BB20FE
RGB
CMYK
RGB Variations
Color information
#BB20FE (or 0xBB20FE) is known color: Electric Purple. HEX triplet: BB, 20 and FE. RGB value is (187,32,254). Sum of RGB (Red+Green+Blue) = 187+32+254=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB20FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB20FE is #44DF01. Grayscale: #666666. Windows color (decimal): -4513538 or 16654523. OLE color: 16654523.
HSL color Cylindrical-coordinate representation of color #BB20FE: hue angle of 281.89º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB20FE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 32 | 254 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.00 |
| HSL | 281.89º | 0.99% | 0.56% | - |
| HSV(B) | 281.89º | 0.87% | 1% | - |
| XYZ | 38.9 | 18.75 | 95.34 | - |
| YUV | 103.65 | 212.85 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 254 | 0.26 | 0.87 | 0 | 0.00 | 281.89 | 0.99 | 0.56 |
| Hex | BB | 20 | FE | 1A | 57 | 0 | 0 | 11A | 63 | 38 |
| Octal | 273 | 40 | 376 | 32 | 127 | 0 | 0 | 432 | 143 | 70 |
| Binary | 10111011 | 100000 | 11111110 | 11010 | 1010111 | 0 | 0 | 100011010 | 1100011 | 111000 |
Color Harmonies of #BB20FE
Complementary color
Monochromatic Colors of #BB20FE
Black with #BB20FE
Text Example
Text Example
White with #BB20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20FE; }
p { color: rgb(187,32,254); }
H1.HeaderClassName
{
color: #BB20FE;
}
.AnyTagClassName
{
color: #BB20FE;
}
</style>
background-color css
<style>
a { background-color: #BB20FE; }
a { background-color: rgb(187,32,254); }
div.DivClassName
{
background-color: #BB20FE;
}
.BgClassName
{
background-color: #BB20FE;
}
</style>
border-color css
<style>
span { border-color: #BB20FE; }
span { border-color: rgb(187,32,254); }
td.TdClassName
{
border-color: #BB20FE;
}
.TagClassName
{
border-color: #BB20FE;
}
</style>