Shades of Electric Purple #B326FA
Tints of Electric Purple #B326FA
RGB
CMYK
RGB Variations
Color information
#B326FA (or 0xB326FA) is known color: Electric Purple. HEX triplet: B3, 26 and FA. RGB value is (179,38,250). Sum of RGB (Red+Green+Blue) = 179+38+250=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #B326FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B326FA is #4CD905. Grayscale: #676767. Windows color (decimal): -5036294 or 16393907. OLE color: 16393907.
HSL color Cylindrical-coordinate representation of color #B326FA: hue angle of 279.91º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B326FA is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 38 | 250 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.02 |
| HSL | 279.91º | 0.95% | 0.56% | - |
| HSV(B) | 279.91º | 0.85% | 0.98% | - |
| XYZ | 36.54 | 17.87 | 91.97 | - |
| YUV | 104.33 | 210.21 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 250 | 0.28 | 0.85 | 0 | 0.02 | 279.91 | 0.95 | 0.56 |
| Hex | B3 | 26 | FA | 1C | 55 | 0 | 2 | 118 | 5F | 38 |
| Octal | 263 | 46 | 372 | 34 | 125 | 0 | 2 | 430 | 137 | 70 |
| Binary | 10110011 | 100110 | 11111010 | 11100 | 1010101 | 0 | 10 | 100011000 | 1011111 | 111000 |
Color Harmonies of #B326FA
Complementary color
Monochromatic Colors of #B326FA
Black with #B326FA
Text Example
Text Example
White with #B326FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B326FA; }
p { color: rgb(179,38,250); }
H1.HeaderClassName
{
color: #B326FA;
}
.AnyTagClassName
{
color: #B326FA;
}
</style>
background-color css
<style>
a { background-color: #B326FA; }
a { background-color: rgb(179,38,250); }
div.DivClassName
{
background-color: #B326FA;
}
.BgClassName
{
background-color: #B326FA;
}
</style>
border-color css
<style>
span { border-color: #B326FA; }
span { border-color: rgb(179,38,250); }
td.TdClassName
{
border-color: #B326FA;
}
.TagClassName
{
border-color: #B326FA;
}
</style>