Shades of Electric Purple #B426EE
Tints of Electric Purple #B426EE
RGB
CMYK
RGB Variations
Color information
#B426EE (or 0xB426EE) is known color: Electric Purple. HEX triplet: B4, 26 and EE. RGB value is (180,38,238). Sum of RGB (Red+Green+Blue) = 180+38+238=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #B426EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B426EE is #4BD911. Grayscale: #666666. Windows color (decimal): -4970770 or 15607476. OLE color: 15607476.
HSL color Cylindrical-coordinate representation of color #B426EE: hue angle of 282.6º degrees, saturation: 0.85, 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 #B426EE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 38 | 238 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.07 |
| HSL | 282.6º | 0.85% | 0.54% | - |
| HSV(B) | 282.6º | 0.84% | 0.93% | - |
| XYZ | 34.95 | 17.26 | 82.38 | - |
| YUV | 103.26 | 204.04 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 238 | 0.24 | 0.84 | 0 | 0.07 | 282.6 | 0.85 | 0.54 |
| Hex | B4 | 26 | EE | 18 | 54 | 0 | 7 | 11B | 55 | 36 |
| Octal | 264 | 46 | 356 | 30 | 124 | 0 | 7 | 433 | 125 | 66 |
| Binary | 10110100 | 100110 | 11101110 | 11000 | 1010100 | 0 | 111 | 100011011 | 1010101 | 110110 |
Color Harmonies of #B426EE
Complementary color
Monochromatic Colors of #B426EE
Black with #B426EE
Text Example
Text Example
White with #B426EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B426EE; }
p { color: rgb(180,38,238); }
H1.HeaderClassName
{
color: #B426EE;
}
.AnyTagClassName
{
color: #B426EE;
}
</style>
background-color css
<style>
a { background-color: #B426EE; }
a { background-color: rgb(180,38,238); }
div.DivClassName
{
background-color: #B426EE;
}
.BgClassName
{
background-color: #B426EE;
}
</style>
border-color css
<style>
span { border-color: #B426EE; }
span { border-color: rgb(180,38,238); }
td.TdClassName
{
border-color: #B426EE;
}
.TagClassName
{
border-color: #B426EE;
}
</style>