Shades of Electric Purple #BC06FE
Tints of Electric Purple #BC06FE
RGB
CMYK
RGB Variations
Color information
#BC06FE (or 0xBC06FE) is known color: Electric Purple. HEX triplet: BC, 06 and FE. RGB value is (188,6,254). Sum of RGB (Red+Green+Blue) = 188+6+254=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC06FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC06FE is #43F901. Grayscale: #575757. Windows color (decimal): -4454658 or 16647868. OLE color: 16647868.
HSL color Cylindrical-coordinate representation of color #BC06FE: hue angle of 284.03º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC06FE is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 6 | 254 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.00 |
| HSL | 284.03º | 0.99% | 0.51% | - |
| HSV(B) | 284.03º | 0.98% | 1% | - |
| XYZ | 38.69 | 17.98 | 95.2 | - |
| YUV | 88.69 | 221.3 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 254 | 0.26 | 0.98 | 0 | 0.00 | 284.03 | 0.99 | 0.51 |
| Hex | BC | 6 | FE | 1A | 62 | 0 | 0 | 11C | 63 | 33 |
| Octal | 274 | 6 | 376 | 32 | 142 | 0 | 0 | 434 | 143 | 63 |
| Binary | 10111100 | 110 | 11111110 | 11010 | 1100010 | 0 | 0 | 100011100 | 1100011 | 110011 |
Color Harmonies of #BC06FE
Complementary color
Monochromatic Colors of #BC06FE
Black with #BC06FE
Text Example
Text Example
White with #BC06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06FE; }
p { color: rgb(188,6,254); }
H1.HeaderClassName
{
color: #BC06FE;
}
.AnyTagClassName
{
color: #BC06FE;
}
</style>
background-color css
<style>
a { background-color: #BC06FE; }
a { background-color: rgb(188,6,254); }
div.DivClassName
{
background-color: #BC06FE;
}
.BgClassName
{
background-color: #BC06FE;
}
</style>
border-color css
<style>
span { border-color: #BC06FE; }
span { border-color: rgb(188,6,254); }
td.TdClassName
{
border-color: #BC06FE;
}
.TagClassName
{
border-color: #BC06FE;
}
</style>