Shades of Electric Purple #BB13FE
Tints of Electric Purple #BB13FE
RGB
CMYK
RGB Variations
Color information
#BB13FE (or 0xBB13FE) is known color: Electric Purple. HEX triplet: BB, 13 and FE. RGB value is (187,19,254). Sum of RGB (Red+Green+Blue) = 187+19+254=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 19 (7.81% from 255 or 4.13% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB13FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB13FE is #44EC01. Grayscale: #5F5F5F. Windows color (decimal): -4516866 or 16651195. OLE color: 16651195.
HSL color Cylindrical-coordinate representation of color #BB13FE: hue angle of 282.89º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB13FE is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 19 | 254 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.00 |
| HSL | 282.89º | 0.99% | 0.54% | - |
| HSV(B) | 282.89º | 0.93% | 1% | - |
| XYZ | 38.62 | 18.19 | 95.24 | - |
| YUV | 96.02 | 217.16 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 254 | 0.26 | 0.93 | 0 | 0.00 | 282.89 | 0.99 | 0.54 |
| Hex | BB | 13 | FE | 1A | 5D | 0 | 0 | 11B | 63 | 36 |
| Octal | 273 | 23 | 376 | 32 | 135 | 0 | 0 | 433 | 143 | 66 |
| Binary | 10111011 | 10011 | 11111110 | 11010 | 1011101 | 0 | 0 | 100011011 | 1100011 | 110110 |
Color Harmonies of #BB13FE
Complementary color
Monochromatic Colors of #BB13FE
Black with #BB13FE
Text Example
Text Example
White with #BB13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB13FE; }
p { color: rgb(187,19,254); }
H1.HeaderClassName
{
color: #BB13FE;
}
.AnyTagClassName
{
color: #BB13FE;
}
</style>
background-color css
<style>
a { background-color: #BB13FE; }
a { background-color: rgb(187,19,254); }
div.DivClassName
{
background-color: #BB13FE;
}
.BgClassName
{
background-color: #BB13FE;
}
</style>
border-color css
<style>
span { border-color: #BB13FE; }
span { border-color: rgb(187,19,254); }
td.TdClassName
{
border-color: #BB13FE;
}
.TagClassName
{
border-color: #BB13FE;
}
</style>