Shades of Electric Purple #BB1FEA
Tints of Electric Purple #BB1FEA
RGB
CMYK
RGB Variations
Color information
#BB1FEA (or 0xBB1FEA) is known color: Electric Purple. HEX triplet: BB, 1F and EA. RGB value is (187,31,234). Sum of RGB (Red+Green+Blue) = 187+31+234=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB1FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1FEA is #44E015. Grayscale: #646464. Windows color (decimal): -4513814 or 15343547. OLE color: 15343547.
HSL color Cylindrical-coordinate representation of color #BB1FEA: hue angle of 286.11º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1FEA is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 31 | 234 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.08 |
| HSL | 286.11º | 0.83% | 0.52% | - |
| HSV(B) | 286.11º | 0.87% | 0.92% | - |
| XYZ | 35.83 | 17.49 | 79.33 | - |
| YUV | 100.79 | 203.18 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 234 | 0.20 | 0.87 | 0 | 0.08 | 286.11 | 0.83 | 0.52 |
| Hex | BB | 1F | EA | 14 | 57 | 0 | 8 | 11E | 53 | 34 |
| Octal | 273 | 37 | 352 | 24 | 127 | 0 | 10 | 436 | 123 | 64 |
| Binary | 10111011 | 11111 | 11101010 | 10100 | 1010111 | 0 | 1000 | 100011110 | 1010011 | 110100 |
Color Harmonies of #BB1FEA
Complementary color
Monochromatic Colors of #BB1FEA
Black with #BB1FEA
Text Example
Text Example
White with #BB1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1FEA; }
p { color: rgb(187,31,234); }
H1.HeaderClassName
{
color: #BB1FEA;
}
.AnyTagClassName
{
color: #BB1FEA;
}
</style>
background-color css
<style>
a { background-color: #BB1FEA; }
a { background-color: rgb(187,31,234); }
div.DivClassName
{
background-color: #BB1FEA;
}
.BgClassName
{
background-color: #BB1FEA;
}
</style>
border-color css
<style>
span { border-color: #BB1FEA; }
span { border-color: rgb(187,31,234); }
td.TdClassName
{
border-color: #BB1FEA;
}
.TagClassName
{
border-color: #BB1FEA;
}
</style>