Shades of Electric Purple #BC16FA
Tints of Electric Purple #BC16FA
RGB
CMYK
RGB Variations
Color information
#BC16FA (or 0xBC16FA) is known color: Electric Purple. HEX triplet: BC, 16 and FA. RGB value is (188,22,250). Sum of RGB (Red+Green+Blue) = 188+22+250=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC16FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC16FA is #43E905. Grayscale: #606060. Windows color (decimal): -4450566 or 16389820. OLE color: 16389820.
HSL color Cylindrical-coordinate representation of color #BC16FA: hue angle of 283.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC16FA is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 22 | 250 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.02 |
| HSL | 283.68º | 0.96% | 0.53% | - |
| HSV(B) | 283.68º | 0.91% | 0.98% | - |
| XYZ | 38.28 | 18.17 | 91.93 | - |
| YUV | 97.63 | 214 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 250 | 0.25 | 0.91 | 0 | 0.02 | 283.68 | 0.96 | 0.53 |
| Hex | BC | 16 | FA | 19 | 5B | 0 | 2 | 11C | 60 | 35 |
| Octal | 274 | 26 | 372 | 31 | 133 | 0 | 2 | 434 | 140 | 65 |
| Binary | 10111100 | 10110 | 11111010 | 11001 | 1011011 | 0 | 10 | 100011100 | 1100000 | 110101 |
Color Harmonies of #BC16FA
Complementary color
Monochromatic Colors of #BC16FA
Black with #BC16FA
Text Example
Text Example
White with #BC16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16FA; }
p { color: rgb(188,22,250); }
H1.HeaderClassName
{
color: #BC16FA;
}
.AnyTagClassName
{
color: #BC16FA;
}
</style>
background-color css
<style>
a { background-color: #BC16FA; }
a { background-color: rgb(188,22,250); }
div.DivClassName
{
background-color: #BC16FA;
}
.BgClassName
{
background-color: #BC16FA;
}
</style>
border-color css
<style>
span { border-color: #BC16FA; }
span { border-color: rgb(188,22,250); }
td.TdClassName
{
border-color: #BC16FA;
}
.TagClassName
{
border-color: #BC16FA;
}
</style>