Shades of Electric Purple #BC2DF2
Tints of Electric Purple #BC2DF2
RGB
CMYK
RGB Variations
Color information
#BC2DF2 (or 0xBC2DF2) is known color: Electric Purple. HEX triplet: BC, 2D and F2. RGB value is (188,45,242). Sum of RGB (Red+Green+Blue) = 188+45+242=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC2DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2DF2 is #43D20D. Grayscale: #6D6D6D. Windows color (decimal): -4444686 or 15871420. OLE color: 15871420.
HSL color Cylindrical-coordinate representation of color #BC2DF2: hue angle of 283.55º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2DF2 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 45 | 242 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.05 |
| HSL | 283.55º | 0.88% | 0.56% | - |
| HSV(B) | 283.55º | 0.81% | 0.95% | - |
| XYZ | 37.7 | 18.98 | 85.68 | - |
| YUV | 110.22 | 202.38 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 242 | 0.22 | 0.81 | 0 | 0.05 | 283.55 | 0.88 | 0.56 |
| Hex | BC | 2D | F2 | 16 | 51 | 0 | 5 | 11C | 58 | 38 |
| Octal | 274 | 55 | 362 | 26 | 121 | 0 | 5 | 434 | 130 | 70 |
| Binary | 10111100 | 101101 | 11110010 | 10110 | 1010001 | 0 | 101 | 100011100 | 1011000 | 111000 |
Color Harmonies of #BC2DF2
Complementary color
Monochromatic Colors of #BC2DF2
Black with #BC2DF2
Text Example
Text Example
White with #BC2DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DF2; }
p { color: rgb(188,45,242); }
H1.HeaderClassName
{
color: #BC2DF2;
}
.AnyTagClassName
{
color: #BC2DF2;
}
</style>
background-color css
<style>
a { background-color: #BC2DF2; }
a { background-color: rgb(188,45,242); }
div.DivClassName
{
background-color: #BC2DF2;
}
.BgClassName
{
background-color: #BC2DF2;
}
</style>
border-color css
<style>
span { border-color: #BC2DF2; }
span { border-color: rgb(188,45,242); }
td.TdClassName
{
border-color: #BC2DF2;
}
.TagClassName
{
border-color: #BC2DF2;
}
</style>