Shades of Electric Purple #BC2AF4
Tints of Electric Purple #BC2AF4
RGB
CMYK
RGB Variations
Color information
#BC2AF4 (or 0xBC2AF4) is known color: Electric Purple. HEX triplet: BC, 2A and F4. RGB value is (188,42,244). Sum of RGB (Red+Green+Blue) = 188+42+244=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 244 (95.70% from 255 or 51.48% from 474); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC2AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2AF4 is #43D50B. Grayscale: #6C6C6C. Windows color (decimal): -4445452 or 16001724. OLE color: 16001724.
HSL color Cylindrical-coordinate representation of color #BC2AF4: hue angle of 283.37º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2AF4 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 42 | 244 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.04 |
| HSL | 283.37º | 0.9% | 0.56% | - |
| HSV(B) | 283.37º | 0.83% | 0.96% | - |
| XYZ | 37.9 | 18.88 | 87.23 | - |
| YUV | 108.68 | 204.37 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 244 | 0.23 | 0.83 | 0 | 0.04 | 283.37 | 0.9 | 0.56 |
| Hex | BC | 2A | F4 | 17 | 53 | 0 | 4 | 11B | 5A | 38 |
| Octal | 274 | 52 | 364 | 27 | 123 | 0 | 4 | 433 | 132 | 70 |
| Binary | 10111100 | 101010 | 11110100 | 10111 | 1010011 | 0 | 100 | 100011011 | 1011010 | 111000 |
Color Harmonies of #BC2AF4
Complementary color
Monochromatic Colors of #BC2AF4
Black with #BC2AF4
Text Example
Text Example
White with #BC2AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AF4; }
p { color: rgb(188,42,244); }
H1.HeaderClassName
{
color: #BC2AF4;
}
.AnyTagClassName
{
color: #BC2AF4;
}
</style>
background-color css
<style>
a { background-color: #BC2AF4; }
a { background-color: rgb(188,42,244); }
div.DivClassName
{
background-color: #BC2AF4;
}
.BgClassName
{
background-color: #BC2AF4;
}
</style>
border-color css
<style>
span { border-color: #BC2AF4; }
span { border-color: rgb(188,42,244); }
td.TdClassName
{
border-color: #BC2AF4;
}
.TagClassName
{
border-color: #BC2AF4;
}
</style>