Shades of Electric Purple #BB06FE
Tints of Electric Purple #BB06FE
RGB
CMYK
RGB Variations
Color information
#BB06FE (or 0xBB06FE) is known color: Electric Purple. HEX triplet: BB, 06 and FE. RGB value is (187,6,254). Sum of RGB (Red+Green+Blue) = 187+6+254=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 6 (2.73% from 255 or 1.34% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB06FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB06FE is #44F901. Grayscale: #575757. Windows color (decimal): -4520194 or 16647867. OLE color: 16647867.
HSL color Cylindrical-coordinate representation of color #BB06FE: hue angle of 283.79º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB06FE is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 6 | 254 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.00 |
| HSL | 283.79º | 0.99% | 0.51% | - |
| HSV(B) | 283.79º | 0.98% | 1% | - |
| XYZ | 38.45 | 17.85 | 95.19 | - |
| YUV | 88.39 | 221.47 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 254 | 0.26 | 0.98 | 0 | 0.00 | 283.79 | 0.99 | 0.51 |
| Hex | BB | 6 | FE | 1A | 62 | 0 | 0 | 11C | 63 | 33 |
| Octal | 273 | 6 | 376 | 32 | 142 | 0 | 0 | 434 | 143 | 63 |
| Binary | 10111011 | 110 | 11111110 | 11010 | 1100010 | 0 | 0 | 100011100 | 1100011 | 110011 |
Color Harmonies of #BB06FE
Complementary color
Monochromatic Colors of #BB06FE
Black with #BB06FE
Text Example
Text Example
White with #BB06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB06FE; }
p { color: rgb(187,6,254); }
H1.HeaderClassName
{
color: #BB06FE;
}
.AnyTagClassName
{
color: #BB06FE;
}
</style>
background-color css
<style>
a { background-color: #BB06FE; }
a { background-color: rgb(187,6,254); }
div.DivClassName
{
background-color: #BB06FE;
}
.BgClassName
{
background-color: #BB06FE;
}
</style>
border-color css
<style>
span { border-color: #BB06FE; }
span { border-color: rgb(187,6,254); }
td.TdClassName
{
border-color: #BB06FE;
}
.TagClassName
{
border-color: #BB06FE;
}
</style>