Shades of Electric Purple #BB14FC
Tints of Electric Purple #BB14FC
RGB
CMYK
RGB Variations
Color information
#BB14FC (or 0xBB14FC) is known color: Electric Purple. HEX triplet: BB, 14 and FC. RGB value is (187,20,252). Sum of RGB (Red+Green+Blue) = 187+20+252=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB14FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB14FC is #44EB03. Grayscale: #5F5F5F. Windows color (decimal): -4516612 or 16520379. OLE color: 16520379.
HSL color Cylindrical-coordinate representation of color #BB14FC: hue angle of 283.19º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB14FC is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 20 | 252 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.01 |
| HSL | 283.19º | 0.97% | 0.53% | - |
| HSV(B) | 283.19º | 0.92% | 0.99% | - |
| XYZ | 38.31 | 18.09 | 93.57 | - |
| YUV | 96.38 | 215.83 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 252 | 0.26 | 0.92 | 0 | 0.01 | 283.19 | 0.97 | 0.53 |
| Hex | BB | 14 | FC | 1A | 5C | 0 | 1 | 11B | 61 | 35 |
| Octal | 273 | 24 | 374 | 32 | 134 | 0 | 1 | 433 | 141 | 65 |
| Binary | 10111011 | 10100 | 11111100 | 11010 | 1011100 | 0 | 1 | 100011011 | 1100001 | 110101 |
Color Harmonies of #BB14FC
Complementary color
Monochromatic Colors of #BB14FC
Black with #BB14FC
Text Example
Text Example
White with #BB14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14FC; }
p { color: rgb(187,20,252); }
H1.HeaderClassName
{
color: #BB14FC;
}
.AnyTagClassName
{
color: #BB14FC;
}
</style>
background-color css
<style>
a { background-color: #BB14FC; }
a { background-color: rgb(187,20,252); }
div.DivClassName
{
background-color: #BB14FC;
}
.BgClassName
{
background-color: #BB14FC;
}
</style>
border-color css
<style>
span { border-color: #BB14FC; }
span { border-color: rgb(187,20,252); }
td.TdClassName
{
border-color: #BB14FC;
}
.TagClassName
{
border-color: #BB14FC;
}
</style>