Shades of Electric Purple #BC2CF3
Tints of Electric Purple #BC2CF3
RGB
CMYK
RGB Variations
Color information
#BC2CF3 (or 0xBC2CF3) is known color: Electric Purple. HEX triplet: BC, 2C and F3. RGB value is (188,44,243). Sum of RGB (Red+Green+Blue) = 188+44+243=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC2CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CF3 is #43D30C. Grayscale: #6D6D6D. Windows color (decimal): -4444941 or 15936700. OLE color: 15936700.
HSL color Cylindrical-coordinate representation of color #BC2CF3: hue angle of 283.42º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2CF3 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 44 | 243 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.05 |
| HSL | 283.42º | 0.89% | 0.56% | - |
| HSV(B) | 283.42º | 0.82% | 0.95% | - |
| XYZ | 37.82 | 18.96 | 86.46 | - |
| YUV | 109.74 | 203.21 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 243 | 0.23 | 0.82 | 0 | 0.05 | 283.42 | 0.89 | 0.56 |
| Hex | BC | 2C | F3 | 17 | 52 | 0 | 5 | 11B | 59 | 38 |
| Octal | 274 | 54 | 363 | 27 | 122 | 0 | 5 | 433 | 131 | 70 |
| Binary | 10111100 | 101100 | 11110011 | 10111 | 1010010 | 0 | 101 | 100011011 | 1011001 | 111000 |
Color Harmonies of #BC2CF3
Complementary color
Monochromatic Colors of #BC2CF3
Black with #BC2CF3
Text Example
Text Example
White with #BC2CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CF3; }
p { color: rgb(188,44,243); }
H1.HeaderClassName
{
color: #BC2CF3;
}
.AnyTagClassName
{
color: #BC2CF3;
}
</style>
background-color css
<style>
a { background-color: #BC2CF3; }
a { background-color: rgb(188,44,243); }
div.DivClassName
{
background-color: #BC2CF3;
}
.BgClassName
{
background-color: #BC2CF3;
}
</style>
border-color css
<style>
span { border-color: #BC2CF3; }
span { border-color: rgb(188,44,243); }
td.TdClassName
{
border-color: #BC2CF3;
}
.TagClassName
{
border-color: #BC2CF3;
}
</style>