Shades of Electric Purple #BC2DFD
Tints of Electric Purple #BC2DFD
RGB
CMYK
RGB Variations
Color information
#BC2DFD (or 0xBC2DFD) is known color: Electric Purple. HEX triplet: BC, 2D and FD. RGB value is (188,45,253). Sum of RGB (Red+Green+Blue) = 188+45+253=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC2DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DFD is #43D202. Grayscale: #6E6E6E. Windows color (decimal): -4444675 or 16592316. OLE color: 16592316.
HSL color Cylindrical-coordinate representation of color #BC2DFD: hue angle of 281.25º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2DFD is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 45 | 253 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.01 |
| HSL | 281.25º | 0.98% | 0.58% | - |
| HSV(B) | 281.25º | 0.82% | 0.99% | - |
| XYZ | 39.41 | 19.66 | 94.65 | - |
| YUV | 111.47 | 207.88 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 253 | 0.26 | 0.82 | 0 | 0.01 | 281.25 | 0.98 | 0.58 |
| Hex | BC | 2D | FD | 1A | 52 | 0 | 1 | 119 | 62 | 3A |
| Octal | 274 | 55 | 375 | 32 | 122 | 0 | 1 | 431 | 142 | 72 |
| Binary | 10111100 | 101101 | 11111101 | 11010 | 1010010 | 0 | 1 | 100011001 | 1100010 | 111010 |
Color Harmonies of #BC2DFD
Complementary color
Monochromatic Colors of #BC2DFD
Black with #BC2DFD
Text Example
Text Example
White with #BC2DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DFD; }
p { color: rgb(188,45,253); }
H1.HeaderClassName
{
color: #BC2DFD;
}
.AnyTagClassName
{
color: #BC2DFD;
}
</style>
background-color css
<style>
a { background-color: #BC2DFD; }
a { background-color: rgb(188,45,253); }
div.DivClassName
{
background-color: #BC2DFD;
}
.BgClassName
{
background-color: #BC2DFD;
}
</style>
border-color css
<style>
span { border-color: #BC2DFD; }
span { border-color: rgb(188,45,253); }
td.TdClassName
{
border-color: #BC2DFD;
}
.TagClassName
{
border-color: #BC2DFD;
}
</style>