Shades of Electric Purple #BC18F0
Tints of Electric Purple #BC18F0
RGB
CMYK
RGB Variations
Color information
#BC18F0 (or 0xBC18F0) is known color: Electric Purple. HEX triplet: BC, 18 and F0. RGB value is (188,24,240). Sum of RGB (Red+Green+Blue) = 188+24+240=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC18F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18F0 is #43E70F. Grayscale: #606060. Windows color (decimal): -4450064 or 15734972. OLE color: 15734972.
HSL color Cylindrical-coordinate representation of color #BC18F0: hue angle of 285.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC18F0 is Cyan = 0.22, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 24 | 240 | - |
| CMYK | 0.22 | 0.9 | 0 | 0.06 |
| HSL | 285.56º | 0.88% | 0.52% | - |
| HSV(B) | 285.56º | 0.9% | 0.94% | - |
| XYZ | 36.79 | 17.64 | 83.9 | - |
| YUV | 97.66 | 208.33 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 240 | 0.22 | 0.9 | 0 | 0.06 | 285.56 | 0.88 | 0.52 |
| Hex | BC | 18 | F0 | 16 | 5A | 0 | 6 | 11E | 58 | 34 |
| Octal | 274 | 30 | 360 | 26 | 132 | 0 | 6 | 436 | 130 | 64 |
| Binary | 10111100 | 11000 | 11110000 | 10110 | 1011010 | 0 | 110 | 100011110 | 1011000 | 110100 |
Color Harmonies of #BC18F0
Complementary color
Monochromatic Colors of #BC18F0
Black with #BC18F0
Text Example
Text Example
White with #BC18F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18F0; }
p { color: rgb(188,24,240); }
H1.HeaderClassName
{
color: #BC18F0;
}
.AnyTagClassName
{
color: #BC18F0;
}
</style>
background-color css
<style>
a { background-color: #BC18F0; }
a { background-color: rgb(188,24,240); }
div.DivClassName
{
background-color: #BC18F0;
}
.BgClassName
{
background-color: #BC18F0;
}
</style>
border-color css
<style>
span { border-color: #BC18F0; }
span { border-color: rgb(188,24,240); }
td.TdClassName
{
border-color: #BC18F0;
}
.TagClassName
{
border-color: #BC18F0;
}
</style>