Shades of Electric Purple #BC1CFF
Tints of Electric Purple #BC1CFF
RGB
CMYK
RGB Variations
Color information
#BC1CFF (or 0xBC1CFF) is known color: Electric Purple. HEX triplet: BC, 1C and FF. RGB value is (188,28,255). Sum of RGB (Red+Green+Blue) = 188+28+255=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CFF is #43E300. Grayscale: #646464. Windows color (decimal): -4449025 or 16719036. OLE color: 16719036.
HSL color Cylindrical-coordinate representation of color #BC1CFF: hue angle of 282.29º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1CFF is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 28 | 255 | - |
| CMYK | 0.26 | 0.89 | 0 | 0 |
| HSL | 282.29º | 1% | 0.55% | - |
| HSV(B) | 282.29º | 0.89% | 1% | - |
| XYZ | 39.2 | 18.74 | 96.16 | - |
| YUV | 101.72 | 214.51 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 255 | 0.26 | 0.89 | 0 | 0 | 282.29 | 1 | 0.55 |
| Hex | BC | 1C | FF | 1A | 59 | 0 | 0 | 11A | 64 | 37 |
| Octal | 274 | 34 | 377 | 32 | 131 | 0 | 0 | 432 | 144 | 67 |
| Binary | 10111100 | 11100 | 11111111 | 11010 | 1011001 | 0 | 0 | 100011010 | 1100100 | 110111 |
Color Harmonies of #BC1CFF
Complementary color
Monochromatic Colors of #BC1CFF
Black with #BC1CFF
Text Example
Text Example
White with #BC1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CFF; }
p { color: rgb(188,28,255); }
H1.HeaderClassName
{
color: #BC1CFF;
}
.AnyTagClassName
{
color: #BC1CFF;
}
</style>
background-color css
<style>
a { background-color: #BC1CFF; }
a { background-color: rgb(188,28,255); }
div.DivClassName
{
background-color: #BC1CFF;
}
.BgClassName
{
background-color: #BC1CFF;
}
</style>
border-color css
<style>
span { border-color: #BC1CFF; }
span { border-color: rgb(188,28,255); }
td.TdClassName
{
border-color: #BC1CFF;
}
.TagClassName
{
border-color: #BC1CFF;
}
</style>