Shades of Electric Purple #BB28ED
Tints of Electric Purple #BB28ED
RGB
CMYK
RGB Variations
Color information
#BB28ED (or 0xBB28ED) is known color: Electric Purple. HEX triplet: BB, 28 and ED. RGB value is (187,40,237). Sum of RGB (Red+Green+Blue) = 187+40+237=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB28ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB28ED is #44D712. Grayscale: #696969. Windows color (decimal): -4511507 or 15542459. OLE color: 15542459.
HSL color Cylindrical-coordinate representation of color #BB28ED: hue angle of 284.77º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB28ED is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 40 | 237 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.07 |
| HSL | 284.77º | 0.85% | 0.54% | - |
| HSV(B) | 284.77º | 0.83% | 0.93% | - |
| XYZ | 36.54 | 18.2 | 81.71 | - |
| YUV | 106.41 | 201.7 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 237 | 0.21 | 0.83 | 0 | 0.07 | 284.77 | 0.85 | 0.54 |
| Hex | BB | 28 | ED | 15 | 53 | 0 | 7 | 11D | 55 | 36 |
| Octal | 273 | 50 | 355 | 25 | 123 | 0 | 7 | 435 | 125 | 66 |
| Binary | 10111011 | 101000 | 11101101 | 10101 | 1010011 | 0 | 111 | 100011101 | 1010101 | 110110 |
Color Harmonies of #BB28ED
Complementary color
Monochromatic Colors of #BB28ED
Black with #BB28ED
Text Example
Text Example
White with #BB28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28ED; }
p { color: rgb(187,40,237); }
H1.HeaderClassName
{
color: #BB28ED;
}
.AnyTagClassName
{
color: #BB28ED;
}
</style>
background-color css
<style>
a { background-color: #BB28ED; }
a { background-color: rgb(187,40,237); }
div.DivClassName
{
background-color: #BB28ED;
}
.BgClassName
{
background-color: #BB28ED;
}
</style>
border-color css
<style>
span { border-color: #BB28ED; }
span { border-color: rgb(187,40,237); }
td.TdClassName
{
border-color: #BB28ED;
}
.TagClassName
{
border-color: #BB28ED;
}
</style>