Shades of Electric Purple #BC2BEE
Tints of Electric Purple #BC2BEE
RGB
CMYK
RGB Variations
Color information
#BC2BEE (or 0xBC2BEE) is known color: Electric Purple. HEX triplet: BC, 2B and EE. RGB value is (188,43,238). Sum of RGB (Red+Green+Blue) = 188+43+238=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC2BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2BEE is #43D411. Grayscale: #6B6B6B. Windows color (decimal): -4445202 or 15608764. OLE color: 15608764.
HSL color Cylindrical-coordinate representation of color #BC2BEE: hue angle of 284.62º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2BEE is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 43 | 238 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.07 |
| HSL | 284.62º | 0.85% | 0.55% | - |
| HSV(B) | 284.62º | 0.82% | 0.93% | - |
| XYZ | 37.04 | 18.59 | 82.53 | - |
| YUV | 108.59 | 201.04 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 238 | 0.21 | 0.82 | 0 | 0.07 | 284.62 | 0.85 | 0.55 |
| Hex | BC | 2B | EE | 15 | 52 | 0 | 7 | 11D | 55 | 37 |
| Octal | 274 | 53 | 356 | 25 | 122 | 0 | 7 | 435 | 125 | 67 |
| Binary | 10111100 | 101011 | 11101110 | 10101 | 1010010 | 0 | 111 | 100011101 | 1010101 | 110111 |
Color Harmonies of #BC2BEE
Complementary color
Monochromatic Colors of #BC2BEE
Black with #BC2BEE
Text Example
Text Example
White with #BC2BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BEE; }
p { color: rgb(188,43,238); }
H1.HeaderClassName
{
color: #BC2BEE;
}
.AnyTagClassName
{
color: #BC2BEE;
}
</style>
background-color css
<style>
a { background-color: #BC2BEE; }
a { background-color: rgb(188,43,238); }
div.DivClassName
{
background-color: #BC2BEE;
}
.BgClassName
{
background-color: #BC2BEE;
}
</style>
border-color css
<style>
span { border-color: #BC2BEE; }
span { border-color: rgb(188,43,238); }
td.TdClassName
{
border-color: #BC2BEE;
}
.TagClassName
{
border-color: #BC2BEE;
}
</style>