Shades of Electric Purple #BB0FFE
Tints of Electric Purple #BB0FFE
RGB
CMYK
RGB Variations
Color information
#BB0FFE (or 0xBB0FFE) is known color: Electric Purple. HEX triplet: BB, 0F and FE. RGB value is (187,15,254). Sum of RGB (Red+Green+Blue) = 187+15+254=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FFE is #44F001. Grayscale: #5C5C5C. Windows color (decimal): -4517890 or 16650171. OLE color: 16650171.
HSL color Cylindrical-coordinate representation of color #BB0FFE: hue angle of 283.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FFE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 15 | 254 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.00 |
| HSL | 283.18º | 0.99% | 0.53% | - |
| HSV(B) | 283.18º | 0.94% | 1% | - |
| XYZ | 38.55 | 18.06 | 95.22 | - |
| YUV | 93.67 | 218.48 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 254 | 0.26 | 0.94 | 0 | 0.00 | 283.18 | 0.99 | 0.53 |
| Hex | BB | F | FE | 1A | 5E | 0 | 0 | 11B | 63 | 35 |
| Octal | 273 | 17 | 376 | 32 | 136 | 0 | 0 | 433 | 143 | 65 |
| Binary | 10111011 | 1111 | 11111110 | 11010 | 1011110 | 0 | 0 | 100011011 | 1100011 | 110101 |
Color Harmonies of #BB0FFE
Complementary color
Monochromatic Colors of #BB0FFE
Black with #BB0FFE
Text Example
Text Example
White with #BB0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FFE; }
p { color: rgb(187,15,254); }
H1.HeaderClassName
{
color: #BB0FFE;
}
.AnyTagClassName
{
color: #BB0FFE;
}
</style>
background-color css
<style>
a { background-color: #BB0FFE; }
a { background-color: rgb(187,15,254); }
div.DivClassName
{
background-color: #BB0FFE;
}
.BgClassName
{
background-color: #BB0FFE;
}
</style>
border-color css
<style>
span { border-color: #BB0FFE; }
span { border-color: rgb(187,15,254); }
td.TdClassName
{
border-color: #BB0FFE;
}
.TagClassName
{
border-color: #BB0FFE;
}
</style>