Shades of Electric Purple #B326EF
Tints of Electric Purple #B326EF
RGB
CMYK
RGB Variations
Color information
#B326EF (or 0xB326EF) is known color: Electric Purple. HEX triplet: B3, 26 and EF. RGB value is (179,38,239). Sum of RGB (Red+Green+Blue) = 179+38+239=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #B326EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B326EF is #4CD910. Grayscale: #666666. Windows color (decimal): -5036305 or 15673011. OLE color: 15673011.
HSL color Cylindrical-coordinate representation of color #B326EF: hue angle of 282.09º 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 #B326EF is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 38 | 239 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.06 |
| HSL | 282.09º | 0.86% | 0.54% | - |
| HSV(B) | 282.09º | 0.84% | 0.94% | - |
| XYZ | 34.86 | 17.2 | 83.14 | - |
| YUV | 103.07 | 204.71 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 239 | 0.25 | 0.84 | 0 | 0.06 | 282.09 | 0.86 | 0.54 |
| Hex | B3 | 26 | EF | 19 | 54 | 0 | 6 | 11A | 56 | 36 |
| Octal | 263 | 46 | 357 | 31 | 124 | 0 | 6 | 432 | 126 | 66 |
| Binary | 10110011 | 100110 | 11101111 | 11001 | 1010100 | 0 | 110 | 100011010 | 1010110 | 110110 |
Color Harmonies of #B326EF
Complementary color
Monochromatic Colors of #B326EF
Black with #B326EF
Text Example
Text Example
White with #B326EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B326EF; }
p { color: rgb(179,38,239); }
H1.HeaderClassName
{
color: #B326EF;
}
.AnyTagClassName
{
color: #B326EF;
}
</style>
background-color css
<style>
a { background-color: #B326EF; }
a { background-color: rgb(179,38,239); }
div.DivClassName
{
background-color: #B326EF;
}
.BgClassName
{
background-color: #B326EF;
}
</style>
border-color css
<style>
span { border-color: #B326EF; }
span { border-color: rgb(179,38,239); }
td.TdClassName
{
border-color: #B326EF;
}
.TagClassName
{
border-color: #B326EF;
}
</style>