Shades of Electric Purple #BC21FE
Tints of Electric Purple #BC21FE
RGB
CMYK
RGB Variations
Color information
#BC21FE (or 0xBC21FE) is known color: Electric Purple. HEX triplet: BC, 21 and FE. RGB value is (188,33,254). Sum of RGB (Red+Green+Blue) = 188+33+254=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC21FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC21FE is #43DE01. Grayscale: #676767. Windows color (decimal): -4447746 or 16654780. OLE color: 16654780.
HSL color Cylindrical-coordinate representation of color #BC21FE: hue angle of 282.08º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC21FE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 33 | 254 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.00 |
| HSL | 282.08º | 0.99% | 0.56% | - |
| HSV(B) | 282.08º | 0.87% | 1% | - |
| XYZ | 39.17 | 18.93 | 95.36 | - |
| YUV | 104.54 | 212.35 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 254 | 0.26 | 0.87 | 0 | 0.00 | 282.08 | 0.99 | 0.56 |
| Hex | BC | 21 | FE | 1A | 57 | 0 | 0 | 11A | 63 | 38 |
| Octal | 274 | 41 | 376 | 32 | 127 | 0 | 0 | 432 | 143 | 70 |
| Binary | 10111100 | 100001 | 11111110 | 11010 | 1010111 | 0 | 0 | 100011010 | 1100011 | 111000 |
Color Harmonies of #BC21FE
Complementary color
Monochromatic Colors of #BC21FE
Black with #BC21FE
Text Example
Text Example
White with #BC21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21FE; }
p { color: rgb(188,33,254); }
H1.HeaderClassName
{
color: #BC21FE;
}
.AnyTagClassName
{
color: #BC21FE;
}
</style>
background-color css
<style>
a { background-color: #BC21FE; }
a { background-color: rgb(188,33,254); }
div.DivClassName
{
background-color: #BC21FE;
}
.BgClassName
{
background-color: #BC21FE;
}
</style>
border-color css
<style>
span { border-color: #BC21FE; }
span { border-color: rgb(188,33,254); }
td.TdClassName
{
border-color: #BC21FE;
}
.TagClassName
{
border-color: #BC21FE;
}
</style>