Shades of Electric Purple #B213EE
Tints of Electric Purple #B213EE
RGB
CMYK
RGB Variations
Color information
#B213EE (or 0xB213EE) is known color: Electric Purple. HEX triplet: B2, 13 and EE. RGB value is (178,19,238). Sum of RGB (Red+Green+Blue) = 178+19+238=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #B213EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B213EE is #4DEC11. Grayscale: #5A5A5A. Windows color (decimal): -5106706 or 15602610. OLE color: 15602610.
HSL color Cylindrical-coordinate representation of color #B213EE: hue angle of 283.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B213EE is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 19 | 238 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.07 |
| HSL | 283.56º | 0.87% | 0.5% | - |
| HSV(B) | 283.56º | 0.92% | 0.93% | - |
| XYZ | 34.03 | 16.1 | 82.2 | - |
| YUV | 91.51 | 210.68 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 238 | 0.25 | 0.92 | 0 | 0.07 | 283.56 | 0.87 | 0.5 |
| Hex | B2 | 13 | EE | 19 | 5C | 0 | 7 | 11C | 57 | 32 |
| Octal | 262 | 23 | 356 | 31 | 134 | 0 | 7 | 434 | 127 | 62 |
| Binary | 10110010 | 10011 | 11101110 | 11001 | 1011100 | 0 | 111 | 100011100 | 1010111 | 110010 |
Color Harmonies of #B213EE
Complementary color
Monochromatic Colors of #B213EE
Black with #B213EE
Text Example
Text Example
White with #B213EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B213EE; }
p { color: rgb(178,19,238); }
H1.HeaderClassName
{
color: #B213EE;
}
.AnyTagClassName
{
color: #B213EE;
}
</style>
background-color css
<style>
a { background-color: #B213EE; }
a { background-color: rgb(178,19,238); }
div.DivClassName
{
background-color: #B213EE;
}
.BgClassName
{
background-color: #B213EE;
}
</style>
border-color css
<style>
span { border-color: #B213EE; }
span { border-color: rgb(178,19,238); }
td.TdClassName
{
border-color: #B213EE;
}
.TagClassName
{
border-color: #B213EE;
}
</style>