Shades of Electric Purple #B726EF
Tints of Electric Purple #B726EF
RGB
CMYK
RGB Variations
Color information
#B726EF (or 0xB726EF) is known color: Electric Purple. HEX triplet: B7, 26 and EF. RGB value is (183,38,239). Sum of RGB (Red+Green+Blue) = 183+38+239=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #B726EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726EF is #48D910. Grayscale: #676767. Windows color (decimal): -4774161 or 15673015. OLE color: 15673015.
HSL color Cylindrical-coordinate representation of color #B726EF: hue angle of 283.28º 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 #B726EF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 38 | 239 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.06 |
| HSL | 283.28º | 0.86% | 0.54% | - |
| HSV(B) | 283.28º | 0.84% | 0.94% | - |
| XYZ | 35.8 | 17.69 | 83.19 | - |
| YUV | 104.27 | 204.04 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 239 | 0.23 | 0.84 | 0 | 0.06 | 283.28 | 0.86 | 0.54 |
| Hex | B7 | 26 | EF | 17 | 54 | 0 | 6 | 11B | 56 | 36 |
| Octal | 267 | 46 | 357 | 27 | 124 | 0 | 6 | 433 | 126 | 66 |
| Binary | 10110111 | 100110 | 11101111 | 10111 | 1010100 | 0 | 110 | 100011011 | 1010110 | 110110 |
Color Harmonies of #B726EF
Complementary color
Monochromatic Colors of #B726EF
Black with #B726EF
Text Example
Text Example
White with #B726EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726EF; }
p { color: rgb(183,38,239); }
H1.HeaderClassName
{
color: #B726EF;
}
.AnyTagClassName
{
color: #B726EF;
}
</style>
background-color css
<style>
a { background-color: #B726EF; }
a { background-color: rgb(183,38,239); }
div.DivClassName
{
background-color: #B726EF;
}
.BgClassName
{
background-color: #B726EF;
}
</style>
border-color css
<style>
span { border-color: #B726EF; }
span { border-color: rgb(183,38,239); }
td.TdClassName
{
border-color: #B726EF;
}
.TagClassName
{
border-color: #B726EF;
}
</style>