Shades of Electric Purple #BC26E7
Tints of Electric Purple #BC26E7
RGB
CMYK
RGB Variations
Color information
#BC26E7 (or 0xBC26E7) is known color: Electric Purple. HEX triplet: BC, 26 and E7. RGB value is (188,38,231). Sum of RGB (Red+Green+Blue) = 188+38+231=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC26E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC26E7 is #43D918. Grayscale: #686868. Windows color (decimal): -4446489 or 15148732. OLE color: 15148732.
HSL color Cylindrical-coordinate representation of color #BC26E7: hue angle of 286.63º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC26E7 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 38 | 231 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.09 |
| HSL | 286.63º | 0.8% | 0.53% | - |
| HSV(B) | 286.63º | 0.84% | 0.91% | - |
| XYZ | 35.86 | 17.85 | 77.16 | - |
| YUV | 104.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 231 | 0.19 | 0.84 | 0 | 0.09 | 286.63 | 0.8 | 0.53 |
| Hex | BC | 26 | E7 | 13 | 54 | 0 | 9 | 11F | 50 | 35 |
| Octal | 274 | 46 | 347 | 23 | 124 | 0 | 11 | 437 | 120 | 65 |
| Binary | 10111100 | 100110 | 11100111 | 10011 | 1010100 | 0 | 1001 | 100011111 | 1010000 | 110101 |
Color Harmonies of #BC26E7
Complementary color
Monochromatic Colors of #BC26E7
Black with #BC26E7
Text Example
Text Example
White with #BC26E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26E7; }
p { color: rgb(188,38,231); }
H1.HeaderClassName
{
color: #BC26E7;
}
.AnyTagClassName
{
color: #BC26E7;
}
</style>
background-color css
<style>
a { background-color: #BC26E7; }
a { background-color: rgb(188,38,231); }
div.DivClassName
{
background-color: #BC26E7;
}
.BgClassName
{
background-color: #BC26E7;
}
</style>
border-color css
<style>
span { border-color: #BC26E7; }
span { border-color: rgb(188,38,231); }
td.TdClassName
{
border-color: #BC26E7;
}
.TagClassName
{
border-color: #BC26E7;
}
</style>