Shades of Electric Purple #BC29EF
Tints of Electric Purple #BC29EF
RGB
CMYK
RGB Variations
Color information
#BC29EF (or 0xBC29EF) is known color: Electric Purple. HEX triplet: BC, 29 and EF. RGB value is (188,41,239). Sum of RGB (Red+Green+Blue) = 188+41+239=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC29EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC29EF is #43D610. Grayscale: #6A6A6A. Windows color (decimal): -4445713 or 15673788. OLE color: 15673788.
HSL color Cylindrical-coordinate representation of color #BC29EF: hue angle of 284.55º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC29EF is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 41 | 239 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.06 |
| HSL | 284.55º | 0.86% | 0.55% | - |
| HSV(B) | 284.55º | 0.83% | 0.94% | - |
| XYZ | 37.11 | 18.51 | 83.28 | - |
| YUV | 107.53 | 202.2 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 239 | 0.21 | 0.83 | 0 | 0.06 | 284.55 | 0.86 | 0.55 |
| Hex | BC | 29 | EF | 15 | 53 | 0 | 6 | 11D | 56 | 37 |
| Octal | 274 | 51 | 357 | 25 | 123 | 0 | 6 | 435 | 126 | 67 |
| Binary | 10111100 | 101001 | 11101111 | 10101 | 1010011 | 0 | 110 | 100011101 | 1010110 | 110111 |
Color Harmonies of #BC29EF
Complementary color
Monochromatic Colors of #BC29EF
Black with #BC29EF
Text Example
Text Example
White with #BC29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29EF; }
p { color: rgb(188,41,239); }
H1.HeaderClassName
{
color: #BC29EF;
}
.AnyTagClassName
{
color: #BC29EF;
}
</style>
background-color css
<style>
a { background-color: #BC29EF; }
a { background-color: rgb(188,41,239); }
div.DivClassName
{
background-color: #BC29EF;
}
.BgClassName
{
background-color: #BC29EF;
}
</style>
border-color css
<style>
span { border-color: #BC29EF; }
span { border-color: rgb(188,41,239); }
td.TdClassName
{
border-color: #BC29EF;
}
.TagClassName
{
border-color: #BC29EF;
}
</style>