Shades of Electric Purple #B323FA
Tints of Electric Purple #B323FA
RGB
CMYK
RGB Variations
Color information
#B323FA (or 0xB323FA) is known color: Electric Purple. HEX triplet: B3, 23 and FA. RGB value is (179,35,250). Sum of RGB (Red+Green+Blue) = 179+35+250=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 35 (14.06% from 255 or 7.54% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #B323FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B323FA is #4CDC05. Grayscale: #656565. Windows color (decimal): -5037062 or 16393139. OLE color: 16393139.
HSL color Cylindrical-coordinate representation of color #B323FA: hue angle of 280.19º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B323FA is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 35 | 250 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.02 |
| HSL | 280.19º | 0.96% | 0.56% | - |
| HSV(B) | 280.19º | 0.86% | 0.98% | - |
| XYZ | 36.45 | 17.69 | 91.94 | - |
| YUV | 102.57 | 211.21 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 250 | 0.28 | 0.86 | 0 | 0.02 | 280.19 | 0.96 | 0.56 |
| Hex | B3 | 23 | FA | 1C | 56 | 0 | 2 | 118 | 60 | 38 |
| Octal | 263 | 43 | 372 | 34 | 126 | 0 | 2 | 430 | 140 | 70 |
| Binary | 10110011 | 100011 | 11111010 | 11100 | 1010110 | 0 | 10 | 100011000 | 1100000 | 111000 |
Color Harmonies of #B323FA
Complementary color
Monochromatic Colors of #B323FA
Black with #B323FA
Text Example
Text Example
White with #B323FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323FA; }
p { color: rgb(179,35,250); }
H1.HeaderClassName
{
color: #B323FA;
}
.AnyTagClassName
{
color: #B323FA;
}
</style>
background-color css
<style>
a { background-color: #B323FA; }
a { background-color: rgb(179,35,250); }
div.DivClassName
{
background-color: #B323FA;
}
.BgClassName
{
background-color: #B323FA;
}
</style>
border-color css
<style>
span { border-color: #B323FA; }
span { border-color: rgb(179,35,250); }
td.TdClassName
{
border-color: #B323FA;
}
.TagClassName
{
border-color: #B323FA;
}
</style>