Shades of Electric Purple #BC2AF8
Tints of Electric Purple #BC2AF8
RGB
CMYK
RGB Variations
Color information
#BC2AF8 (or 0xBC2AF8) is known color: Electric Purple. HEX triplet: BC, 2A and F8. RGB value is (188,42,248). Sum of RGB (Red+Green+Blue) = 188+42+248=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC2AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2AF8 is #43D507. Grayscale: #6C6C6C. Windows color (decimal): -4445448 or 16263868. OLE color: 16263868.
HSL color Cylindrical-coordinate representation of color #BC2AF8: hue angle of 282.52º degrees, saturation: 0.94, 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 #BC2AF8 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 42 | 248 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.03 |
| HSL | 282.52º | 0.94% | 0.57% | - |
| HSV(B) | 282.52º | 0.83% | 0.97% | - |
| XYZ | 38.51 | 19.12 | 90.47 | - |
| YUV | 109.14 | 206.37 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 248 | 0.24 | 0.83 | 0 | 0.03 | 282.52 | 0.94 | 0.57 |
| Hex | BC | 2A | F8 | 18 | 53 | 0 | 3 | 11B | 5E | 39 |
| Octal | 274 | 52 | 370 | 30 | 123 | 0 | 3 | 433 | 136 | 71 |
| Binary | 10111100 | 101010 | 11111000 | 11000 | 1010011 | 0 | 11 | 100011011 | 1011110 | 111001 |
Color Harmonies of #BC2AF8
Complementary color
Monochromatic Colors of #BC2AF8
Black with #BC2AF8
Text Example
Text Example
White with #BC2AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AF8; }
p { color: rgb(188,42,248); }
H1.HeaderClassName
{
color: #BC2AF8;
}
.AnyTagClassName
{
color: #BC2AF8;
}
</style>
background-color css
<style>
a { background-color: #BC2AF8; }
a { background-color: rgb(188,42,248); }
div.DivClassName
{
background-color: #BC2AF8;
}
.BgClassName
{
background-color: #BC2AF8;
}
</style>
border-color css
<style>
span { border-color: #BC2AF8; }
span { border-color: rgb(188,42,248); }
td.TdClassName
{
border-color: #BC2AF8;
}
.TagClassName
{
border-color: #BC2AF8;
}
</style>