Shades of Electric Purple #B323EE
Tints of Electric Purple #B323EE
RGB
CMYK
RGB Variations
Color information
#B323EE (or 0xB323EE) is known color: Electric Purple. HEX triplet: B3, 23 and EE. RGB value is (179,35,238). Sum of RGB (Red+Green+Blue) = 179+35+238=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #B323EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B323EE is #4CDC11. Grayscale: #646464. Windows color (decimal): -5037074 or 15606707. OLE color: 15606707.
HSL color Cylindrical-coordinate representation of color #B323EE: hue angle of 282.56º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B323EE is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 35 | 238 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.07 |
| HSL | 282.56º | 0.86% | 0.54% | - |
| HSV(B) | 282.56º | 0.85% | 0.93% | - |
| XYZ | 34.62 | 16.96 | 82.34 | - |
| YUV | 101.2 | 205.21 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 238 | 0.25 | 0.85 | 0 | 0.07 | 282.56 | 0.86 | 0.54 |
| Hex | B3 | 23 | EE | 19 | 55 | 0 | 7 | 11B | 56 | 36 |
| Octal | 263 | 43 | 356 | 31 | 125 | 0 | 7 | 433 | 126 | 66 |
| Binary | 10110011 | 100011 | 11101110 | 11001 | 1010101 | 0 | 111 | 100011011 | 1010110 | 110110 |
Color Harmonies of #B323EE
Complementary color
Monochromatic Colors of #B323EE
Black with #B323EE
Text Example
Text Example
White with #B323EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323EE; }
p { color: rgb(179,35,238); }
H1.HeaderClassName
{
color: #B323EE;
}
.AnyTagClassName
{
color: #B323EE;
}
</style>
background-color css
<style>
a { background-color: #B323EE; }
a { background-color: rgb(179,35,238); }
div.DivClassName
{
background-color: #B323EE;
}
.BgClassName
{
background-color: #B323EE;
}
</style>
border-color css
<style>
span { border-color: #B323EE; }
span { border-color: rgb(179,35,238); }
td.TdClassName
{
border-color: #B323EE;
}
.TagClassName
{
border-color: #B323EE;
}
</style>