Shades of Electric Purple #BC17FA
Tints of Electric Purple #BC17FA
RGB
CMYK
RGB Variations
Color information
#BC17FA (or 0xBC17FA) is known color: Electric Purple. HEX triplet: BC, 17 and FA. RGB value is (188,23,250). Sum of RGB (Red+Green+Blue) = 188+23+250=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC17FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17FA is #43E805. Grayscale: #616161. Windows color (decimal): -4450310 or 16390076. OLE color: 16390076.
HSL color Cylindrical-coordinate representation of color #BC17FA: hue angle of 283.61º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC17FA is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 23 | 250 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.02 |
| HSL | 283.61º | 0.96% | 0.54% | - |
| HSV(B) | 283.61º | 0.91% | 0.98% | - |
| XYZ | 38.3 | 18.21 | 91.94 | - |
| YUV | 98.21 | 213.66 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 250 | 0.25 | 0.91 | 0 | 0.02 | 283.61 | 0.96 | 0.54 |
| Hex | BC | 17 | FA | 19 | 5B | 0 | 2 | 11C | 60 | 36 |
| Octal | 274 | 27 | 372 | 31 | 133 | 0 | 2 | 434 | 140 | 66 |
| Binary | 10111100 | 10111 | 11111010 | 11001 | 1011011 | 0 | 10 | 100011100 | 1100000 | 110110 |
Color Harmonies of #BC17FA
Complementary color
Monochromatic Colors of #BC17FA
Black with #BC17FA
Text Example
Text Example
White with #BC17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17FA; }
p { color: rgb(188,23,250); }
H1.HeaderClassName
{
color: #BC17FA;
}
.AnyTagClassName
{
color: #BC17FA;
}
</style>
background-color css
<style>
a { background-color: #BC17FA; }
a { background-color: rgb(188,23,250); }
div.DivClassName
{
background-color: #BC17FA;
}
.BgClassName
{
background-color: #BC17FA;
}
</style>
border-color css
<style>
span { border-color: #BC17FA; }
span { border-color: rgb(188,23,250); }
td.TdClassName
{
border-color: #BC17FA;
}
.TagClassName
{
border-color: #BC17FA;
}
</style>