Shades of Electric Purple #B320FC
Tints of Electric Purple #B320FC
RGB
CMYK
RGB Variations
Color information
#B320FC (or 0xB320FC) is known color: Electric Purple. HEX triplet: B3, 20 and FC. RGB value is (179,32,252). Sum of RGB (Red+Green+Blue) = 179+32+252=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #B320FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320FC is #4CDF03. Grayscale: #646464. Windows color (decimal): -5037828 or 16523443. OLE color: 16523443.
HSL color Cylindrical-coordinate representation of color #B320FC: hue angle of 280.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B320FC is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 32 | 252 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.01 |
| HSL | 280.09º | 0.97% | 0.56% | - |
| HSV(B) | 280.09º | 0.87% | 0.99% | - |
| XYZ | 36.68 | 17.65 | 93.57 | - |
| YUV | 101.03 | 213.2 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 252 | 0.29 | 0.87 | 0 | 0.01 | 280.09 | 0.97 | 0.56 |
| Hex | B3 | 20 | FC | 1D | 57 | 0 | 1 | 118 | 61 | 38 |
| Octal | 263 | 40 | 374 | 35 | 127 | 0 | 1 | 430 | 141 | 70 |
| Binary | 10110011 | 100000 | 11111100 | 11101 | 1010111 | 0 | 1 | 100011000 | 1100001 | 111000 |
Color Harmonies of #B320FC
Complementary color
Monochromatic Colors of #B320FC
Black with #B320FC
Text Example
Text Example
White with #B320FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320FC; }
p { color: rgb(179,32,252); }
H1.HeaderClassName
{
color: #B320FC;
}
.AnyTagClassName
{
color: #B320FC;
}
</style>
background-color css
<style>
a { background-color: #B320FC; }
a { background-color: rgb(179,32,252); }
div.DivClassName
{
background-color: #B320FC;
}
.BgClassName
{
background-color: #B320FC;
}
</style>
border-color css
<style>
span { border-color: #B320FC; }
span { border-color: rgb(179,32,252); }
td.TdClassName
{
border-color: #B320FC;
}
.TagClassName
{
border-color: #B320FC;
}
</style>