Shades of Electric Purple #BC26EA
Tints of Electric Purple #BC26EA
RGB
CMYK
RGB Variations
Color information
#BC26EA (or 0xBC26EA) is known color: Electric Purple. HEX triplet: BC, 26 and EA. RGB value is (188,38,234). Sum of RGB (Red+Green+Blue) = 188+38+234=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC26EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC26EA is #43D915. Grayscale: #686868. Windows color (decimal): -4446486 or 15345340. OLE color: 15345340.
HSL color Cylindrical-coordinate representation of color #BC26EA: hue angle of 285.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC26EA is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 38 | 234 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.08 |
| HSL | 285.92º | 0.82% | 0.53% | - |
| HSV(B) | 285.92º | 0.84% | 0.92% | - |
| XYZ | 36.28 | 18.02 | 79.41 | - |
| YUV | 105.19 | 200.7 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 234 | 0.20 | 0.84 | 0 | 0.08 | 285.92 | 0.82 | 0.53 |
| Hex | BC | 26 | EA | 14 | 54 | 0 | 8 | 11E | 52 | 35 |
| Octal | 274 | 46 | 352 | 24 | 124 | 0 | 10 | 436 | 122 | 65 |
| Binary | 10111100 | 100110 | 11101010 | 10100 | 1010100 | 0 | 1000 | 100011110 | 1010010 | 110101 |
Color Harmonies of #BC26EA
Complementary color
Monochromatic Colors of #BC26EA
Black with #BC26EA
Text Example
Text Example
White with #BC26EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26EA; }
p { color: rgb(188,38,234); }
H1.HeaderClassName
{
color: #BC26EA;
}
.AnyTagClassName
{
color: #BC26EA;
}
</style>
background-color css
<style>
a { background-color: #BC26EA; }
a { background-color: rgb(188,38,234); }
div.DivClassName
{
background-color: #BC26EA;
}
.BgClassName
{
background-color: #BC26EA;
}
</style>
border-color css
<style>
span { border-color: #BC26EA; }
span { border-color: rgb(188,38,234); }
td.TdClassName
{
border-color: #BC26EA;
}
.TagClassName
{
border-color: #BC26EA;
}
</style>