Shades of Electric Purple #BC33FE
Tints of Electric Purple #BC33FE
RGB
CMYK
RGB Variations
Color information
#BC33FE (or 0xBC33FE) is known color: Electric Purple. HEX triplet: BC, 33 and FE. RGB value is (188,51,254). Sum of RGB (Red+Green+Blue) = 188+51+254=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC33FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC33FE is #43CC01. Grayscale: #727272. Windows color (decimal): -4443138 or 16659388. OLE color: 16659388.
HSL color Cylindrical-coordinate representation of color #BC33FE: hue angle of 280.49º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC33FE is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 51 | 254 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.00 |
| HSL | 280.49º | 0.99% | 0.6% | - |
| HSV(B) | 280.49º | 0.8% | 1% | - |
| XYZ | 39.81 | 20.21 | 95.57 | - |
| YUV | 115.11 | 206.39 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 254 | 0.26 | 0.80 | 0 | 0.00 | 280.49 | 0.99 | 0.6 |
| Hex | BC | 33 | FE | 1A | 50 | 0 | 0 | 118 | 63 | 3C |
| Octal | 274 | 63 | 376 | 32 | 120 | 0 | 0 | 430 | 143 | 74 |
| Binary | 10111100 | 110011 | 11111110 | 11010 | 1010000 | 0 | 0 | 100011000 | 1100011 | 111100 |
Color Harmonies of #BC33FE
Complementary color
Monochromatic Colors of #BC33FE
Black with #BC33FE
Text Example
Text Example
White with #BC33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33FE; }
p { color: rgb(188,51,254); }
H1.HeaderClassName
{
color: #BC33FE;
}
.AnyTagClassName
{
color: #BC33FE;
}
</style>
background-color css
<style>
a { background-color: #BC33FE; }
a { background-color: rgb(188,51,254); }
div.DivClassName
{
background-color: #BC33FE;
}
.BgClassName
{
background-color: #BC33FE;
}
</style>
border-color css
<style>
span { border-color: #BC33FE; }
span { border-color: rgb(188,51,254); }
td.TdClassName
{
border-color: #BC33FE;
}
.TagClassName
{
border-color: #BC33FE;
}
</style>