Shades of Electric Purple #B618EE
Tints of Electric Purple #B618EE
RGB
CMYK
RGB Variations
Color information
#B618EE (or 0xB618EE) is known color: Electric Purple. HEX triplet: B6, 18 and EE. RGB value is (182,24,238). Sum of RGB (Red+Green+Blue) = 182+24+238=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #B618EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B618EE is #49E711. Grayscale: #5E5E5E. Windows color (decimal): -4843282 or 15603894. OLE color: 15603894.
HSL color Cylindrical-coordinate representation of color #B618EE: hue angle of 284.3º 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 #B618EE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 24 | 238 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.07 |
| HSL | 284.3º | 0.86% | 0.51% | - |
| HSV(B) | 284.3º | 0.9% | 0.93% | - |
| XYZ | 35.05 | 16.77 | 82.28 | - |
| YUV | 95.64 | 208.35 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 238 | 0.24 | 0.90 | 0 | 0.07 | 284.3 | 0.86 | 0.51 |
| Hex | B6 | 18 | EE | 18 | 5A | 0 | 7 | 11C | 56 | 33 |
| Octal | 266 | 30 | 356 | 30 | 132 | 0 | 7 | 434 | 126 | 63 |
| Binary | 10110110 | 11000 | 11101110 | 11000 | 1011010 | 0 | 111 | 100011100 | 1010110 | 110011 |
Color Harmonies of #B618EE
Complementary color
Monochromatic Colors of #B618EE
Black with #B618EE
Text Example
Text Example
White with #B618EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B618EE; }
p { color: rgb(182,24,238); }
H1.HeaderClassName
{
color: #B618EE;
}
.AnyTagClassName
{
color: #B618EE;
}
</style>
background-color css
<style>
a { background-color: #B618EE; }
a { background-color: rgb(182,24,238); }
div.DivClassName
{
background-color: #B618EE;
}
.BgClassName
{
background-color: #B618EE;
}
</style>
border-color css
<style>
span { border-color: #B618EE; }
span { border-color: rgb(182,24,238); }
td.TdClassName
{
border-color: #B618EE;
}
.TagClassName
{
border-color: #B618EE;
}
</style>