Shades of Electric Purple #BC21F1
Tints of Electric Purple #BC21F1
RGB
CMYK
RGB Variations
Color information
#BC21F1 (or 0xBC21F1) is known color: Electric Purple. HEX triplet: BC, 21 and F1. RGB value is (188,33,241). Sum of RGB (Red+Green+Blue) = 188+33+241=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC21F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC21F1 is #43DE0E. Grayscale: #666666. Windows color (decimal): -4447759 or 15802812. OLE color: 15802812.
HSL color Cylindrical-coordinate representation of color #BC21F1: hue angle of 284.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC21F1 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 33 | 241 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.05 |
| HSL | 284.71º | 0.88% | 0.54% | - |
| HSV(B) | 284.71º | 0.86% | 0.95% | - |
| XYZ | 37.16 | 18.13 | 84.76 | - |
| YUV | 103.06 | 205.85 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 241 | 0.22 | 0.86 | 0 | 0.05 | 284.71 | 0.88 | 0.54 |
| Hex | BC | 21 | F1 | 16 | 56 | 0 | 5 | 11D | 58 | 36 |
| Octal | 274 | 41 | 361 | 26 | 126 | 0 | 5 | 435 | 130 | 66 |
| Binary | 10111100 | 100001 | 11110001 | 10110 | 1010110 | 0 | 101 | 100011101 | 1011000 | 110110 |
Color Harmonies of #BC21F1
Complementary color
Monochromatic Colors of #BC21F1
Black with #BC21F1
Text Example
Text Example
White with #BC21F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21F1; }
p { color: rgb(188,33,241); }
H1.HeaderClassName
{
color: #BC21F1;
}
.AnyTagClassName
{
color: #BC21F1;
}
</style>
background-color css
<style>
a { background-color: #BC21F1; }
a { background-color: rgb(188,33,241); }
div.DivClassName
{
background-color: #BC21F1;
}
.BgClassName
{
background-color: #BC21F1;
}
</style>
border-color css
<style>
span { border-color: #BC21F1; }
span { border-color: rgb(188,33,241); }
td.TdClassName
{
border-color: #BC21F1;
}
.TagClassName
{
border-color: #BC21F1;
}
</style>