Shades of Electric Purple #BC1BFA
Tints of Electric Purple #BC1BFA
RGB
CMYK
RGB Variations
Color information
#BC1BFA (or 0xBC1BFA) is known color: Electric Purple. HEX triplet: BC, 1B and FA. RGB value is (188,27,250). Sum of RGB (Red+Green+Blue) = 188+27+250=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC1BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1BFA is #43E405. Grayscale: #636363. Windows color (decimal): -4449286 or 16391100. OLE color: 16391100.
HSL color Cylindrical-coordinate representation of color #BC1BFA: hue angle of 283.32º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1BFA is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 27 | 250 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.02 |
| HSL | 283.32º | 0.96% | 0.54% | - |
| HSV(B) | 283.32º | 0.89% | 0.98% | - |
| XYZ | 38.39 | 18.38 | 91.97 | - |
| YUV | 100.56 | 212.34 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 250 | 0.25 | 0.89 | 0 | 0.02 | 283.32 | 0.96 | 0.54 |
| Hex | BC | 1B | FA | 19 | 59 | 0 | 2 | 11B | 60 | 36 |
| Octal | 274 | 33 | 372 | 31 | 131 | 0 | 2 | 433 | 140 | 66 |
| Binary | 10111100 | 11011 | 11111010 | 11001 | 1011001 | 0 | 10 | 100011011 | 1100000 | 110110 |
Color Harmonies of #BC1BFA
Complementary color
Monochromatic Colors of #BC1BFA
Black with #BC1BFA
Text Example
Text Example
White with #BC1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BFA; }
p { color: rgb(188,27,250); }
H1.HeaderClassName
{
color: #BC1BFA;
}
.AnyTagClassName
{
color: #BC1BFA;
}
</style>
background-color css
<style>
a { background-color: #BC1BFA; }
a { background-color: rgb(188,27,250); }
div.DivClassName
{
background-color: #BC1BFA;
}
.BgClassName
{
background-color: #BC1BFA;
}
</style>
border-color css
<style>
span { border-color: #BC1BFA; }
span { border-color: rgb(188,27,250); }
td.TdClassName
{
border-color: #BC1BFA;
}
.TagClassName
{
border-color: #BC1BFA;
}
</style>