Shades of Electric Purple #B322F3
Tints of Electric Purple #B322F3
RGB
CMYK
RGB Variations
Color information
#B322F3 (or 0xB322F3) is known color: Electric Purple. HEX triplet: B3, 22 and F3. RGB value is (179,34,243). Sum of RGB (Red+Green+Blue) = 179+34+243=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #B322F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B322F3 is #4CDD0C. Grayscale: #646464. Windows color (decimal): -5037325 or 15934131. OLE color: 15934131.
HSL color Cylindrical-coordinate representation of color #B322F3: hue angle of 281.63º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B322F3 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 34 | 243 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.05 |
| HSL | 281.63º | 0.9% | 0.54% | - |
| HSV(B) | 281.63º | 0.86% | 0.95% | - |
| XYZ | 35.34 | 17.2 | 86.25 | - |
| YUV | 101.18 | 208.04 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 243 | 0.26 | 0.86 | 0 | 0.05 | 281.63 | 0.9 | 0.54 |
| Hex | B3 | 22 | F3 | 1A | 56 | 0 | 5 | 11A | 5A | 36 |
| Octal | 263 | 42 | 363 | 32 | 126 | 0 | 5 | 432 | 132 | 66 |
| Binary | 10110011 | 100010 | 11110011 | 11010 | 1010110 | 0 | 101 | 100011010 | 1011010 | 110110 |
Color Harmonies of #B322F3
Complementary color
Monochromatic Colors of #B322F3
Black with #B322F3
Text Example
Text Example
White with #B322F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322F3; }
p { color: rgb(179,34,243); }
H1.HeaderClassName
{
color: #B322F3;
}
.AnyTagClassName
{
color: #B322F3;
}
</style>
background-color css
<style>
a { background-color: #B322F3; }
a { background-color: rgb(179,34,243); }
div.DivClassName
{
background-color: #B322F3;
}
.BgClassName
{
background-color: #B322F3;
}
</style>
border-color css
<style>
span { border-color: #B322F3; }
span { border-color: rgb(179,34,243); }
td.TdClassName
{
border-color: #B322F3;
}
.TagClassName
{
border-color: #B322F3;
}
</style>