Shades of Electric Purple #B40EEE
Tints of Electric Purple #B40EEE
RGB
CMYK
RGB Variations
Color information
#B40EEE (or 0xB40EEE) is known color: Electric Purple. HEX triplet: B4, 0E and EE. RGB value is (180,14,238). Sum of RGB (Red+Green+Blue) = 180+14+238=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #B40EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40EEE is #4BF111. Grayscale: #585858. Windows color (decimal): -4976914 or 15601332. OLE color: 15601332.
HSL color Cylindrical-coordinate representation of color #B40EEE: hue angle of 284.46º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40EEE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 14 | 238 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.07 |
| HSL | 284.46º | 0.89% | 0.49% | - |
| HSV(B) | 284.46º | 0.94% | 0.93% | - |
| XYZ | 34.41 | 16.19 | 82.2 | - |
| YUV | 89.17 | 212 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 238 | 0.24 | 0.94 | 0 | 0.07 | 284.46 | 0.89 | 0.49 |
| Hex | B4 | E | EE | 18 | 5E | 0 | 7 | 11C | 59 | 31 |
| Octal | 264 | 16 | 356 | 30 | 136 | 0 | 7 | 434 | 131 | 61 |
| Binary | 10110100 | 1110 | 11101110 | 11000 | 1011110 | 0 | 111 | 100011100 | 1011001 | 110001 |
Color Harmonies of #B40EEE
Complementary color
Monochromatic Colors of #B40EEE
Black with #B40EEE
Text Example
Text Example
White with #B40EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40EEE; }
p { color: rgb(180,14,238); }
H1.HeaderClassName
{
color: #B40EEE;
}
.AnyTagClassName
{
color: #B40EEE;
}
</style>
background-color css
<style>
a { background-color: #B40EEE; }
a { background-color: rgb(180,14,238); }
div.DivClassName
{
background-color: #B40EEE;
}
.BgClassName
{
background-color: #B40EEE;
}
</style>
border-color css
<style>
span { border-color: #B40EEE; }
span { border-color: rgb(180,14,238); }
td.TdClassName
{
border-color: #B40EEE;
}
.TagClassName
{
border-color: #B40EEE;
}
</style>