Shades of Electric Purple #BB1FE4
Tints of Electric Purple #BB1FE4
RGB
CMYK
RGB Variations
Color information
#BB1FE4 (or 0xBB1FE4) is known color: Electric Purple. HEX triplet: BB, 1F and E4. RGB value is (187,31,228). Sum of RGB (Red+Green+Blue) = 187+31+228=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB1FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FE4 is #44E01B. Grayscale: #636363. Windows color (decimal): -4513820 or 14950331. OLE color: 14950331.
HSL color Cylindrical-coordinate representation of color #BB1FE4: hue angle of 287.51º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1FE4 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 31 | 228 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.11 |
| HSL | 287.51º | 0.78% | 0.51% | - |
| HSV(B) | 287.51º | 0.86% | 0.89% | - |
| XYZ | 34.99 | 17.15 | 74.86 | - |
| YUV | 100.1 | 200.18 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 228 | 0.18 | 0.86 | 0 | 0.11 | 287.51 | 0.78 | 0.51 |
| Hex | BB | 1F | E4 | 12 | 56 | 0 | B | 120 | 4E | 33 |
| Octal | 273 | 37 | 344 | 22 | 126 | 0 | 13 | 440 | 116 | 63 |
| Binary | 10111011 | 11111 | 11100100 | 10010 | 1010110 | 0 | 1011 | 100100000 | 1001110 | 110011 |
Color Harmonies of #BB1FE4
Complementary color
Monochromatic Colors of #BB1FE4
Black with #BB1FE4
Text Example
Text Example
White with #BB1FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1FE4; }
p { color: rgb(187,31,228); }
H1.HeaderClassName
{
color: #BB1FE4;
}
.AnyTagClassName
{
color: #BB1FE4;
}
</style>
background-color css
<style>
a { background-color: #BB1FE4; }
a { background-color: rgb(187,31,228); }
div.DivClassName
{
background-color: #BB1FE4;
}
.BgClassName
{
background-color: #BB1FE4;
}
</style>
border-color css
<style>
span { border-color: #BB1FE4; }
span { border-color: rgb(187,31,228); }
td.TdClassName
{
border-color: #BB1FE4;
}
.TagClassName
{
border-color: #BB1FE4;
}
</style>