Shades of Electric Purple #BC2EFD
Tints of Electric Purple #BC2EFD
RGB
CMYK
RGB Variations
Color information
#BC2EFD (or 0xBC2EFD) is known color: Electric Purple. HEX triplet: BC, 2E and FD. RGB value is (188,46,253). Sum of RGB (Red+Green+Blue) = 188+46+253=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC2EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EFD is #43D102. Grayscale: #6F6F6F. Windows color (decimal): -4444419 or 16592572. OLE color: 16592572.
HSL color Cylindrical-coordinate representation of color #BC2EFD: hue angle of 281.16º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2EFD is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 46 | 253 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.01 |
| HSL | 281.16º | 0.98% | 0.59% | - |
| HSV(B) | 281.16º | 0.82% | 0.99% | - |
| XYZ | 39.45 | 19.74 | 94.66 | - |
| YUV | 112.06 | 207.54 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 253 | 0.26 | 0.82 | 0 | 0.01 | 281.16 | 0.98 | 0.59 |
| Hex | BC | 2E | FD | 1A | 52 | 0 | 1 | 119 | 62 | 3B |
| Octal | 274 | 56 | 375 | 32 | 122 | 0 | 1 | 431 | 142 | 73 |
| Binary | 10111100 | 101110 | 11111101 | 11010 | 1010010 | 0 | 1 | 100011001 | 1100010 | 111011 |
Color Harmonies of #BC2EFD
Complementary color
Monochromatic Colors of #BC2EFD
Black with #BC2EFD
Text Example
Text Example
White with #BC2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EFD; }
p { color: rgb(188,46,253); }
H1.HeaderClassName
{
color: #BC2EFD;
}
.AnyTagClassName
{
color: #BC2EFD;
}
</style>
background-color css
<style>
a { background-color: #BC2EFD; }
a { background-color: rgb(188,46,253); }
div.DivClassName
{
background-color: #BC2EFD;
}
.BgClassName
{
background-color: #BC2EFD;
}
</style>
border-color css
<style>
span { border-color: #BC2EFD; }
span { border-color: rgb(188,46,253); }
td.TdClassName
{
border-color: #BC2EFD;
}
.TagClassName
{
border-color: #BC2EFD;
}
</style>