Shades of Electric Purple #BC18FC
Tints of Electric Purple #BC18FC
RGB
CMYK
RGB Variations
Color information
#BC18FC (or 0xBC18FC) is known color: Electric Purple. HEX triplet: BC, 18 and FC. RGB value is (188,24,252). Sum of RGB (Red+Green+Blue) = 188+24+252=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC18FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18FC is #43E703. Grayscale: #626262. Windows color (decimal): -4450052 or 16521404. OLE color: 16521404.
HSL color Cylindrical-coordinate representation of color #BC18FC: hue angle of 283.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC18FC is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 24 | 252 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.01 |
| HSL | 283.16º | 0.97% | 0.54% | - |
| HSV(B) | 283.16º | 0.9% | 0.99% | - |
| XYZ | 38.64 | 18.37 | 93.61 | - |
| YUV | 99.03 | 214.33 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 252 | 0.25 | 0.90 | 0 | 0.01 | 283.16 | 0.97 | 0.54 |
| Hex | BC | 18 | FC | 19 | 5A | 0 | 1 | 11B | 61 | 36 |
| Octal | 274 | 30 | 374 | 31 | 132 | 0 | 1 | 433 | 141 | 66 |
| Binary | 10111100 | 11000 | 11111100 | 11001 | 1011010 | 0 | 1 | 100011011 | 1100001 | 110110 |
Color Harmonies of #BC18FC
Complementary color
Monochromatic Colors of #BC18FC
Black with #BC18FC
Text Example
Text Example
White with #BC18FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18FC; }
p { color: rgb(188,24,252); }
H1.HeaderClassName
{
color: #BC18FC;
}
.AnyTagClassName
{
color: #BC18FC;
}
</style>
background-color css
<style>
a { background-color: #BC18FC; }
a { background-color: rgb(188,24,252); }
div.DivClassName
{
background-color: #BC18FC;
}
.BgClassName
{
background-color: #BC18FC;
}
</style>
border-color css
<style>
span { border-color: #BC18FC; }
span { border-color: rgb(188,24,252); }
td.TdClassName
{
border-color: #BC18FC;
}
.TagClassName
{
border-color: #BC18FC;
}
</style>