Shades of Electric Purple #BC1FFA
Tints of Electric Purple #BC1FFA
RGB
CMYK
RGB Variations
Color information
#BC1FFA (or 0xBC1FFA) is known color: Electric Purple. HEX triplet: BC, 1F and FA. RGB value is (188,31,250). Sum of RGB (Red+Green+Blue) = 188+31+250=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC1FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1FFA is #43E005. Grayscale: #666666. Windows color (decimal): -4448262 or 16392124. OLE color: 16392124.
HSL color Cylindrical-coordinate representation of color #BC1FFA: hue angle of 283.01º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1FFA is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 31 | 250 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.02 |
| HSL | 283.01º | 0.96% | 0.55% | - |
| HSV(B) | 283.01º | 0.88% | 0.98% | - |
| XYZ | 38.48 | 18.57 | 92 | - |
| YUV | 102.91 | 211.01 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 250 | 0.25 | 0.88 | 0 | 0.02 | 283.01 | 0.96 | 0.55 |
| Hex | BC | 1F | FA | 19 | 58 | 0 | 2 | 11B | 60 | 37 |
| Octal | 274 | 37 | 372 | 31 | 130 | 0 | 2 | 433 | 140 | 67 |
| Binary | 10111100 | 11111 | 11111010 | 11001 | 1011000 | 0 | 10 | 100011011 | 1100000 | 110111 |
Color Harmonies of #BC1FFA
Complementary color
Monochromatic Colors of #BC1FFA
Black with #BC1FFA
Text Example
Text Example
White with #BC1FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FFA; }
p { color: rgb(188,31,250); }
H1.HeaderClassName
{
color: #BC1FFA;
}
.AnyTagClassName
{
color: #BC1FFA;
}
</style>
background-color css
<style>
a { background-color: #BC1FFA; }
a { background-color: rgb(188,31,250); }
div.DivClassName
{
background-color: #BC1FFA;
}
.BgClassName
{
background-color: #BC1FFA;
}
</style>
border-color css
<style>
span { border-color: #BC1FFA; }
span { border-color: rgb(188,31,250); }
td.TdClassName
{
border-color: #BC1FFA;
}
.TagClassName
{
border-color: #BC1FFA;
}
</style>