Shades of Electric Purple #B323FE
Tints of Electric Purple #B323FE
RGB
CMYK
RGB Variations
Color information
#B323FE (or 0xB323FE) is known color: Electric Purple. HEX triplet: B3, 23 and FE. RGB value is (179,35,254). Sum of RGB (Red+Green+Blue) = 179+35+254=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #B323FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B323FE is #4CDC01. Grayscale: #666666. Windows color (decimal): -5037058 or 16655283. OLE color: 16655283.
HSL color Cylindrical-coordinate representation of color #B323FE: hue angle of 279.45º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B323FE is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 35 | 254 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.00 |
| HSL | 279.45º | 0.99% | 0.57% | - |
| HSV(B) | 279.45º | 0.86% | 1% | - |
| XYZ | 37.08 | 17.94 | 95.27 | - |
| YUV | 103.02 | 213.21 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 254 | 0.30 | 0.86 | 0 | 0.00 | 279.45 | 0.99 | 0.57 |
| Hex | B3 | 23 | FE | 1E | 56 | 0 | 0 | 117 | 63 | 39 |
| Octal | 263 | 43 | 376 | 36 | 126 | 0 | 0 | 427 | 143 | 71 |
| Binary | 10110011 | 100011 | 11111110 | 11110 | 1010110 | 0 | 0 | 100010111 | 1100011 | 111001 |
Color Harmonies of #B323FE
Complementary color
Monochromatic Colors of #B323FE
Black with #B323FE
Text Example
Text Example
White with #B323FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323FE; }
p { color: rgb(179,35,254); }
H1.HeaderClassName
{
color: #B323FE;
}
.AnyTagClassName
{
color: #B323FE;
}
</style>
background-color css
<style>
a { background-color: #B323FE; }
a { background-color: rgb(179,35,254); }
div.DivClassName
{
background-color: #B323FE;
}
.BgClassName
{
background-color: #B323FE;
}
</style>
border-color css
<style>
span { border-color: #B323FE; }
span { border-color: rgb(179,35,254); }
td.TdClassName
{
border-color: #B323FE;
}
.TagClassName
{
border-color: #B323FE;
}
</style>