Shades of Electric Purple #BC1AFE
Tints of Electric Purple #BC1AFE
RGB
CMYK
RGB Variations
Color information
#BC1AFE (or 0xBC1AFE) is known color: Electric Purple. HEX triplet: BC, 1A and FE. RGB value is (188,26,254). Sum of RGB (Red+Green+Blue) = 188+26+254=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC1AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1AFE is #43E501. Grayscale: #636363. Windows color (decimal): -4449538 or 16652988. OLE color: 16652988.
HSL color Cylindrical-coordinate representation of color #BC1AFE: hue angle of 282.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1AFE is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 26 | 254 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.00 |
| HSL | 282.63º | 0.99% | 0.55% | - |
| HSV(B) | 282.63º | 0.9% | 1% | - |
| XYZ | 39 | 18.59 | 95.3 | - |
| YUV | 100.43 | 214.67 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 254 | 0.26 | 0.90 | 0 | 0.00 | 282.63 | 0.99 | 0.55 |
| Hex | BC | 1A | FE | 1A | 5A | 0 | 0 | 11B | 63 | 37 |
| Octal | 274 | 32 | 376 | 32 | 132 | 0 | 0 | 433 | 143 | 67 |
| Binary | 10111100 | 11010 | 11111110 | 11010 | 1011010 | 0 | 0 | 100011011 | 1100011 | 110111 |
Color Harmonies of #BC1AFE
Complementary color
Monochromatic Colors of #BC1AFE
Black with #BC1AFE
Text Example
Text Example
White with #BC1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AFE; }
p { color: rgb(188,26,254); }
H1.HeaderClassName
{
color: #BC1AFE;
}
.AnyTagClassName
{
color: #BC1AFE;
}
</style>
background-color css
<style>
a { background-color: #BC1AFE; }
a { background-color: rgb(188,26,254); }
div.DivClassName
{
background-color: #BC1AFE;
}
.BgClassName
{
background-color: #BC1AFE;
}
</style>
border-color css
<style>
span { border-color: #BC1AFE; }
span { border-color: rgb(188,26,254); }
td.TdClassName
{
border-color: #BC1AFE;
}
.TagClassName
{
border-color: #BC1AFE;
}
</style>