Shades of Electric Purple #BC26EF
Tints of Electric Purple #BC26EF
RGB
CMYK
RGB Variations
Color information
#BC26EF (or 0xBC26EF) is known color: Electric Purple. HEX triplet: BC, 26 and EF. RGB value is (188,38,239). Sum of RGB (Red+Green+Blue) = 188+38+239=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC26EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC26EF is #43D910. Grayscale: #696969. Windows color (decimal): -4446481 or 15673020. OLE color: 15673020.
HSL color Cylindrical-coordinate representation of color #BC26EF: hue angle of 284.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC26EF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 38 | 239 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.06 |
| HSL | 284.78º | 0.86% | 0.54% | - |
| HSV(B) | 284.78º | 0.84% | 0.94% | - |
| XYZ | 37.01 | 18.31 | 83.24 | - |
| YUV | 105.76 | 203.2 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 239 | 0.21 | 0.84 | 0 | 0.06 | 284.78 | 0.86 | 0.54 |
| Hex | BC | 26 | EF | 15 | 54 | 0 | 6 | 11D | 56 | 36 |
| Octal | 274 | 46 | 357 | 25 | 124 | 0 | 6 | 435 | 126 | 66 |
| Binary | 10111100 | 100110 | 11101111 | 10101 | 1010100 | 0 | 110 | 100011101 | 1010110 | 110110 |
Color Harmonies of #BC26EF
Complementary color
Monochromatic Colors of #BC26EF
Black with #BC26EF
Text Example
Text Example
White with #BC26EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26EF; }
p { color: rgb(188,38,239); }
H1.HeaderClassName
{
color: #BC26EF;
}
.AnyTagClassName
{
color: #BC26EF;
}
</style>
background-color css
<style>
a { background-color: #BC26EF; }
a { background-color: rgb(188,38,239); }
div.DivClassName
{
background-color: #BC26EF;
}
.BgClassName
{
background-color: #BC26EF;
}
</style>
border-color css
<style>
span { border-color: #BC26EF; }
span { border-color: rgb(188,38,239); }
td.TdClassName
{
border-color: #BC26EF;
}
.TagClassName
{
border-color: #BC26EF;
}
</style>