Shades of Electric Purple #B620EC
Tints of Electric Purple #B620EC
RGB
CMYK
RGB Variations
Color information
#B620EC (or 0xB620EC) is known color: Electric Purple. HEX triplet: B6, 20 and EC. RGB value is (182,32,236). Sum of RGB (Red+Green+Blue) = 182+32+236=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #B620EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B620EC is #49DF13. Grayscale: #636363. Windows color (decimal): -4841236 or 15474870. OLE color: 15474870.
HSL color Cylindrical-coordinate representation of color #B620EC: hue angle of 284.12º degrees, saturation: 0.84, 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 #B620EC is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 32 | 236 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.07 |
| HSL | 284.12º | 0.84% | 0.53% | - |
| HSV(B) | 284.12º | 0.86% | 0.93% | - |
| XYZ | 34.95 | 17.03 | 80.8 | - |
| YUV | 100.11 | 204.7 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 236 | 0.23 | 0.86 | 0 | 0.07 | 284.12 | 0.84 | 0.53 |
| Hex | B6 | 20 | EC | 17 | 56 | 0 | 7 | 11C | 54 | 35 |
| Octal | 266 | 40 | 354 | 27 | 126 | 0 | 7 | 434 | 124 | 65 |
| Binary | 10110110 | 100000 | 11101100 | 10111 | 1010110 | 0 | 111 | 100011100 | 1010100 | 110101 |
Color Harmonies of #B620EC
Complementary color
Monochromatic Colors of #B620EC
Black with #B620EC
Text Example
Text Example
White with #B620EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620EC; }
p { color: rgb(182,32,236); }
H1.HeaderClassName
{
color: #B620EC;
}
.AnyTagClassName
{
color: #B620EC;
}
</style>
background-color css
<style>
a { background-color: #B620EC; }
a { background-color: rgb(182,32,236); }
div.DivClassName
{
background-color: #B620EC;
}
.BgClassName
{
background-color: #B620EC;
}
</style>
border-color css
<style>
span { border-color: #B620EC; }
span { border-color: rgb(182,32,236); }
td.TdClassName
{
border-color: #B620EC;
}
.TagClassName
{
border-color: #B620EC;
}
</style>