Shades of Electric Purple #B922EC
Tints of Electric Purple #B922EC
RGB
CMYK
RGB Variations
Color information
#B922EC (or 0xB922EC) is known color: Electric Purple. HEX triplet: B9, 22 and EC. RGB value is (185,34,236). Sum of RGB (Red+Green+Blue) = 185+34+236=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 34 (13.67% from 255 or 7.47% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #B922EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B922EC is #46DD13. Grayscale: #656565. Windows color (decimal): -4644116 or 15475385. OLE color: 15475385.
HSL color Cylindrical-coordinate representation of color #B922EC: hue angle of 284.85º 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 #B922EC is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 34 | 236 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.07 |
| HSL | 284.85º | 0.84% | 0.53% | - |
| HSV(B) | 284.85º | 0.86% | 0.93% | - |
| XYZ | 35.72 | 17.51 | 80.85 | - |
| YUV | 102.18 | 203.53 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 236 | 0.22 | 0.86 | 0 | 0.07 | 284.85 | 0.84 | 0.53 |
| Hex | B9 | 22 | EC | 16 | 56 | 0 | 7 | 11D | 54 | 35 |
| Octal | 271 | 42 | 354 | 26 | 126 | 0 | 7 | 435 | 124 | 65 |
| Binary | 10111001 | 100010 | 11101100 | 10110 | 1010110 | 0 | 111 | 100011101 | 1010100 | 110101 |
Color Harmonies of #B922EC
Complementary color
Monochromatic Colors of #B922EC
Black with #B922EC
Text Example
Text Example
White with #B922EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B922EC; }
p { color: rgb(185,34,236); }
H1.HeaderClassName
{
color: #B922EC;
}
.AnyTagClassName
{
color: #B922EC;
}
</style>
background-color css
<style>
a { background-color: #B922EC; }
a { background-color: rgb(185,34,236); }
div.DivClassName
{
background-color: #B922EC;
}
.BgClassName
{
background-color: #B922EC;
}
</style>
border-color css
<style>
span { border-color: #B922EC; }
span { border-color: rgb(185,34,236); }
td.TdClassName
{
border-color: #B922EC;
}
.TagClassName
{
border-color: #B922EC;
}
</style>