Shades of Electric Purple #BC17FC
Tints of Electric Purple #BC17FC
RGB
CMYK
RGB Variations
Color information
#BC17FC (or 0xBC17FC) is known color: Electric Purple. HEX triplet: BC, 17 and FC. RGB value is (188,23,252). Sum of RGB (Red+Green+Blue) = 188+23+252=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC17FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17FC is #43E803. Grayscale: #616161. Windows color (decimal): -4450308 or 16521148. OLE color: 16521148.
HSL color Cylindrical-coordinate representation of color #BC17FC: hue angle of 283.23º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC17FC is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 23 | 252 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.01 |
| HSL | 283.23º | 0.97% | 0.54% | - |
| HSV(B) | 283.23º | 0.91% | 0.99% | - |
| XYZ | 38.62 | 18.33 | 93.6 | - |
| YUV | 98.44 | 214.66 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 252 | 0.25 | 0.91 | 0 | 0.01 | 283.23 | 0.97 | 0.54 |
| Hex | BC | 17 | FC | 19 | 5B | 0 | 1 | 11B | 61 | 36 |
| Octal | 274 | 27 | 374 | 31 | 133 | 0 | 1 | 433 | 141 | 66 |
| Binary | 10111100 | 10111 | 11111100 | 11001 | 1011011 | 0 | 1 | 100011011 | 1100001 | 110110 |
Color Harmonies of #BC17FC
Complementary color
Monochromatic Colors of #BC17FC
Black with #BC17FC
Text Example
Text Example
White with #BC17FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17FC; }
p { color: rgb(188,23,252); }
H1.HeaderClassName
{
color: #BC17FC;
}
.AnyTagClassName
{
color: #BC17FC;
}
</style>
background-color css
<style>
a { background-color: #BC17FC; }
a { background-color: rgb(188,23,252); }
div.DivClassName
{
background-color: #BC17FC;
}
.BgClassName
{
background-color: #BC17FC;
}
</style>
border-color css
<style>
span { border-color: #BC17FC; }
span { border-color: rgb(188,23,252); }
td.TdClassName
{
border-color: #BC17FC;
}
.TagClassName
{
border-color: #BC17FC;
}
</style>