Shades of Electric Purple #BB26FE
Tints of Electric Purple #BB26FE
RGB
CMYK
RGB Variations
Color information
#BB26FE (or 0xBB26FE) is known color: Electric Purple. HEX triplet: BB, 26 and FE. RGB value is (187,38,254). Sum of RGB (Red+Green+Blue) = 187+38+254=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 38 (15.23% from 255 or 7.93% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB26FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB26FE is #44D901. Grayscale: #6A6A6A. Windows color (decimal): -4512002 or 16656059. OLE color: 16656059.
HSL color Cylindrical-coordinate representation of color #BB26FE: hue angle of 281.39º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB26FE is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 38 | 254 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.00 |
| HSL | 281.39º | 0.99% | 0.57% | - |
| HSV(B) | 281.39º | 0.85% | 1% | - |
| XYZ | 39.08 | 19.11 | 95.39 | - |
| YUV | 107.18 | 210.86 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 254 | 0.26 | 0.85 | 0 | 0.00 | 281.39 | 0.99 | 0.57 |
| Hex | BB | 26 | FE | 1A | 55 | 0 | 0 | 119 | 63 | 39 |
| Octal | 273 | 46 | 376 | 32 | 125 | 0 | 0 | 431 | 143 | 71 |
| Binary | 10111011 | 100110 | 11111110 | 11010 | 1010101 | 0 | 0 | 100011001 | 1100011 | 111001 |
Color Harmonies of #BB26FE
Complementary color
Monochromatic Colors of #BB26FE
Black with #BB26FE
Text Example
Text Example
White with #BB26FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB26FE; }
p { color: rgb(187,38,254); }
H1.HeaderClassName
{
color: #BB26FE;
}
.AnyTagClassName
{
color: #BB26FE;
}
</style>
background-color css
<style>
a { background-color: #BB26FE; }
a { background-color: rgb(187,38,254); }
div.DivClassName
{
background-color: #BB26FE;
}
.BgClassName
{
background-color: #BB26FE;
}
</style>
border-color css
<style>
span { border-color: #BB26FE; }
span { border-color: rgb(187,38,254); }
td.TdClassName
{
border-color: #BB26FE;
}
.TagClassName
{
border-color: #BB26FE;
}
</style>