Shades of Electric Purple #BB28EB
Tints of Electric Purple #BB28EB
RGB
CMYK
RGB Variations
Color information
#BB28EB (or 0xBB28EB) is known color: Electric Purple. HEX triplet: BB, 28 and EB. RGB value is (187,40,235). Sum of RGB (Red+Green+Blue) = 187+40+235=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB28EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB28EB is #44D714. Grayscale: #696969. Windows color (decimal): -4511509 or 15411387. OLE color: 15411387.
HSL color Cylindrical-coordinate representation of color #BB28EB: hue angle of 285.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB28EB is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 40 | 235 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.08 |
| HSL | 285.23º | 0.83% | 0.54% | - |
| HSV(B) | 285.23º | 0.83% | 0.92% | - |
| XYZ | 36.25 | 18.08 | 80.18 | - |
| YUV | 106.18 | 200.7 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 235 | 0.20 | 0.83 | 0 | 0.08 | 285.23 | 0.83 | 0.54 |
| Hex | BB | 28 | EB | 14 | 53 | 0 | 8 | 11D | 53 | 36 |
| Octal | 273 | 50 | 353 | 24 | 123 | 0 | 10 | 435 | 123 | 66 |
| Binary | 10111011 | 101000 | 11101011 | 10100 | 1010011 | 0 | 1000 | 100011101 | 1010011 | 110110 |
Color Harmonies of #BB28EB
Complementary color
Monochromatic Colors of #BB28EB
Black with #BB28EB
Text Example
Text Example
White with #BB28EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28EB; }
p { color: rgb(187,40,235); }
H1.HeaderClassName
{
color: #BB28EB;
}
.AnyTagClassName
{
color: #BB28EB;
}
</style>
background-color css
<style>
a { background-color: #BB28EB; }
a { background-color: rgb(187,40,235); }
div.DivClassName
{
background-color: #BB28EB;
}
.BgClassName
{
background-color: #BB28EB;
}
</style>
border-color css
<style>
span { border-color: #BB28EB; }
span { border-color: rgb(187,40,235); }
td.TdClassName
{
border-color: #BB28EB;
}
.TagClassName
{
border-color: #BB28EB;
}
</style>