Shades of Electric Purple #BB2EFA
Tints of Electric Purple #BB2EFA
RGB
CMYK
RGB Variations
Color information
#BB2EFA (or 0xBB2EFA) is known color: Electric Purple. HEX triplet: BB, 2E and FA. RGB value is (187,46,250). Sum of RGB (Red+Green+Blue) = 187+46+250=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 46 (18.36% from 255 or 9.52% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB2EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2EFA is #44D105. Grayscale: #6E6E6E. Windows color (decimal): -4509958 or 16395963. OLE color: 16395963.
HSL color Cylindrical-coordinate representation of color #BB2EFA: hue angle of 281.47º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2EFA is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 46 | 250 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.02 |
| HSL | 281.47º | 0.95% | 0.58% | - |
| HSV(B) | 281.47º | 0.82% | 0.98% | - |
| XYZ | 38.73 | 19.42 | 92.15 | - |
| YUV | 111.42 | 206.21 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 250 | 0.25 | 0.82 | 0 | 0.02 | 281.47 | 0.95 | 0.58 |
| Hex | BB | 2E | FA | 19 | 52 | 0 | 2 | 119 | 5F | 3A |
| Octal | 273 | 56 | 372 | 31 | 122 | 0 | 2 | 431 | 137 | 72 |
| Binary | 10111011 | 101110 | 11111010 | 11001 | 1010010 | 0 | 10 | 100011001 | 1011111 | 111010 |
Color Harmonies of #BB2EFA
Complementary color
Monochromatic Colors of #BB2EFA
Black with #BB2EFA
Text Example
Text Example
White with #BB2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2EFA; }
p { color: rgb(187,46,250); }
H1.HeaderClassName
{
color: #BB2EFA;
}
.AnyTagClassName
{
color: #BB2EFA;
}
</style>
background-color css
<style>
a { background-color: #BB2EFA; }
a { background-color: rgb(187,46,250); }
div.DivClassName
{
background-color: #BB2EFA;
}
.BgClassName
{
background-color: #BB2EFA;
}
</style>
border-color css
<style>
span { border-color: #BB2EFA; }
span { border-color: rgb(187,46,250); }
td.TdClassName
{
border-color: #BB2EFA;
}
.TagClassName
{
border-color: #BB2EFA;
}
</style>