Shades of Electric Purple #BB2EFB
Tints of Electric Purple #BB2EFB
RGB
CMYK
RGB Variations
Color information
#BB2EFB (or 0xBB2EFB) is known color: Electric Purple. HEX triplet: BB, 2E and FB. RGB value is (187,46,251). Sum of RGB (Red+Green+Blue) = 187+46+251=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB2EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2EFB is #44D104. Grayscale: #6E6E6E. Windows color (decimal): -4509957 or 16461499. OLE color: 16461499.
HSL color Cylindrical-coordinate representation of color #BB2EFB: hue angle of 281.27º degrees, saturation: 0.96, 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 #BB2EFB is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 46 | 251 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.02 |
| HSL | 281.27º | 0.96% | 0.58% | - |
| HSV(B) | 281.27º | 0.82% | 0.98% | - |
| XYZ | 38.88 | 19.48 | 92.98 | - |
| YUV | 111.53 | 206.71 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 251 | 0.25 | 0.82 | 0 | 0.02 | 281.27 | 0.96 | 0.58 |
| Hex | BB | 2E | FB | 19 | 52 | 0 | 2 | 119 | 60 | 3A |
| Octal | 273 | 56 | 373 | 31 | 122 | 0 | 2 | 431 | 140 | 72 |
| Binary | 10111011 | 101110 | 11111011 | 11001 | 1010010 | 0 | 10 | 100011001 | 1100000 | 111010 |
Color Harmonies of #BB2EFB
Complementary color
Monochromatic Colors of #BB2EFB
Black with #BB2EFB
Text Example
Text Example
White with #BB2EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2EFB; }
p { color: rgb(187,46,251); }
H1.HeaderClassName
{
color: #BB2EFB;
}
.AnyTagClassName
{
color: #BB2EFB;
}
</style>
background-color css
<style>
a { background-color: #BB2EFB; }
a { background-color: rgb(187,46,251); }
div.DivClassName
{
background-color: #BB2EFB;
}
.BgClassName
{
background-color: #BB2EFB;
}
</style>
border-color css
<style>
span { border-color: #BB2EFB; }
span { border-color: rgb(187,46,251); }
td.TdClassName
{
border-color: #BB2EFB;
}
.TagClassName
{
border-color: #BB2EFB;
}
</style>