Shades of Electric Purple #B31AF4
Tints of Electric Purple #B31AF4
RGB
CMYK
RGB Variations
Color information
#B31AF4 (or 0xB31AF4) is known color: Electric Purple. HEX triplet: B3, 1A and F4. RGB value is (179,26,244). Sum of RGB (Red+Green+Blue) = 179+26+244=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 244 (95.70% from 255 or 54.34% from 449); Max value from RGB is 244 - color contains mainly: blue. Hex color #B31AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31AF4 is #4CE50B. Grayscale: #5F5F5F. Windows color (decimal): -5039372 or 15997619. OLE color: 15997619.
HSL color Cylindrical-coordinate representation of color #B31AF4: hue angle of 282.11º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31AF4 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 26 | 244 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.04 |
| HSL | 282.11º | 0.91% | 0.53% | - |
| HSV(B) | 282.11º | 0.89% | 0.96% | - |
| XYZ | 35.29 | 16.85 | 86.98 | - |
| YUV | 96.6 | 211.19 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 244 | 0.27 | 0.89 | 0 | 0.04 | 282.11 | 0.91 | 0.53 |
| Hex | B3 | 1A | F4 | 1B | 59 | 0 | 4 | 11A | 5B | 35 |
| Octal | 263 | 32 | 364 | 33 | 131 | 0 | 4 | 432 | 133 | 65 |
| Binary | 10110011 | 11010 | 11110100 | 11011 | 1011001 | 0 | 100 | 100011010 | 1011011 | 110101 |
Color Harmonies of #B31AF4
Complementary color
Monochromatic Colors of #B31AF4
Black with #B31AF4
Text Example
Text Example
White with #B31AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31AF4; }
p { color: rgb(179,26,244); }
H1.HeaderClassName
{
color: #B31AF4;
}
.AnyTagClassName
{
color: #B31AF4;
}
</style>
background-color css
<style>
a { background-color: #B31AF4; }
a { background-color: rgb(179,26,244); }
div.DivClassName
{
background-color: #B31AF4;
}
.BgClassName
{
background-color: #B31AF4;
}
</style>
border-color css
<style>
span { border-color: #B31AF4; }
span { border-color: rgb(179,26,244); }
td.TdClassName
{
border-color: #B31AF4;
}
.TagClassName
{
border-color: #B31AF4;
}
</style>