Shades of Electric Purple #BB28EF
Tints of Electric Purple #BB28EF
RGB
CMYK
RGB Variations
Color information
#BB28EF (or 0xBB28EF) is known color: Electric Purple. HEX triplet: BB, 28 and EF. RGB value is (187,40,239). Sum of RGB (Red+Green+Blue) = 187+40+239=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB28EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB28EF is #44D710. Grayscale: #696969. Windows color (decimal): -4511505 or 15673531. OLE color: 15673531.
HSL color Cylindrical-coordinate representation of color #BB28EF: hue angle of 284.32º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB28EF is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 40 | 239 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.06 |
| HSL | 284.32º | 0.86% | 0.55% | - |
| HSV(B) | 284.32º | 0.83% | 0.94% | - |
| XYZ | 36.83 | 18.31 | 83.26 | - |
| YUV | 106.64 | 202.7 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 239 | 0.22 | 0.83 | 0 | 0.06 | 284.32 | 0.86 | 0.55 |
| Hex | BB | 28 | EF | 16 | 53 | 0 | 6 | 11C | 56 | 37 |
| Octal | 273 | 50 | 357 | 26 | 123 | 0 | 6 | 434 | 126 | 67 |
| Binary | 10111011 | 101000 | 11101111 | 10110 | 1010011 | 0 | 110 | 100011100 | 1010110 | 110111 |
Color Harmonies of #BB28EF
Complementary color
Monochromatic Colors of #BB28EF
Black with #BB28EF
Text Example
Text Example
White with #BB28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28EF; }
p { color: rgb(187,40,239); }
H1.HeaderClassName
{
color: #BB28EF;
}
.AnyTagClassName
{
color: #BB28EF;
}
</style>
background-color css
<style>
a { background-color: #BB28EF; }
a { background-color: rgb(187,40,239); }
div.DivClassName
{
background-color: #BB28EF;
}
.BgClassName
{
background-color: #BB28EF;
}
</style>
border-color css
<style>
span { border-color: #BB28EF; }
span { border-color: rgb(187,40,239); }
td.TdClassName
{
border-color: #BB28EF;
}
.TagClassName
{
border-color: #BB28EF;
}
</style>