Shades of Electric Purple #BB15FE
Tints of Electric Purple #BB15FE
RGB
CMYK
RGB Variations
Color information
#BB15FE (or 0xBB15FE) is known color: Electric Purple. HEX triplet: BB, 15 and FE. RGB value is (187,21,254). Sum of RGB (Red+Green+Blue) = 187+21+254=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB15FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB15FE is #44EA01. Grayscale: #606060. Windows color (decimal): -4516354 or 16651707. OLE color: 16651707.
HSL color Cylindrical-coordinate representation of color #BB15FE: hue angle of 282.75º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB15FE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 21 | 254 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.00 |
| HSL | 282.75º | 0.99% | 0.54% | - |
| HSV(B) | 282.75º | 0.92% | 1% | - |
| XYZ | 38.65 | 18.26 | 95.25 | - |
| YUV | 97.2 | 216.5 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 254 | 0.26 | 0.92 | 0 | 0.00 | 282.75 | 0.99 | 0.54 |
| Hex | BB | 15 | FE | 1A | 5C | 0 | 0 | 11B | 63 | 36 |
| Octal | 273 | 25 | 376 | 32 | 134 | 0 | 0 | 433 | 143 | 66 |
| Binary | 10111011 | 10101 | 11111110 | 11010 | 1011100 | 0 | 0 | 100011011 | 1100011 | 110110 |
Color Harmonies of #BB15FE
Complementary color
Monochromatic Colors of #BB15FE
Black with #BB15FE
Text Example
Text Example
White with #BB15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15FE; }
p { color: rgb(187,21,254); }
H1.HeaderClassName
{
color: #BB15FE;
}
.AnyTagClassName
{
color: #BB15FE;
}
</style>
background-color css
<style>
a { background-color: #BB15FE; }
a { background-color: rgb(187,21,254); }
div.DivClassName
{
background-color: #BB15FE;
}
.BgClassName
{
background-color: #BB15FE;
}
</style>
border-color css
<style>
span { border-color: #BB15FE; }
span { border-color: rgb(187,21,254); }
td.TdClassName
{
border-color: #BB15FE;
}
.TagClassName
{
border-color: #BB15FE;
}
</style>