Shades of Electric Purple #BC2DF1
Tints of Electric Purple #BC2DF1
RGB
CMYK
RGB Variations
Color information
#BC2DF1 (or 0xBC2DF1) is known color: Electric Purple. HEX triplet: BC, 2D and F1. RGB value is (188,45,241). Sum of RGB (Red+Green+Blue) = 188+45+241=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC2DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DF1 is #43D20E. Grayscale: #6D6D6D. Windows color (decimal): -4444687 or 15805884. OLE color: 15805884.
HSL color Cylindrical-coordinate representation of color #BC2DF1: hue angle of 283.78º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2DF1 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 45 | 241 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.05 |
| HSL | 283.78º | 0.88% | 0.56% | - |
| HSV(B) | 283.78º | 0.81% | 0.95% | - |
| XYZ | 37.55 | 18.92 | 84.89 | - |
| YUV | 110.1 | 201.88 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 241 | 0.22 | 0.81 | 0 | 0.05 | 283.78 | 0.88 | 0.56 |
| Hex | BC | 2D | F1 | 16 | 51 | 0 | 5 | 11C | 58 | 38 |
| Octal | 274 | 55 | 361 | 26 | 121 | 0 | 5 | 434 | 130 | 70 |
| Binary | 10111100 | 101101 | 11110001 | 10110 | 1010001 | 0 | 101 | 100011100 | 1011000 | 111000 |
Color Harmonies of #BC2DF1
Complementary color
Monochromatic Colors of #BC2DF1
Black with #BC2DF1
Text Example
Text Example
White with #BC2DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DF1; }
p { color: rgb(188,45,241); }
H1.HeaderClassName
{
color: #BC2DF1;
}
.AnyTagClassName
{
color: #BC2DF1;
}
</style>
background-color css
<style>
a { background-color: #BC2DF1; }
a { background-color: rgb(188,45,241); }
div.DivClassName
{
background-color: #BC2DF1;
}
.BgClassName
{
background-color: #BC2DF1;
}
</style>
border-color css
<style>
span { border-color: #BC2DF1; }
span { border-color: rgb(188,45,241); }
td.TdClassName
{
border-color: #BC2DF1;
}
.TagClassName
{
border-color: #BC2DF1;
}
</style>