Shades of Electric Purple #BC2AFE
Tints of Electric Purple #BC2AFE
RGB
CMYK
RGB Variations
Color information
#BC2AFE (or 0xBC2AFE) is known color: Electric Purple. HEX triplet: BC, 2A and FE. RGB value is (188,42,254). Sum of RGB (Red+Green+Blue) = 188+42+254=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 42 (16.80% from 255 or 8.68% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC2AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2AFE is #43D501. Grayscale: #6D6D6D. Windows color (decimal): -4445442 or 16657084. OLE color: 16657084.
HSL color Cylindrical-coordinate representation of color #BC2AFE: hue angle of 281.32º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2AFE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 42 | 254 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.00 |
| HSL | 281.32º | 0.99% | 0.58% | - |
| HSV(B) | 281.32º | 0.83% | 1% | - |
| XYZ | 39.46 | 19.5 | 95.45 | - |
| YUV | 109.82 | 209.37 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 254 | 0.26 | 0.83 | 0 | 0.00 | 281.32 | 0.99 | 0.58 |
| Hex | BC | 2A | FE | 1A | 53 | 0 | 0 | 119 | 63 | 3A |
| Octal | 274 | 52 | 376 | 32 | 123 | 0 | 0 | 431 | 143 | 72 |
| Binary | 10111100 | 101010 | 11111110 | 11010 | 1010011 | 0 | 0 | 100011001 | 1100011 | 111010 |
Color Harmonies of #BC2AFE
Complementary color
Monochromatic Colors of #BC2AFE
Black with #BC2AFE
Text Example
Text Example
White with #BC2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AFE; }
p { color: rgb(188,42,254); }
H1.HeaderClassName
{
color: #BC2AFE;
}
.AnyTagClassName
{
color: #BC2AFE;
}
</style>
background-color css
<style>
a { background-color: #BC2AFE; }
a { background-color: rgb(188,42,254); }
div.DivClassName
{
background-color: #BC2AFE;
}
.BgClassName
{
background-color: #BC2AFE;
}
</style>
border-color css
<style>
span { border-color: #BC2AFE; }
span { border-color: rgb(188,42,254); }
td.TdClassName
{
border-color: #BC2AFE;
}
.TagClassName
{
border-color: #BC2AFE;
}
</style>