Shades of Electric Purple #BC1CFD
Tints of Electric Purple #BC1CFD
RGB
CMYK
RGB Variations
Color information
#BC1CFD (or 0xBC1CFD) is known color: Electric Purple. HEX triplet: BC, 1C and FD. RGB value is (188,28,253). Sum of RGB (Red+Green+Blue) = 188+28+253=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC1CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CFD is #43E302. Grayscale: #646464. Windows color (decimal): -4449027 or 16587964. OLE color: 16587964.
HSL color Cylindrical-coordinate representation of color #BC1CFD: hue angle of 282.67º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1CFD is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 28 | 253 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.01 |
| HSL | 282.67º | 0.98% | 0.55% | - |
| HSV(B) | 282.67º | 0.89% | 0.99% | - |
| XYZ | 38.88 | 18.61 | 94.47 | - |
| YUV | 101.49 | 213.51 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 253 | 0.26 | 0.89 | 0 | 0.01 | 282.67 | 0.98 | 0.55 |
| Hex | BC | 1C | FD | 1A | 59 | 0 | 1 | 11B | 62 | 37 |
| Octal | 274 | 34 | 375 | 32 | 131 | 0 | 1 | 433 | 142 | 67 |
| Binary | 10111100 | 11100 | 11111101 | 11010 | 1011001 | 0 | 1 | 100011011 | 1100010 | 110111 |
Color Harmonies of #BC1CFD
Complementary color
Monochromatic Colors of #BC1CFD
Black with #BC1CFD
Text Example
Text Example
White with #BC1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CFD; }
p { color: rgb(188,28,253); }
H1.HeaderClassName
{
color: #BC1CFD;
}
.AnyTagClassName
{
color: #BC1CFD;
}
</style>
background-color css
<style>
a { background-color: #BC1CFD; }
a { background-color: rgb(188,28,253); }
div.DivClassName
{
background-color: #BC1CFD;
}
.BgClassName
{
background-color: #BC1CFD;
}
</style>
border-color css
<style>
span { border-color: #BC1CFD; }
span { border-color: rgb(188,28,253); }
td.TdClassName
{
border-color: #BC1CFD;
}
.TagClassName
{
border-color: #BC1CFD;
}
</style>