Shades of Electric Purple #B929EC
Tints of Electric Purple #B929EC
RGB
CMYK
RGB Variations
Color information
#B929EC (or 0xB929EC) is known color: Electric Purple. HEX triplet: B9, 29 and EC. RGB value is (185,41,236). Sum of RGB (Red+Green+Blue) = 185+41+236=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #B929EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B929EC is #46D613. Grayscale: #696969. Windows color (decimal): -4642324 or 15477177. OLE color: 15477177.
HSL color Cylindrical-coordinate representation of color #B929EC: hue angle of 284.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B929EC is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 41 | 236 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.07 |
| HSL | 284.31º | 0.84% | 0.54% | - |
| HSV(B) | 284.31º | 0.83% | 0.93% | - |
| XYZ | 35.94 | 17.96 | 80.93 | - |
| YUV | 106.29 | 201.21 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 236 | 0.22 | 0.83 | 0 | 0.07 | 284.31 | 0.84 | 0.54 |
| Hex | B9 | 29 | EC | 16 | 53 | 0 | 7 | 11C | 54 | 36 |
| Octal | 271 | 51 | 354 | 26 | 123 | 0 | 7 | 434 | 124 | 66 |
| Binary | 10111001 | 101001 | 11101100 | 10110 | 1010011 | 0 | 111 | 100011100 | 1010100 | 110110 |
Color Harmonies of #B929EC
Complementary color
Monochromatic Colors of #B929EC
Black with #B929EC
Text Example
Text Example
White with #B929EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B929EC; }
p { color: rgb(185,41,236); }
H1.HeaderClassName
{
color: #B929EC;
}
.AnyTagClassName
{
color: #B929EC;
}
</style>
background-color css
<style>
a { background-color: #B929EC; }
a { background-color: rgb(185,41,236); }
div.DivClassName
{
background-color: #B929EC;
}
.BgClassName
{
background-color: #B929EC;
}
</style>
border-color css
<style>
span { border-color: #B929EC; }
span { border-color: rgb(185,41,236); }
td.TdClassName
{
border-color: #B929EC;
}
.TagClassName
{
border-color: #B929EC;
}
</style>