Shades of Electric Purple #BC02EE
Tints of Electric Purple #BC02EE
RGB
CMYK
RGB Variations
Color information
#BC02EE (or 0xBC02EE) is known color: Electric Purple. HEX triplet: BC, 02 and EE. RGB value is (188,2,238). Sum of RGB (Red+Green+Blue) = 188+2+238=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC02EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC02EE is #43FD11. Grayscale: #535353. Windows color (decimal): -4455698 or 15598268. OLE color: 15598268.
HSL color Cylindrical-coordinate representation of color #BC02EE: hue angle of 287.29º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02EE is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 2 | 238 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.07 |
| HSL | 287.29º | 0.98% | 0.47% | - |
| HSV(B) | 287.29º | 0.99% | 0.93% | - |
| XYZ | 36.19 | 16.91 | 82.24 | - |
| YUV | 84.52 | 214.62 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 238 | 0.21 | 0.99 | 0 | 0.07 | 287.29 | 0.98 | 0.47 |
| Hex | BC | 2 | EE | 15 | 63 | 0 | 7 | 11F | 62 | 2F |
| Octal | 274 | 2 | 356 | 25 | 143 | 0 | 7 | 437 | 142 | 57 |
| Binary | 10111100 | 10 | 11101110 | 10101 | 1100011 | 0 | 111 | 100011111 | 1100010 | 101111 |
Color Harmonies of #BC02EE
Complementary color
Monochromatic Colors of #BC02EE
Black with #BC02EE
Text Example
Text Example
White with #BC02EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02EE; }
p { color: rgb(188,2,238); }
H1.HeaderClassName
{
color: #BC02EE;
}
.AnyTagClassName
{
color: #BC02EE;
}
</style>
background-color css
<style>
a { background-color: #BC02EE; }
a { background-color: rgb(188,2,238); }
div.DivClassName
{
background-color: #BC02EE;
}
.BgClassName
{
background-color: #BC02EE;
}
</style>
border-color css
<style>
span { border-color: #BC02EE; }
span { border-color: rgb(188,2,238); }
td.TdClassName
{
border-color: #BC02EE;
}
.TagClassName
{
border-color: #BC02EE;
}
</style>