Shades of Electric Purple #B323FD
Tints of Electric Purple #B323FD
RGB
CMYK
RGB Variations
Color information
#B323FD (or 0xB323FD) is known color: Electric Purple. HEX triplet: B3, 23 and FD. RGB value is (179,35,253). Sum of RGB (Red+Green+Blue) = 179+35+253=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #B323FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B323FD is #4CDC02. Grayscale: #666666. Windows color (decimal): -5037059 or 16589747. OLE color: 16589747.
HSL color Cylindrical-coordinate representation of color #B323FD: hue angle of 279.63º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B323FD is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 35 | 253 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.01 |
| HSL | 279.63º | 0.98% | 0.56% | - |
| HSV(B) | 279.63º | 0.86% | 0.99% | - |
| XYZ | 36.92 | 17.88 | 94.43 | - |
| YUV | 102.91 | 212.71 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 253 | 0.29 | 0.86 | 0 | 0.01 | 279.63 | 0.98 | 0.56 |
| Hex | B3 | 23 | FD | 1D | 56 | 0 | 1 | 118 | 62 | 38 |
| Octal | 263 | 43 | 375 | 35 | 126 | 0 | 1 | 430 | 142 | 70 |
| Binary | 10110011 | 100011 | 11111101 | 11101 | 1010110 | 0 | 1 | 100011000 | 1100010 | 111000 |
Color Harmonies of #B323FD
Complementary color
Monochromatic Colors of #B323FD
Black with #B323FD
Text Example
Text Example
White with #B323FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323FD; }
p { color: rgb(179,35,253); }
H1.HeaderClassName
{
color: #B323FD;
}
.AnyTagClassName
{
color: #B323FD;
}
</style>
background-color css
<style>
a { background-color: #B323FD; }
a { background-color: rgb(179,35,253); }
div.DivClassName
{
background-color: #B323FD;
}
.BgClassName
{
background-color: #B323FD;
}
</style>
border-color css
<style>
span { border-color: #B323FD; }
span { border-color: rgb(179,35,253); }
td.TdClassName
{
border-color: #B323FD;
}
.TagClassName
{
border-color: #B323FD;
}
</style>