Shades of Electric Purple #BC16FE
Tints of Electric Purple #BC16FE
RGB
CMYK
RGB Variations
Color information
#BC16FE (or 0xBC16FE) is known color: Electric Purple. HEX triplet: BC, 16 and FE. RGB value is (188,22,254). Sum of RGB (Red+Green+Blue) = 188+22+254=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC16FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC16FE is #43E901. Grayscale: #616161. Windows color (decimal): -4450562 or 16651964. OLE color: 16651964.
HSL color Cylindrical-coordinate representation of color #BC16FE: hue angle of 282.93º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC16FE is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 22 | 254 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.00 |
| HSL | 282.93º | 0.99% | 0.54% | - |
| HSV(B) | 282.93º | 0.91% | 1% | - |
| XYZ | 38.92 | 18.42 | 95.27 | - |
| YUV | 98.08 | 216 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 254 | 0.26 | 0.91 | 0 | 0.00 | 282.93 | 0.99 | 0.54 |
| Hex | BC | 16 | FE | 1A | 5B | 0 | 0 | 11B | 63 | 36 |
| Octal | 274 | 26 | 376 | 32 | 133 | 0 | 0 | 433 | 143 | 66 |
| Binary | 10111100 | 10110 | 11111110 | 11010 | 1011011 | 0 | 0 | 100011011 | 1100011 | 110110 |
Color Harmonies of #BC16FE
Complementary color
Monochromatic Colors of #BC16FE
Black with #BC16FE
Text Example
Text Example
White with #BC16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16FE; }
p { color: rgb(188,22,254); }
H1.HeaderClassName
{
color: #BC16FE;
}
.AnyTagClassName
{
color: #BC16FE;
}
</style>
background-color css
<style>
a { background-color: #BC16FE; }
a { background-color: rgb(188,22,254); }
div.DivClassName
{
background-color: #BC16FE;
}
.BgClassName
{
background-color: #BC16FE;
}
</style>
border-color css
<style>
span { border-color: #BC16FE; }
span { border-color: rgb(188,22,254); }
td.TdClassName
{
border-color: #BC16FE;
}
.TagClassName
{
border-color: #BC16FE;
}
</style>