Shades of Electric Purple #BC14E6
Tints of Electric Purple #BC14E6
RGB
CMYK
RGB Variations
Color information
#BC14E6 (or 0xBC14E6) is known color: Electric Purple. HEX triplet: BC, 14 and E6. RGB value is (188,20,230). Sum of RGB (Red+Green+Blue) = 188+20+230=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC14E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC14E6 is #43EB19. Grayscale: #5D5D5D. Windows color (decimal): -4451098 or 15078588. OLE color: 15078588.
HSL color Cylindrical-coordinate representation of color #BC14E6: hue angle of 288º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC14E6 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 20 | 230 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.10 |
| HSL | 288º | 0.84% | 0.49% | - |
| HSV(B) | 288º | 0.91% | 0.9% | - |
| XYZ | 35.27 | 16.9 | 76.27 | - |
| YUV | 94.17 | 204.66 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 230 | 0.18 | 0.91 | 0 | 0.10 | 288 | 0.84 | 0.49 |
| Hex | BC | 14 | E6 | 12 | 5B | 0 | A | 120 | 54 | 31 |
| Octal | 274 | 24 | 346 | 22 | 133 | 0 | 12 | 440 | 124 | 61 |
| Binary | 10111100 | 10100 | 11100110 | 10010 | 1011011 | 0 | 1010 | 100100000 | 1010100 | 110001 |
Color Harmonies of #BC14E6
Complementary color
Monochromatic Colors of #BC14E6
Black with #BC14E6
Text Example
Text Example
White with #BC14E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14E6; }
p { color: rgb(188,20,230); }
H1.HeaderClassName
{
color: #BC14E6;
}
.AnyTagClassName
{
color: #BC14E6;
}
</style>
background-color css
<style>
a { background-color: #BC14E6; }
a { background-color: rgb(188,20,230); }
div.DivClassName
{
background-color: #BC14E6;
}
.BgClassName
{
background-color: #BC14E6;
}
</style>
border-color css
<style>
span { border-color: #BC14E6; }
span { border-color: rgb(188,20,230); }
td.TdClassName
{
border-color: #BC14E6;
}
.TagClassName
{
border-color: #BC14E6;
}
</style>