Shades of Electric Purple #B218EE
Tints of Electric Purple #B218EE
RGB
CMYK
RGB Variations
Color information
#B218EE (or 0xB218EE) is known color: Electric Purple. HEX triplet: B2, 18 and EE. RGB value is (178,24,238). Sum of RGB (Red+Green+Blue) = 178+24+238=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #B218EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B218EE is #4DE711. Grayscale: #5D5D5D. Windows color (decimal): -5105426 or 15603890. OLE color: 15603890.
HSL color Cylindrical-coordinate representation of color #B218EE: hue angle of 283.18º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B218EE is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 24 | 238 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.07 |
| HSL | 283.18º | 0.86% | 0.51% | - |
| HSV(B) | 283.18º | 0.9% | 0.93% | - |
| XYZ | 34.12 | 16.29 | 82.24 | - |
| YUV | 94.44 | 209.02 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 238 | 0.25 | 0.90 | 0 | 0.07 | 283.18 | 0.86 | 0.51 |
| Hex | B2 | 18 | EE | 19 | 5A | 0 | 7 | 11B | 56 | 33 |
| Octal | 262 | 30 | 356 | 31 | 132 | 0 | 7 | 433 | 126 | 63 |
| Binary | 10110010 | 11000 | 11101110 | 11001 | 1011010 | 0 | 111 | 100011011 | 1010110 | 110011 |
Color Harmonies of #B218EE
Complementary color
Monochromatic Colors of #B218EE
Black with #B218EE
Text Example
Text Example
White with #B218EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B218EE; }
p { color: rgb(178,24,238); }
H1.HeaderClassName
{
color: #B218EE;
}
.AnyTagClassName
{
color: #B218EE;
}
</style>
background-color css
<style>
a { background-color: #B218EE; }
a { background-color: rgb(178,24,238); }
div.DivClassName
{
background-color: #B218EE;
}
.BgClassName
{
background-color: #B218EE;
}
</style>
border-color css
<style>
span { border-color: #B218EE; }
span { border-color: rgb(178,24,238); }
td.TdClassName
{
border-color: #B218EE;
}
.TagClassName
{
border-color: #B218EE;
}
</style>