Shades of Electric Purple #BC21F4
Tints of Electric Purple #BC21F4
RGB
CMYK
RGB Variations
Color information
#BC21F4 (or 0xBC21F4) is known color: Electric Purple. HEX triplet: BC, 21 and F4. RGB value is (188,33,244). Sum of RGB (Red+Green+Blue) = 188+33+244=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC21F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC21F4 is #43DE0B. Grayscale: #666666. Windows color (decimal): -4447756 or 15999420. OLE color: 15999420.
HSL color Cylindrical-coordinate representation of color #BC21F4: hue angle of 284.08º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC21F4 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 33 | 244 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.04 |
| HSL | 284.08º | 0.91% | 0.54% | - |
| HSV(B) | 284.08º | 0.86% | 0.96% | - |
| XYZ | 37.61 | 18.31 | 87.14 | - |
| YUV | 103.4 | 207.35 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 244 | 0.23 | 0.86 | 0 | 0.04 | 284.08 | 0.91 | 0.54 |
| Hex | BC | 21 | F4 | 17 | 56 | 0 | 4 | 11C | 5B | 36 |
| Octal | 274 | 41 | 364 | 27 | 126 | 0 | 4 | 434 | 133 | 66 |
| Binary | 10111100 | 100001 | 11110100 | 10111 | 1010110 | 0 | 100 | 100011100 | 1011011 | 110110 |
Color Harmonies of #BC21F4
Complementary color
Monochromatic Colors of #BC21F4
Black with #BC21F4
Text Example
Text Example
White with #BC21F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21F4; }
p { color: rgb(188,33,244); }
H1.HeaderClassName
{
color: #BC21F4;
}
.AnyTagClassName
{
color: #BC21F4;
}
</style>
background-color css
<style>
a { background-color: #BC21F4; }
a { background-color: rgb(188,33,244); }
div.DivClassName
{
background-color: #BC21F4;
}
.BgClassName
{
background-color: #BC21F4;
}
</style>
border-color css
<style>
span { border-color: #BC21F4; }
span { border-color: rgb(188,33,244); }
td.TdClassName
{
border-color: #BC21F4;
}
.TagClassName
{
border-color: #BC21F4;
}
</style>