Shades of Electric Purple #B323FF
Tints of Electric Purple #B323FF
RGB
CMYK
RGB Variations
Color information
#B323FF (or 0xB323FF) is known color: Electric Purple. HEX triplet: B3, 23 and FF. RGB value is (179,35,255). Sum of RGB (Red+Green+Blue) = 179+35+255=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #B323FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B323FF is #4CDC00. Grayscale: #666666. Windows color (decimal): -5037057 or 16720819. OLE color: 16720819.
HSL color Cylindrical-coordinate representation of color #B323FF: hue angle of 279.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B323FF is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 35 | 255 | - |
| CMYK | 0.30 | 0.86 | 0 | 0 |
| HSL | 279.27º | 1% | 0.57% | - |
| HSV(B) | 279.27º | 0.86% | 1% | - |
| XYZ | 37.24 | 18.01 | 96.12 | - |
| YUV | 103.14 | 213.71 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 255 | 0.30 | 0.86 | 0 | 0 | 279.27 | 1 | 0.57 |
| Hex | B3 | 23 | FF | 1E | 56 | 0 | 0 | 117 | 64 | 39 |
| Octal | 263 | 43 | 377 | 36 | 126 | 0 | 0 | 427 | 144 | 71 |
| Binary | 10110011 | 100011 | 11111111 | 11110 | 1010110 | 0 | 0 | 100010111 | 1100100 | 111001 |
Color Harmonies of #B323FF
Complementary color
Monochromatic Colors of #B323FF
Black with #B323FF
Text Example
Text Example
White with #B323FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323FF; }
p { color: rgb(179,35,255); }
H1.HeaderClassName
{
color: #B323FF;
}
.AnyTagClassName
{
color: #B323FF;
}
</style>
background-color css
<style>
a { background-color: #B323FF; }
a { background-color: rgb(179,35,255); }
div.DivClassName
{
background-color: #B323FF;
}
.BgClassName
{
background-color: #B323FF;
}
</style>
border-color css
<style>
span { border-color: #B323FF; }
span { border-color: rgb(179,35,255); }
td.TdClassName
{
border-color: #B323FF;
}
.TagClassName
{
border-color: #B323FF;
}
</style>