Shades of Electric Purple #BC2DF8
Tints of Electric Purple #BC2DF8
RGB
CMYK
RGB Variations
Color information
#BC2DF8 (or 0xBC2DF8) is known color: Electric Purple. HEX triplet: BC, 2D and F8. RGB value is (188,45,248). Sum of RGB (Red+Green+Blue) = 188+45+248=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC2DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DF8 is #43D207. Grayscale: #6E6E6E. Windows color (decimal): -4444680 or 16264636. OLE color: 16264636.
HSL color Cylindrical-coordinate representation of color #BC2DF8: hue angle of 282.27º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2DF8 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 45 | 248 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.03 |
| HSL | 282.27º | 0.94% | 0.57% | - |
| HSV(B) | 282.27º | 0.82% | 0.97% | - |
| XYZ | 38.62 | 19.35 | 90.51 | - |
| YUV | 110.9 | 205.38 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 248 | 0.24 | 0.82 | 0 | 0.03 | 282.27 | 0.94 | 0.57 |
| Hex | BC | 2D | F8 | 18 | 52 | 0 | 3 | 11A | 5E | 39 |
| Octal | 274 | 55 | 370 | 30 | 122 | 0 | 3 | 432 | 136 | 71 |
| Binary | 10111100 | 101101 | 11111000 | 11000 | 1010010 | 0 | 11 | 100011010 | 1011110 | 111001 |
Color Harmonies of #BC2DF8
Complementary color
Monochromatic Colors of #BC2DF8
Black with #BC2DF8
Text Example
Text Example
White with #BC2DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DF8; }
p { color: rgb(188,45,248); }
H1.HeaderClassName
{
color: #BC2DF8;
}
.AnyTagClassName
{
color: #BC2DF8;
}
</style>
background-color css
<style>
a { background-color: #BC2DF8; }
a { background-color: rgb(188,45,248); }
div.DivClassName
{
background-color: #BC2DF8;
}
.BgClassName
{
background-color: #BC2DF8;
}
</style>
border-color css
<style>
span { border-color: #BC2DF8; }
span { border-color: rgb(188,45,248); }
td.TdClassName
{
border-color: #BC2DF8;
}
.TagClassName
{
border-color: #BC2DF8;
}
</style>