Shades of Electric Purple #B621EE
Tints of Electric Purple #B621EE
RGB
CMYK
RGB Variations
Color information
#B621EE (or 0xB621EE) is known color: Electric Purple. HEX triplet: B6, 21 and EE. RGB value is (182,33,238). Sum of RGB (Red+Green+Blue) = 182+33+238=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #B621EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B621EE is #49DE11. Grayscale: #646464. Windows color (decimal): -4840978 or 15606198. OLE color: 15606198.
HSL color Cylindrical-coordinate representation of color #B621EE: hue angle of 283.61º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B621EE is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 33 | 238 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.07 |
| HSL | 283.61º | 0.86% | 0.53% | - |
| HSV(B) | 283.61º | 0.86% | 0.93% | - |
| XYZ | 35.27 | 17.21 | 82.35 | - |
| YUV | 100.92 | 205.36 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 33 | 238 | 0.24 | 0.86 | 0 | 0.07 | 283.61 | 0.86 | 0.53 |
| Hex | B6 | 21 | EE | 18 | 56 | 0 | 7 | 11C | 56 | 35 |
| Octal | 266 | 41 | 356 | 30 | 126 | 0 | 7 | 434 | 126 | 65 |
| Binary | 10110110 | 100001 | 11101110 | 11000 | 1010110 | 0 | 111 | 100011100 | 1010110 | 110101 |
Color Harmonies of #B621EE
Complementary color
Monochromatic Colors of #B621EE
Black with #B621EE
Text Example
Text Example
White with #B621EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B621EE; }
p { color: rgb(182,33,238); }
H1.HeaderClassName
{
color: #B621EE;
}
.AnyTagClassName
{
color: #B621EE;
}
</style>
background-color css
<style>
a { background-color: #B621EE; }
a { background-color: rgb(182,33,238); }
div.DivClassName
{
background-color: #B621EE;
}
.BgClassName
{
background-color: #B621EE;
}
</style>
border-color css
<style>
span { border-color: #B621EE; }
span { border-color: rgb(182,33,238); }
td.TdClassName
{
border-color: #B621EE;
}
.TagClassName
{
border-color: #B621EE;
}
</style>