Shades of Electric Purple #BC29EA
Tints of Electric Purple #BC29EA
RGB
CMYK
RGB Variations
Color information
#BC29EA (or 0xBC29EA) is known color: Electric Purple. HEX triplet: BC, 29 and EA. RGB value is (188,41,234). Sum of RGB (Red+Green+Blue) = 188+41+234=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC29EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC29EA is #43D615. Grayscale: #6A6A6A. Windows color (decimal): -4445718 or 15346108. OLE color: 15346108.
HSL color Cylindrical-coordinate representation of color #BC29EA: hue angle of 285.7º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC29EA is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 41 | 234 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.08 |
| HSL | 285.7º | 0.82% | 0.54% | - |
| HSV(B) | 285.7º | 0.82% | 0.92% | - |
| XYZ | 36.38 | 18.22 | 79.44 | - |
| YUV | 106.96 | 199.7 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 234 | 0.20 | 0.82 | 0 | 0.08 | 285.7 | 0.82 | 0.54 |
| Hex | BC | 29 | EA | 14 | 52 | 0 | 8 | 11E | 52 | 36 |
| Octal | 274 | 51 | 352 | 24 | 122 | 0 | 10 | 436 | 122 | 66 |
| Binary | 10111100 | 101001 | 11101010 | 10100 | 1010010 | 0 | 1000 | 100011110 | 1010010 | 110110 |
Color Harmonies of #BC29EA
Complementary color
Monochromatic Colors of #BC29EA
Black with #BC29EA
Text Example
Text Example
White with #BC29EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29EA; }
p { color: rgb(188,41,234); }
H1.HeaderClassName
{
color: #BC29EA;
}
.AnyTagClassName
{
color: #BC29EA;
}
</style>
background-color css
<style>
a { background-color: #BC29EA; }
a { background-color: rgb(188,41,234); }
div.DivClassName
{
background-color: #BC29EA;
}
.BgClassName
{
background-color: #BC29EA;
}
</style>
border-color css
<style>
span { border-color: #BC29EA; }
span { border-color: rgb(188,41,234); }
td.TdClassName
{
border-color: #BC29EA;
}
.TagClassName
{
border-color: #BC29EA;
}
</style>