Shades of Electric Purple #B926EF
Tints of Electric Purple #B926EF
RGB
CMYK
RGB Variations
Color information
#B926EF (or 0xB926EF) is known color: Electric Purple. HEX triplet: B9, 26 and EF. RGB value is (185,38,239). Sum of RGB (Red+Green+Blue) = 185+38+239=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #B926EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B926EF is #46D910. Grayscale: #686868. Windows color (decimal): -4643089 or 15673017. OLE color: 15673017.
HSL color Cylindrical-coordinate representation of color #B926EF: hue angle of 283.88º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B926EF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 38 | 239 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.06 |
| HSL | 283.88º | 0.86% | 0.54% | - |
| HSV(B) | 283.88º | 0.84% | 0.94% | - |
| XYZ | 36.28 | 17.93 | 83.21 | - |
| YUV | 104.87 | 203.7 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 239 | 0.23 | 0.84 | 0 | 0.06 | 283.88 | 0.86 | 0.54 |
| Hex | B9 | 26 | EF | 17 | 54 | 0 | 6 | 11C | 56 | 36 |
| Octal | 271 | 46 | 357 | 27 | 124 | 0 | 6 | 434 | 126 | 66 |
| Binary | 10111001 | 100110 | 11101111 | 10111 | 1010100 | 0 | 110 | 100011100 | 1010110 | 110110 |
Color Harmonies of #B926EF
Complementary color
Monochromatic Colors of #B926EF
Black with #B926EF
Text Example
Text Example
White with #B926EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B926EF; }
p { color: rgb(185,38,239); }
H1.HeaderClassName
{
color: #B926EF;
}
.AnyTagClassName
{
color: #B926EF;
}
</style>
background-color css
<style>
a { background-color: #B926EF; }
a { background-color: rgb(185,38,239); }
div.DivClassName
{
background-color: #B926EF;
}
.BgClassName
{
background-color: #B926EF;
}
</style>
border-color css
<style>
span { border-color: #B926EF; }
span { border-color: rgb(185,38,239); }
td.TdClassName
{
border-color: #B926EF;
}
.TagClassName
{
border-color: #B926EF;
}
</style>