Shades of Electric Purple #BC2AF7
Tints of Electric Purple #BC2AF7
RGB
CMYK
RGB Variations
Color information
#BC2AF7 (or 0xBC2AF7) is known color: Electric Purple. HEX triplet: BC, 2A and F7. RGB value is (188,42,247). Sum of RGB (Red+Green+Blue) = 188+42+247=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC2AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2AF7 is #43D508. Grayscale: #6C6C6C. Windows color (decimal): -4445449 or 16198332. OLE color: 16198332.
HSL color Cylindrical-coordinate representation of color #BC2AF7: hue angle of 282.73º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2AF7 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 42 | 247 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.03 |
| HSL | 282.73º | 0.93% | 0.57% | - |
| HSV(B) | 282.73º | 0.83% | 0.97% | - |
| XYZ | 38.36 | 19.06 | 89.65 | - |
| YUV | 109.02 | 205.87 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 247 | 0.24 | 0.83 | 0 | 0.03 | 282.73 | 0.93 | 0.57 |
| Hex | BC | 2A | F7 | 18 | 53 | 0 | 3 | 11B | 5D | 39 |
| Octal | 274 | 52 | 367 | 30 | 123 | 0 | 3 | 433 | 135 | 71 |
| Binary | 10111100 | 101010 | 11110111 | 11000 | 1010011 | 0 | 11 | 100011011 | 1011101 | 111001 |
Color Harmonies of #BC2AF7
Complementary color
Monochromatic Colors of #BC2AF7
Black with #BC2AF7
Text Example
Text Example
White with #BC2AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AF7; }
p { color: rgb(188,42,247); }
H1.HeaderClassName
{
color: #BC2AF7;
}
.AnyTagClassName
{
color: #BC2AF7;
}
</style>
background-color css
<style>
a { background-color: #BC2AF7; }
a { background-color: rgb(188,42,247); }
div.DivClassName
{
background-color: #BC2AF7;
}
.BgClassName
{
background-color: #BC2AF7;
}
</style>
border-color css
<style>
span { border-color: #BC2AF7; }
span { border-color: rgb(188,42,247); }
td.TdClassName
{
border-color: #BC2AF7;
}
.TagClassName
{
border-color: #BC2AF7;
}
</style>