Shades of Electric Purple #BB2EF9
Tints of Electric Purple #BB2EF9
RGB
CMYK
RGB Variations
Color information
#BB2EF9 (or 0xBB2EF9) is known color: Electric Purple. HEX triplet: BB, 2E and F9. RGB value is (187,46,249). Sum of RGB (Red+Green+Blue) = 187+46+249=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB2EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2EF9 is #44D106. Grayscale: #6E6E6E. Windows color (decimal): -4509959 or 16330427. OLE color: 16330427.
HSL color Cylindrical-coordinate representation of color #BB2EF9: hue angle of 281.67º degrees, saturation: 0.94, 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 #BB2EF9 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 46 | 249 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.02 |
| HSL | 281.67º | 0.94% | 0.58% | - |
| HSV(B) | 281.67º | 0.82% | 0.98% | - |
| XYZ | 38.57 | 19.36 | 91.33 | - |
| YUV | 111.3 | 205.71 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 249 | 0.25 | 0.82 | 0 | 0.02 | 281.67 | 0.94 | 0.58 |
| Hex | BB | 2E | F9 | 19 | 52 | 0 | 2 | 11A | 5E | 3A |
| Octal | 273 | 56 | 371 | 31 | 122 | 0 | 2 | 432 | 136 | 72 |
| Binary | 10111011 | 101110 | 11111001 | 11001 | 1010010 | 0 | 10 | 100011010 | 1011110 | 111010 |
Color Harmonies of #BB2EF9
Complementary color
Monochromatic Colors of #BB2EF9
Black with #BB2EF9
Text Example
Text Example
White with #BB2EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2EF9; }
p { color: rgb(187,46,249); }
H1.HeaderClassName
{
color: #BB2EF9;
}
.AnyTagClassName
{
color: #BB2EF9;
}
</style>
background-color css
<style>
a { background-color: #BB2EF9; }
a { background-color: rgb(187,46,249); }
div.DivClassName
{
background-color: #BB2EF9;
}
.BgClassName
{
background-color: #BB2EF9;
}
</style>
border-color css
<style>
span { border-color: #BB2EF9; }
span { border-color: rgb(187,46,249); }
td.TdClassName
{
border-color: #BB2EF9;
}
.TagClassName
{
border-color: #BB2EF9;
}
</style>