Shades of Electric Purple #B326FE
Tints of Electric Purple #B326FE
RGB
CMYK
RGB Variations
Color information
#B326FE (or 0xB326FE) is known color: Electric Purple. HEX triplet: B3, 26 and FE. RGB value is (179,38,254). Sum of RGB (Red+Green+Blue) = 179+38+254=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #B326FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B326FE is #4CD901. Grayscale: #686868. Windows color (decimal): -5036290 or 16656051. OLE color: 16656051.
HSL color Cylindrical-coordinate representation of color #B326FE: hue angle of 279.17º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B326FE is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 38 | 254 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.00 |
| HSL | 279.17º | 0.99% | 0.57% | - |
| HSV(B) | 279.17º | 0.85% | 1% | - |
| XYZ | 37.17 | 18.13 | 95.31 | - |
| YUV | 104.78 | 212.21 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 254 | 0.30 | 0.85 | 0 | 0.00 | 279.17 | 0.99 | 0.57 |
| Hex | B3 | 26 | FE | 1E | 55 | 0 | 0 | 117 | 63 | 39 |
| Octal | 263 | 46 | 376 | 36 | 125 | 0 | 0 | 427 | 143 | 71 |
| Binary | 10110011 | 100110 | 11111110 | 11110 | 1010101 | 0 | 0 | 100010111 | 1100011 | 111001 |
Color Harmonies of #B326FE
Complementary color
Monochromatic Colors of #B326FE
Black with #B326FE
Text Example
Text Example
White with #B326FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B326FE; }
p { color: rgb(179,38,254); }
H1.HeaderClassName
{
color: #B326FE;
}
.AnyTagClassName
{
color: #B326FE;
}
</style>
background-color css
<style>
a { background-color: #B326FE; }
a { background-color: rgb(179,38,254); }
div.DivClassName
{
background-color: #B326FE;
}
.BgClassName
{
background-color: #B326FE;
}
</style>
border-color css
<style>
span { border-color: #B326FE; }
span { border-color: rgb(179,38,254); }
td.TdClassName
{
border-color: #B326FE;
}
.TagClassName
{
border-color: #B326FE;
}
</style>