Shades of Electric Purple #BC18FF
Tints of Electric Purple #BC18FF
RGB
CMYK
RGB Variations
Color information
#BC18FF (or 0xBC18FF) is known color: Electric Purple. HEX triplet: BC, 18 and FF. RGB value is (188,24,255). Sum of RGB (Red+Green+Blue) = 188+24+255=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC18FF is #43E700. Grayscale: #626262. Windows color (decimal): -4450049 or 16718012. OLE color: 16718012.
HSL color Cylindrical-coordinate representation of color #BC18FF: hue angle of 282.6º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC18FF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 24 | 255 | - |
| CMYK | 0.26 | 0.91 | 0 | 0 |
| HSL | 282.6º | 1% | 0.55% | - |
| HSV(B) | 282.6º | 0.91% | 1% | - |
| XYZ | 39.12 | 18.56 | 96.13 | - |
| YUV | 99.37 | 215.83 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 255 | 0.26 | 0.91 | 0 | 0 | 282.6 | 1 | 0.55 |
| Hex | BC | 18 | FF | 1A | 5B | 0 | 0 | 11B | 64 | 37 |
| Octal | 274 | 30 | 377 | 32 | 133 | 0 | 0 | 433 | 144 | 67 |
| Binary | 10111100 | 11000 | 11111111 | 11010 | 1011011 | 0 | 0 | 100011011 | 1100100 | 110111 |
Color Harmonies of #BC18FF
Complementary color
Monochromatic Colors of #BC18FF
Black with #BC18FF
Text Example
Text Example
White with #BC18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18FF; }
p { color: rgb(188,24,255); }
H1.HeaderClassName
{
color: #BC18FF;
}
.AnyTagClassName
{
color: #BC18FF;
}
</style>
background-color css
<style>
a { background-color: #BC18FF; }
a { background-color: rgb(188,24,255); }
div.DivClassName
{
background-color: #BC18FF;
}
.BgClassName
{
background-color: #BC18FF;
}
</style>
border-color css
<style>
span { border-color: #BC18FF; }
span { border-color: rgb(188,24,255); }
td.TdClassName
{
border-color: #BC18FF;
}
.TagClassName
{
border-color: #BC18FF;
}
</style>