Shades of Electric Purple #BC13FE
Tints of Electric Purple #BC13FE
RGB
CMYK
RGB Variations
Color information
#BC13FE (or 0xBC13FE) is known color: Electric Purple. HEX triplet: BC, 13 and FE. RGB value is (188,19,254). Sum of RGB (Red+Green+Blue) = 188+19+254=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC13FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC13FE is #43EC01. Grayscale: #5F5F5F. Windows color (decimal): -4451330 or 16651196. OLE color: 16651196.
HSL color Cylindrical-coordinate representation of color #BC13FE: hue angle of 283.15º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC13FE is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 19 | 254 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.00 |
| HSL | 283.15º | 0.99% | 0.54% | - |
| HSV(B) | 283.15º | 0.93% | 1% | - |
| XYZ | 38.86 | 18.31 | 95.25 | - |
| YUV | 96.32 | 216.99 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 254 | 0.26 | 0.93 | 0 | 0.00 | 283.15 | 0.99 | 0.54 |
| Hex | BC | 13 | FE | 1A | 5D | 0 | 0 | 11B | 63 | 36 |
| Octal | 274 | 23 | 376 | 32 | 135 | 0 | 0 | 433 | 143 | 66 |
| Binary | 10111100 | 10011 | 11111110 | 11010 | 1011101 | 0 | 0 | 100011011 | 1100011 | 110110 |
Color Harmonies of #BC13FE
Complementary color
Monochromatic Colors of #BC13FE
Black with #BC13FE
Text Example
Text Example
White with #BC13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13FE; }
p { color: rgb(188,19,254); }
H1.HeaderClassName
{
color: #BC13FE;
}
.AnyTagClassName
{
color: #BC13FE;
}
</style>
background-color css
<style>
a { background-color: #BC13FE; }
a { background-color: rgb(188,19,254); }
div.DivClassName
{
background-color: #BC13FE;
}
.BgClassName
{
background-color: #BC13FE;
}
</style>
border-color css
<style>
span { border-color: #BC13FE; }
span { border-color: rgb(188,19,254); }
td.TdClassName
{
border-color: #BC13FE;
}
.TagClassName
{
border-color: #BC13FE;
}
</style>