Shades of Electric Purple #BC2AF9
Tints of Electric Purple #BC2AF9
RGB
CMYK
RGB Variations
Color information
#BC2AF9 (or 0xBC2AF9) is known color: Electric Purple. HEX triplet: BC, 2A and F9. RGB value is (188,42,249). Sum of RGB (Red+Green+Blue) = 188+42+249=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 42 (16.80% from 255 or 8.77% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC2AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2AF9 is #43D506. Grayscale: #6C6C6C. Windows color (decimal): -4445447 or 16329404. OLE color: 16329404.
HSL color Cylindrical-coordinate representation of color #BC2AF9: hue angle of 282.32º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2AF9 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 42 | 249 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.02 |
| HSL | 282.32º | 0.95% | 0.57% | - |
| HSV(B) | 282.32º | 0.83% | 0.98% | - |
| XYZ | 38.67 | 19.19 | 91.29 | - |
| YUV | 109.25 | 206.87 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 249 | 0.24 | 0.83 | 0 | 0.02 | 282.32 | 0.95 | 0.57 |
| Hex | BC | 2A | F9 | 18 | 53 | 0 | 2 | 11A | 5F | 39 |
| Octal | 274 | 52 | 371 | 30 | 123 | 0 | 2 | 432 | 137 | 71 |
| Binary | 10111100 | 101010 | 11111001 | 11000 | 1010011 | 0 | 10 | 100011010 | 1011111 | 111001 |
Color Harmonies of #BC2AF9
Complementary color
Monochromatic Colors of #BC2AF9
Black with #BC2AF9
Text Example
Text Example
White with #BC2AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AF9; }
p { color: rgb(188,42,249); }
H1.HeaderClassName
{
color: #BC2AF9;
}
.AnyTagClassName
{
color: #BC2AF9;
}
</style>
background-color css
<style>
a { background-color: #BC2AF9; }
a { background-color: rgb(188,42,249); }
div.DivClassName
{
background-color: #BC2AF9;
}
.BgClassName
{
background-color: #BC2AF9;
}
</style>
border-color css
<style>
span { border-color: #BC2AF9; }
span { border-color: rgb(188,42,249); }
td.TdClassName
{
border-color: #BC2AF9;
}
.TagClassName
{
border-color: #BC2AF9;
}
</style>