Shades of Electric Purple #B31DF4
Tints of Electric Purple #B31DF4
RGB
CMYK
RGB Variations
Color information
#B31DF4 (or 0xB31DF4) is known color: Electric Purple. HEX triplet: B3, 1D and F4. RGB value is (179,29,244). Sum of RGB (Red+Green+Blue) = 179+29+244=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #B31DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31DF4 is #4CE20B. Grayscale: #616161. Windows color (decimal): -5038604 or 15998387. OLE color: 15998387.
HSL color Cylindrical-coordinate representation of color #B31DF4: hue angle of 281.86º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31DF4 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 29 | 244 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.04 |
| HSL | 281.86º | 0.91% | 0.54% | - |
| HSV(B) | 281.86º | 0.88% | 0.96% | - |
| XYZ | 35.36 | 16.99 | 87 | - |
| YUV | 98.36 | 210.2 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 244 | 0.27 | 0.88 | 0 | 0.04 | 281.86 | 0.91 | 0.54 |
| Hex | B3 | 1D | F4 | 1B | 58 | 0 | 4 | 11A | 5B | 36 |
| Octal | 263 | 35 | 364 | 33 | 130 | 0 | 4 | 432 | 133 | 66 |
| Binary | 10110011 | 11101 | 11110100 | 11011 | 1011000 | 0 | 100 | 100011010 | 1011011 | 110110 |
Color Harmonies of #B31DF4
Complementary color
Monochromatic Colors of #B31DF4
Black with #B31DF4
Text Example
Text Example
White with #B31DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DF4; }
p { color: rgb(179,29,244); }
H1.HeaderClassName
{
color: #B31DF4;
}
.AnyTagClassName
{
color: #B31DF4;
}
</style>
background-color css
<style>
a { background-color: #B31DF4; }
a { background-color: rgb(179,29,244); }
div.DivClassName
{
background-color: #B31DF4;
}
.BgClassName
{
background-color: #B31DF4;
}
</style>
border-color css
<style>
span { border-color: #B31DF4; }
span { border-color: rgb(179,29,244); }
td.TdClassName
{
border-color: #B31DF4;
}
.TagClassName
{
border-color: #B31DF4;
}
</style>