Shades of Electric Purple #BC1EF3
Tints of Electric Purple #BC1EF3
RGB
CMYK
RGB Variations
Color information
#BC1EF3 (or 0xBC1EF3) is known color: Electric Purple. HEX triplet: BC, 1E and F3. RGB value is (188,30,243). Sum of RGB (Red+Green+Blue) = 188+30+243=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC1EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EF3 is #43E10C. Grayscale: #646464. Windows color (decimal): -4448525 or 15933116. OLE color: 15933116.
HSL color Cylindrical-coordinate representation of color #BC1EF3: hue angle of 284.51º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1EF3 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 30 | 243 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.05 |
| HSL | 284.51º | 0.9% | 0.54% | - |
| HSV(B) | 284.51º | 0.88% | 0.95% | - |
| XYZ | 37.38 | 18.09 | 86.32 | - |
| YUV | 101.52 | 207.85 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 243 | 0.23 | 0.88 | 0 | 0.05 | 284.51 | 0.9 | 0.54 |
| Hex | BC | 1E | F3 | 17 | 58 | 0 | 5 | 11D | 5A | 36 |
| Octal | 274 | 36 | 363 | 27 | 130 | 0 | 5 | 435 | 132 | 66 |
| Binary | 10111100 | 11110 | 11110011 | 10111 | 1011000 | 0 | 101 | 100011101 | 1011010 | 110110 |
Color Harmonies of #BC1EF3
Complementary color
Monochromatic Colors of #BC1EF3
Black with #BC1EF3
Text Example
Text Example
White with #BC1EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EF3; }
p { color: rgb(188,30,243); }
H1.HeaderClassName
{
color: #BC1EF3;
}
.AnyTagClassName
{
color: #BC1EF3;
}
</style>
background-color css
<style>
a { background-color: #BC1EF3; }
a { background-color: rgb(188,30,243); }
div.DivClassName
{
background-color: #BC1EF3;
}
.BgClassName
{
background-color: #BC1EF3;
}
</style>
border-color css
<style>
span { border-color: #BC1EF3; }
span { border-color: rgb(188,30,243); }
td.TdClassName
{
border-color: #BC1EF3;
}
.TagClassName
{
border-color: #BC1EF3;
}
</style>