Shades of Electric Purple #B320FE
Tints of Electric Purple #B320FE
RGB
CMYK
RGB Variations
Color information
#B320FE (or 0xB320FE) is known color: Electric Purple. HEX triplet: B3, 20 and FE. RGB value is (179,32,254). Sum of RGB (Red+Green+Blue) = 179+32+254=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #B320FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320FE is #4CDF01. Grayscale: #646464. Windows color (decimal): -5037826 or 16654515. OLE color: 16654515.
HSL color Cylindrical-coordinate representation of color #B320FE: hue angle of 279.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B320FE is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 32 | 254 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.00 |
| HSL | 279.73º | 0.99% | 0.56% | - |
| HSV(B) | 279.73º | 0.87% | 1% | - |
| XYZ | 37 | 17.77 | 95.25 | - |
| YUV | 101.26 | 214.2 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 254 | 0.30 | 0.87 | 0 | 0.00 | 279.73 | 0.99 | 0.56 |
| Hex | B3 | 20 | FE | 1E | 57 | 0 | 0 | 118 | 63 | 38 |
| Octal | 263 | 40 | 376 | 36 | 127 | 0 | 0 | 430 | 143 | 70 |
| Binary | 10110011 | 100000 | 11111110 | 11110 | 1010111 | 0 | 0 | 100011000 | 1100011 | 111000 |
Color Harmonies of #B320FE
Complementary color
Monochromatic Colors of #B320FE
Black with #B320FE
Text Example
Text Example
White with #B320FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320FE; }
p { color: rgb(179,32,254); }
H1.HeaderClassName
{
color: #B320FE;
}
.AnyTagClassName
{
color: #B320FE;
}
</style>
background-color css
<style>
a { background-color: #B320FE; }
a { background-color: rgb(179,32,254); }
div.DivClassName
{
background-color: #B320FE;
}
.BgClassName
{
background-color: #B320FE;
}
</style>
border-color css
<style>
span { border-color: #B320FE; }
span { border-color: rgb(179,32,254); }
td.TdClassName
{
border-color: #B320FE;
}
.TagClassName
{
border-color: #B320FE;
}
</style>