Shades of Electric Purple #BB1EF4
Tints of Electric Purple #BB1EF4
RGB
CMYK
RGB Variations
Color information
#BB1EF4 (or 0xBB1EF4) is known color: Electric Purple. HEX triplet: BB, 1E and F4. RGB value is (187,30,244). Sum of RGB (Red+Green+Blue) = 187+30+244=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 244 (95.70% from 255 or 52.93% from 461); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB1EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EF4 is #44E10B. Grayscale: #646464. Windows color (decimal): -4514060 or 15998651. OLE color: 15998651.
HSL color Cylindrical-coordinate representation of color #BB1EF4: hue angle of 284.02º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1EF4 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 30 | 244 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.04 |
| HSL | 284.02º | 0.91% | 0.54% | - |
| HSV(B) | 284.02º | 0.88% | 0.96% | - |
| XYZ | 37.29 | 18.03 | 87.1 | - |
| YUV | 101.34 | 208.51 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 244 | 0.23 | 0.88 | 0 | 0.04 | 284.02 | 0.91 | 0.54 |
| Hex | BB | 1E | F4 | 17 | 58 | 0 | 4 | 11C | 5B | 36 |
| Octal | 273 | 36 | 364 | 27 | 130 | 0 | 4 | 434 | 133 | 66 |
| Binary | 10111011 | 11110 | 11110100 | 10111 | 1011000 | 0 | 100 | 100011100 | 1011011 | 110110 |
Color Harmonies of #BB1EF4
Complementary color
Monochromatic Colors of #BB1EF4
Black with #BB1EF4
Text Example
Text Example
White with #BB1EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1EF4; }
p { color: rgb(187,30,244); }
H1.HeaderClassName
{
color: #BB1EF4;
}
.AnyTagClassName
{
color: #BB1EF4;
}
</style>
background-color css
<style>
a { background-color: #BB1EF4; }
a { background-color: rgb(187,30,244); }
div.DivClassName
{
background-color: #BB1EF4;
}
.BgClassName
{
background-color: #BB1EF4;
}
</style>
border-color css
<style>
span { border-color: #BB1EF4; }
span { border-color: rgb(187,30,244); }
td.TdClassName
{
border-color: #BB1EF4;
}
.TagClassName
{
border-color: #BB1EF4;
}
</style>