Shades of Electric Purple #B622ED
Tints of Electric Purple #B622ED
RGB
CMYK
RGB Variations
Color information
#B622ED (or 0xB622ED) is known color: Electric Purple. HEX triplet: B6, 22 and ED. RGB value is (182,34,237). Sum of RGB (Red+Green+Blue) = 182+34+237=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #B622ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B622ED is #49DD12. Grayscale: #646464. Windows color (decimal): -4840723 or 15540918. OLE color: 15540918.
HSL color Cylindrical-coordinate representation of color #B622ED: hue angle of 283.74º degrees, saturation: 0.85, 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 #B622ED is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 34 | 237 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.07 |
| HSL | 283.74º | 0.85% | 0.53% | - |
| HSV(B) | 283.74º | 0.86% | 0.93% | - |
| XYZ | 35.15 | 17.2 | 81.59 | - |
| YUV | 101.39 | 204.53 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 237 | 0.23 | 0.86 | 0 | 0.07 | 283.74 | 0.85 | 0.53 |
| Hex | B6 | 22 | ED | 17 | 56 | 0 | 7 | 11C | 55 | 35 |
| Octal | 266 | 42 | 355 | 27 | 126 | 0 | 7 | 434 | 125 | 65 |
| Binary | 10110110 | 100010 | 11101101 | 10111 | 1010110 | 0 | 111 | 100011100 | 1010101 | 110101 |
Color Harmonies of #B622ED
Complementary color
Monochromatic Colors of #B622ED
Black with #B622ED
Text Example
Text Example
White with #B622ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B622ED; }
p { color: rgb(182,34,237); }
H1.HeaderClassName
{
color: #B622ED;
}
.AnyTagClassName
{
color: #B622ED;
}
</style>
background-color css
<style>
a { background-color: #B622ED; }
a { background-color: rgb(182,34,237); }
div.DivClassName
{
background-color: #B622ED;
}
.BgClassName
{
background-color: #B622ED;
}
</style>
border-color css
<style>
span { border-color: #B622ED; }
span { border-color: rgb(182,34,237); }
td.TdClassName
{
border-color: #B622ED;
}
.TagClassName
{
border-color: #B622ED;
}
</style>