Shades of Electric Purple #BC1DFF
Tints of Electric Purple #BC1DFF
RGB
CMYK
RGB Variations
Color information
#BC1DFF (or 0xBC1DFF) is known color: Electric Purple. HEX triplet: BC, 1D and FF. RGB value is (188,29,255). Sum of RGB (Red+Green+Blue) = 188+29+255=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC1DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1DFF is #43E200. Grayscale: #656565. Windows color (decimal): -4448769 or 16719292. OLE color: 16719292.
HSL color Cylindrical-coordinate representation of color #BC1DFF: hue angle of 282.21º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1DFF is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 29 | 255 | - |
| CMYK | 0.26 | 0.89 | 0 | 0 |
| HSL | 282.21º | 1% | 0.56% | - |
| HSV(B) | 282.21º | 0.89% | 1% | - |
| XYZ | 39.23 | 18.79 | 96.17 | - |
| YUV | 102.31 | 214.18 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 255 | 0.26 | 0.89 | 0 | 0 | 282.21 | 1 | 0.56 |
| Hex | BC | 1D | FF | 1A | 59 | 0 | 0 | 11A | 64 | 38 |
| Octal | 274 | 35 | 377 | 32 | 131 | 0 | 0 | 432 | 144 | 70 |
| Binary | 10111100 | 11101 | 11111111 | 11010 | 1011001 | 0 | 0 | 100011010 | 1100100 | 111000 |
Color Harmonies of #BC1DFF
Complementary color
Monochromatic Colors of #BC1DFF
Black with #BC1DFF
Text Example
Text Example
White with #BC1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DFF; }
p { color: rgb(188,29,255); }
H1.HeaderClassName
{
color: #BC1DFF;
}
.AnyTagClassName
{
color: #BC1DFF;
}
</style>
background-color css
<style>
a { background-color: #BC1DFF; }
a { background-color: rgb(188,29,255); }
div.DivClassName
{
background-color: #BC1DFF;
}
.BgClassName
{
background-color: #BC1DFF;
}
</style>
border-color css
<style>
span { border-color: #BC1DFF; }
span { border-color: rgb(188,29,255); }
td.TdClassName
{
border-color: #BC1DFF;
}
.TagClassName
{
border-color: #BC1DFF;
}
</style>