Shades of Electric Purple #B328FD
Tints of Electric Purple #B328FD
RGB
CMYK
RGB Variations
Color information
#B328FD (or 0xB328FD) is known color: Electric Purple. HEX triplet: B3, 28 and FD. RGB value is (179,40,253). Sum of RGB (Red+Green+Blue) = 179+40+253=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #B328FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B328FD is #4CD702. Grayscale: #696969. Windows color (decimal): -5035779 or 16591027. OLE color: 16591027.
HSL color Cylindrical-coordinate representation of color #B328FD: hue angle of 279.15º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B328FD is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 40 | 253 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.01 |
| HSL | 279.15º | 0.98% | 0.57% | - |
| HSV(B) | 279.15º | 0.84% | 0.99% | - |
| XYZ | 37.08 | 18.19 | 94.49 | - |
| YUV | 105.84 | 211.05 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 253 | 0.29 | 0.84 | 0 | 0.01 | 279.15 | 0.98 | 0.57 |
| Hex | B3 | 28 | FD | 1D | 54 | 0 | 1 | 117 | 62 | 39 |
| Octal | 263 | 50 | 375 | 35 | 124 | 0 | 1 | 427 | 142 | 71 |
| Binary | 10110011 | 101000 | 11111101 | 11101 | 1010100 | 0 | 1 | 100010111 | 1100010 | 111001 |
Color Harmonies of #B328FD
Complementary color
Monochromatic Colors of #B328FD
Black with #B328FD
Text Example
Text Example
White with #B328FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B328FD; }
p { color: rgb(179,40,253); }
H1.HeaderClassName
{
color: #B328FD;
}
.AnyTagClassName
{
color: #B328FD;
}
</style>
background-color css
<style>
a { background-color: #B328FD; }
a { background-color: rgb(179,40,253); }
div.DivClassName
{
background-color: #B328FD;
}
.BgClassName
{
background-color: #B328FD;
}
</style>
border-color css
<style>
span { border-color: #B328FD; }
span { border-color: rgb(179,40,253); }
td.TdClassName
{
border-color: #B328FD;
}
.TagClassName
{
border-color: #B328FD;
}
</style>