Shades of Electric Purple #BB14FA
Tints of Electric Purple #BB14FA
RGB
CMYK
RGB Variations
Color information
#BB14FA (or 0xBB14FA) is known color: Electric Purple. HEX triplet: BB, 14 and FA. RGB value is (187,20,250). Sum of RGB (Red+Green+Blue) = 187+20+250=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB14FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB14FA is #44EB05. Grayscale: #5F5F5F. Windows color (decimal): -4516614 or 16389307. OLE color: 16389307.
HSL color Cylindrical-coordinate representation of color #BB14FA: hue angle of 283.57º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB14FA is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 20 | 250 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.02 |
| HSL | 283.57º | 0.96% | 0.53% | - |
| HSV(B) | 283.57º | 0.92% | 0.98% | - |
| XYZ | 38 | 17.97 | 91.91 | - |
| YUV | 96.15 | 214.83 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 250 | 0.25 | 0.92 | 0 | 0.02 | 283.57 | 0.96 | 0.53 |
| Hex | BB | 14 | FA | 19 | 5C | 0 | 2 | 11C | 60 | 35 |
| Octal | 273 | 24 | 372 | 31 | 134 | 0 | 2 | 434 | 140 | 65 |
| Binary | 10111011 | 10100 | 11111010 | 11001 | 1011100 | 0 | 10 | 100011100 | 1100000 | 110101 |
Color Harmonies of #BB14FA
Complementary color
Monochromatic Colors of #BB14FA
Black with #BB14FA
Text Example
Text Example
White with #BB14FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14FA; }
p { color: rgb(187,20,250); }
H1.HeaderClassName
{
color: #BB14FA;
}
.AnyTagClassName
{
color: #BB14FA;
}
</style>
background-color css
<style>
a { background-color: #BB14FA; }
a { background-color: rgb(187,20,250); }
div.DivClassName
{
background-color: #BB14FA;
}
.BgClassName
{
background-color: #BB14FA;
}
</style>
border-color css
<style>
span { border-color: #BB14FA; }
span { border-color: rgb(187,20,250); }
td.TdClassName
{
border-color: #BB14FA;
}
.TagClassName
{
border-color: #BB14FA;
}
</style>