Shades of Electric Purple #B726EC
Tints of Electric Purple #B726EC
RGB
CMYK
RGB Variations
Color information
#B726EC (or 0xB726EC) is known color: Electric Purple. HEX triplet: B7, 26 and EC. RGB value is (183,38,236). Sum of RGB (Red+Green+Blue) = 183+38+236=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #B726EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726EC is #48D913. Grayscale: #676767. Windows color (decimal): -4774164 or 15476407. OLE color: 15476407.
HSL color Cylindrical-coordinate representation of color #B726EC: hue angle of 283.94º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B726EC is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 38 | 236 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.07 |
| HSL | 283.94º | 0.84% | 0.54% | - |
| HSV(B) | 283.94º | 0.84% | 0.93% | - |
| XYZ | 35.36 | 17.51 | 80.87 | - |
| YUV | 103.93 | 202.54 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 236 | 0.22 | 0.84 | 0 | 0.07 | 283.94 | 0.84 | 0.54 |
| Hex | B7 | 26 | EC | 16 | 54 | 0 | 7 | 11C | 54 | 36 |
| Octal | 267 | 46 | 354 | 26 | 124 | 0 | 7 | 434 | 124 | 66 |
| Binary | 10110111 | 100110 | 11101100 | 10110 | 1010100 | 0 | 111 | 100011100 | 1010100 | 110110 |
Color Harmonies of #B726EC
Complementary color
Monochromatic Colors of #B726EC
Black with #B726EC
Text Example
Text Example
White with #B726EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726EC; }
p { color: rgb(183,38,236); }
H1.HeaderClassName
{
color: #B726EC;
}
.AnyTagClassName
{
color: #B726EC;
}
</style>
background-color css
<style>
a { background-color: #B726EC; }
a { background-color: rgb(183,38,236); }
div.DivClassName
{
background-color: #B726EC;
}
.BgClassName
{
background-color: #B726EC;
}
</style>
border-color css
<style>
span { border-color: #B726EC; }
span { border-color: rgb(183,38,236); }
td.TdClassName
{
border-color: #B726EC;
}
.TagClassName
{
border-color: #B726EC;
}
</style>