Shades of Electric Purple #B622EE
Tints of Electric Purple #B622EE
RGB
CMYK
RGB Variations
Color information
#B622EE (or 0xB622EE) is known color: Electric Purple. HEX triplet: B6, 22 and EE. RGB value is (182,34,238). Sum of RGB (Red+Green+Blue) = 182+34+238=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #B622EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B622EE is #49DD11. Grayscale: #646464. Windows color (decimal): -4840722 or 15606454. OLE color: 15606454.
HSL color Cylindrical-coordinate representation of color #B622EE: hue angle of 283.53º 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 #B622EE is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 34 | 238 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.07 |
| HSL | 283.53º | 0.86% | 0.53% | - |
| HSV(B) | 283.53º | 0.86% | 0.93% | - |
| XYZ | 35.3 | 17.26 | 82.36 | - |
| YUV | 101.51 | 205.03 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 238 | 0.24 | 0.86 | 0 | 0.07 | 283.53 | 0.86 | 0.53 |
| Hex | B6 | 22 | EE | 18 | 56 | 0 | 7 | 11C | 56 | 35 |
| Octal | 266 | 42 | 356 | 30 | 126 | 0 | 7 | 434 | 126 | 65 |
| Binary | 10110110 | 100010 | 11101110 | 11000 | 1010110 | 0 | 111 | 100011100 | 1010110 | 110101 |
Color Harmonies of #B622EE
Complementary color
Monochromatic Colors of #B622EE
Black with #B622EE
Text Example
Text Example
White with #B622EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B622EE; }
p { color: rgb(182,34,238); }
H1.HeaderClassName
{
color: #B622EE;
}
.AnyTagClassName
{
color: #B622EE;
}
</style>
background-color css
<style>
a { background-color: #B622EE; }
a { background-color: rgb(182,34,238); }
div.DivClassName
{
background-color: #B622EE;
}
.BgClassName
{
background-color: #B622EE;
}
</style>
border-color css
<style>
span { border-color: #B622EE; }
span { border-color: rgb(182,34,238); }
td.TdClassName
{
border-color: #B622EE;
}
.TagClassName
{
border-color: #B622EE;
}
</style>