Shades of Electric Purple #B31FF2
Tints of Electric Purple #B31FF2
RGB
CMYK
RGB Variations
Color information
#B31FF2 (or 0xB31FF2) is known color: Electric Purple. HEX triplet: B3, 1F and F2. RGB value is (179,31,242). Sum of RGB (Red+Green+Blue) = 179+31+242=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 242 (94.92% from 255 or 53.54% from 452); Max value from RGB is 242 - color contains mainly: blue. Hex color #B31FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31FF2 is #4CE00D. Grayscale: #626262. Windows color (decimal): -5038094 or 15867827. OLE color: 15867827.
HSL color Cylindrical-coordinate representation of color #B31FF2: hue angle of 282.09º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31FF2 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 31 | 242 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.05 |
| HSL | 282.09º | 0.89% | 0.54% | - |
| HSV(B) | 282.09º | 0.87% | 0.95% | - |
| XYZ | 35.11 | 16.97 | 85.43 | - |
| YUV | 99.31 | 208.53 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 242 | 0.26 | 0.87 | 0 | 0.05 | 282.09 | 0.89 | 0.54 |
| Hex | B3 | 1F | F2 | 1A | 57 | 0 | 5 | 11A | 59 | 36 |
| Octal | 263 | 37 | 362 | 32 | 127 | 0 | 5 | 432 | 131 | 66 |
| Binary | 10110011 | 11111 | 11110010 | 11010 | 1010111 | 0 | 101 | 100011010 | 1011001 | 110110 |
Color Harmonies of #B31FF2
Complementary color
Monochromatic Colors of #B31FF2
Black with #B31FF2
Text Example
Text Example
White with #B31FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FF2; }
p { color: rgb(179,31,242); }
H1.HeaderClassName
{
color: #B31FF2;
}
.AnyTagClassName
{
color: #B31FF2;
}
</style>
background-color css
<style>
a { background-color: #B31FF2; }
a { background-color: rgb(179,31,242); }
div.DivClassName
{
background-color: #B31FF2;
}
.BgClassName
{
background-color: #B31FF2;
}
</style>
border-color css
<style>
span { border-color: #B31FF2; }
span { border-color: rgb(179,31,242); }
td.TdClassName
{
border-color: #B31FF2;
}
.TagClassName
{
border-color: #B31FF2;
}
</style>