Shades of Electric Purple #B320ED
Tints of Electric Purple #B320ED
RGB
CMYK
RGB Variations
Color information
#B320ED (or 0xB320ED) is known color: Electric Purple. HEX triplet: B3, 20 and ED. RGB value is (179,32,237). Sum of RGB (Red+Green+Blue) = 179+32+237=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #B320ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320ED is #4CDF12. Grayscale: #626262. Windows color (decimal): -5037843 or 15540403. OLE color: 15540403.
HSL color Cylindrical-coordinate representation of color #B320ED: hue angle of 283.02º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B320ED is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 32 | 237 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.07 |
| HSL | 283.02º | 0.85% | 0.53% | - |
| HSV(B) | 283.02º | 0.86% | 0.93% | - |
| XYZ | 34.39 | 16.73 | 81.54 | - |
| YUV | 99.32 | 205.7 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 237 | 0.24 | 0.86 | 0 | 0.07 | 283.02 | 0.85 | 0.53 |
| Hex | B3 | 20 | ED | 18 | 56 | 0 | 7 | 11B | 55 | 35 |
| Octal | 263 | 40 | 355 | 30 | 126 | 0 | 7 | 433 | 125 | 65 |
| Binary | 10110011 | 100000 | 11101101 | 11000 | 1010110 | 0 | 111 | 100011011 | 1010101 | 110101 |
Color Harmonies of #B320ED
Complementary color
Monochromatic Colors of #B320ED
Black with #B320ED
Text Example
Text Example
White with #B320ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320ED; }
p { color: rgb(179,32,237); }
H1.HeaderClassName
{
color: #B320ED;
}
.AnyTagClassName
{
color: #B320ED;
}
</style>
background-color css
<style>
a { background-color: #B320ED; }
a { background-color: rgb(179,32,237); }
div.DivClassName
{
background-color: #B320ED;
}
.BgClassName
{
background-color: #B320ED;
}
</style>
border-color css
<style>
span { border-color: #B320ED; }
span { border-color: rgb(179,32,237); }
td.TdClassName
{
border-color: #B320ED;
}
.TagClassName
{
border-color: #B320ED;
}
</style>