Shades of Electric Purple #BB17FE
Tints of Electric Purple #BB17FE
RGB
CMYK
RGB Variations
Color information
#BB17FE (or 0xBB17FE) is known color: Electric Purple. HEX triplet: BB, 17 and FE. RGB value is (187,23,254). Sum of RGB (Red+Green+Blue) = 187+23+254=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB17FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB17FE is #44E801. Grayscale: #616161. Windows color (decimal): -4515842 or 16652219. OLE color: 16652219.
HSL color Cylindrical-coordinate representation of color #BB17FE: hue angle of 282.6º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB17FE is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 23 | 254 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.00 |
| HSL | 282.6º | 0.99% | 0.54% | - |
| HSV(B) | 282.6º | 0.91% | 1% | - |
| XYZ | 38.69 | 18.33 | 95.27 | - |
| YUV | 98.37 | 215.83 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 254 | 0.26 | 0.91 | 0 | 0.00 | 282.6 | 0.99 | 0.54 |
| Hex | BB | 17 | FE | 1A | 5B | 0 | 0 | 11B | 63 | 36 |
| Octal | 273 | 27 | 376 | 32 | 133 | 0 | 0 | 433 | 143 | 66 |
| Binary | 10111011 | 10111 | 11111110 | 11010 | 1011011 | 0 | 0 | 100011011 | 1100011 | 110110 |
Color Harmonies of #BB17FE
Complementary color
Monochromatic Colors of #BB17FE
Black with #BB17FE
Text Example
Text Example
White with #BB17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17FE; }
p { color: rgb(187,23,254); }
H1.HeaderClassName
{
color: #BB17FE;
}
.AnyTagClassName
{
color: #BB17FE;
}
</style>
background-color css
<style>
a { background-color: #BB17FE; }
a { background-color: rgb(187,23,254); }
div.DivClassName
{
background-color: #BB17FE;
}
.BgClassName
{
background-color: #BB17FE;
}
</style>
border-color css
<style>
span { border-color: #BB17FE; }
span { border-color: rgb(187,23,254); }
td.TdClassName
{
border-color: #BB17FE;
}
.TagClassName
{
border-color: #BB17FE;
}
</style>