Shades of Electric Purple #BC02FF
Tints of Electric Purple #BC02FF
RGB
CMYK
RGB Variations
Color information
#BC02FF (or 0xBC02FF) is known color: Electric Purple. HEX triplet: BC, 02 and FF. RGB value is (188,2,255). Sum of RGB (Red+Green+Blue) = 188+2+255=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC02FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC02FF is #43FD00. Grayscale: #555555. Windows color (decimal): -4455681 or 16712380. OLE color: 16712380.
HSL color Cylindrical-coordinate representation of color #BC02FF: hue angle of 284.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02FF is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 2 | 255 | - |
| CMYK | 0.26 | 0.99 | 0 | 0 |
| HSL | 284.11º | 1% | 0.5% | - |
| HSV(B) | 284.11º | 0.99% | 1% | - |
| XYZ | 38.81 | 17.95 | 96.03 | - |
| YUV | 86.46 | 223.12 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 255 | 0.26 | 0.99 | 0 | 0 | 284.11 | 1 | 0.5 |
| Hex | BC | 2 | FF | 1A | 63 | 0 | 0 | 11C | 64 | 32 |
| Octal | 274 | 2 | 377 | 32 | 143 | 0 | 0 | 434 | 144 | 62 |
| Binary | 10111100 | 10 | 11111111 | 11010 | 1100011 | 0 | 0 | 100011100 | 1100100 | 110010 |
Color Harmonies of #BC02FF
Complementary color
Monochromatic Colors of #BC02FF
Black with #BC02FF
Text Example
Text Example
White with #BC02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02FF; }
p { color: rgb(188,2,255); }
H1.HeaderClassName
{
color: #BC02FF;
}
.AnyTagClassName
{
color: #BC02FF;
}
</style>
background-color css
<style>
a { background-color: #BC02FF; }
a { background-color: rgb(188,2,255); }
div.DivClassName
{
background-color: #BC02FF;
}
.BgClassName
{
background-color: #BC02FF;
}
</style>
border-color css
<style>
span { border-color: #BC02FF; }
span { border-color: rgb(188,2,255); }
td.TdClassName
{
border-color: #BC02FF;
}
.TagClassName
{
border-color: #BC02FF;
}
</style>