Shades of Electric Purple #BC1FFF
Tints of Electric Purple #BC1FFF
RGB
CMYK
RGB Variations
Color information
#BC1FFF (or 0xBC1FFF) is known color: Electric Purple. HEX triplet: BC, 1F and FF. RGB value is (188,31,255). Sum of RGB (Red+Green+Blue) = 188+31+255=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC1FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1FFF is #43E000. Grayscale: #666666. Windows color (decimal): -4448257 or 16719804. OLE color: 16719804.
HSL color Cylindrical-coordinate representation of color #BC1FFF: hue angle of 282.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1FFF is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 31 | 255 | - |
| CMYK | 0.26 | 0.88 | 0 | 0 |
| HSL | 282.05º | 1% | 0.56% | - |
| HSV(B) | 282.05º | 0.88% | 1% | - |
| XYZ | 39.28 | 18.89 | 96.18 | - |
| YUV | 103.48 | 213.51 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 255 | 0.26 | 0.88 | 0 | 0 | 282.05 | 1 | 0.56 |
| Hex | BC | 1F | FF | 1A | 58 | 0 | 0 | 11A | 64 | 38 |
| Octal | 274 | 37 | 377 | 32 | 130 | 0 | 0 | 432 | 144 | 70 |
| Binary | 10111100 | 11111 | 11111111 | 11010 | 1011000 | 0 | 0 | 100011010 | 1100100 | 111000 |
Color Harmonies of #BC1FFF
Complementary color
Monochromatic Colors of #BC1FFF
Black with #BC1FFF
Text Example
Text Example
White with #BC1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FFF; }
p { color: rgb(188,31,255); }
H1.HeaderClassName
{
color: #BC1FFF;
}
.AnyTagClassName
{
color: #BC1FFF;
}
</style>
background-color css
<style>
a { background-color: #BC1FFF; }
a { background-color: rgb(188,31,255); }
div.DivClassName
{
background-color: #BC1FFF;
}
.BgClassName
{
background-color: #BC1FFF;
}
</style>
border-color css
<style>
span { border-color: #BC1FFF; }
span { border-color: rgb(188,31,255); }
td.TdClassName
{
border-color: #BC1FFF;
}
.TagClassName
{
border-color: #BC1FFF;
}
</style>