Shades of Electric Purple #B321EF
Tints of Electric Purple #B321EF
RGB
CMYK
RGB Variations
Color information
#B321EF (or 0xB321EF) is known color: Electric Purple. HEX triplet: B3, 21 and EF. RGB value is (179,33,239). Sum of RGB (Red+Green+Blue) = 179+33+239=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #B321EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B321EF is #4CDE10. Grayscale: #636363. Windows color (decimal): -5037585 or 15671731. OLE color: 15671731.
HSL color Cylindrical-coordinate representation of color #B321EF: hue angle of 282.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B321EF is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 33 | 239 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.06 |
| HSL | 282.52º | 0.87% | 0.53% | - |
| HSV(B) | 282.52º | 0.86% | 0.94% | - |
| XYZ | 34.71 | 16.9 | 83.09 | - |
| YUV | 100.14 | 206.37 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 239 | 0.25 | 0.86 | 0 | 0.06 | 282.52 | 0.87 | 0.53 |
| Hex | B3 | 21 | EF | 19 | 56 | 0 | 6 | 11B | 57 | 35 |
| Octal | 263 | 41 | 357 | 31 | 126 | 0 | 6 | 433 | 127 | 65 |
| Binary | 10110011 | 100001 | 11101111 | 11001 | 1010110 | 0 | 110 | 100011011 | 1010111 | 110101 |
Color Harmonies of #B321EF
Complementary color
Monochromatic Colors of #B321EF
Black with #B321EF
Text Example
Text Example
White with #B321EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321EF; }
p { color: rgb(179,33,239); }
H1.HeaderClassName
{
color: #B321EF;
}
.AnyTagClassName
{
color: #B321EF;
}
</style>
background-color css
<style>
a { background-color: #B321EF; }
a { background-color: rgb(179,33,239); }
div.DivClassName
{
background-color: #B321EF;
}
.BgClassName
{
background-color: #B321EF;
}
</style>
border-color css
<style>
span { border-color: #B321EF; }
span { border-color: rgb(179,33,239); }
td.TdClassName
{
border-color: #B321EF;
}
.TagClassName
{
border-color: #B321EF;
}
</style>