Shades of Electric Purple #BC2AF2
Tints of Electric Purple #BC2AF2
RGB
CMYK
RGB Variations
Color information
#BC2AF2 (or 0xBC2AF2) is known color: Electric Purple. HEX triplet: BC, 2A and F2. RGB value is (188,42,242). Sum of RGB (Red+Green+Blue) = 188+42+242=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC2AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2AF2 is #43D50D. Grayscale: #6B6B6B. Windows color (decimal): -4445454 or 15870652. OLE color: 15870652.
HSL color Cylindrical-coordinate representation of color #BC2AF2: hue angle of 283.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2AF2 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 42 | 242 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.05 |
| HSL | 283.8º | 0.88% | 0.56% | - |
| HSV(B) | 283.8º | 0.83% | 0.95% | - |
| XYZ | 37.59 | 18.76 | 85.64 | - |
| YUV | 108.45 | 203.37 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 242 | 0.22 | 0.83 | 0 | 0.05 | 283.8 | 0.88 | 0.56 |
| Hex | BC | 2A | F2 | 16 | 53 | 0 | 5 | 11C | 58 | 38 |
| Octal | 274 | 52 | 362 | 26 | 123 | 0 | 5 | 434 | 130 | 70 |
| Binary | 10111100 | 101010 | 11110010 | 10110 | 1010011 | 0 | 101 | 100011100 | 1011000 | 111000 |
Color Harmonies of #BC2AF2
Complementary color
Monochromatic Colors of #BC2AF2
Black with #BC2AF2
Text Example
Text Example
White with #BC2AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AF2; }
p { color: rgb(188,42,242); }
H1.HeaderClassName
{
color: #BC2AF2;
}
.AnyTagClassName
{
color: #BC2AF2;
}
</style>
background-color css
<style>
a { background-color: #BC2AF2; }
a { background-color: rgb(188,42,242); }
div.DivClassName
{
background-color: #BC2AF2;
}
.BgClassName
{
background-color: #BC2AF2;
}
</style>
border-color css
<style>
span { border-color: #BC2AF2; }
span { border-color: rgb(188,42,242); }
td.TdClassName
{
border-color: #BC2AF2;
}
.TagClassName
{
border-color: #BC2AF2;
}
</style>