Shades of Electric Purple #B31DFF
Tints of Electric Purple #B31DFF
RGB
CMYK
RGB Variations
Color information
#B31DFF (or 0xB31DFF) is known color: Electric Purple. HEX triplet: B3, 1D and FF. RGB value is (179,29,255). Sum of RGB (Red+Green+Blue) = 179+29+255=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #B31DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31DFF is #4CE200. Grayscale: #626262. Windows color (decimal): -5038593 or 16719283. OLE color: 16719283.
HSL color Cylindrical-coordinate representation of color #B31DFF: hue angle of 279.82º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31DFF is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 29 | 255 | - |
| CMYK | 0.30 | 0.89 | 0 | 0 |
| HSL | 279.82º | 1% | 0.56% | - |
| HSV(B) | 279.82º | 0.89% | 1% | - |
| XYZ | 37.08 | 17.68 | 96.07 | - |
| YUV | 99.61 | 215.7 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 255 | 0.30 | 0.89 | 0 | 0 | 279.82 | 1 | 0.56 |
| Hex | B3 | 1D | FF | 1E | 59 | 0 | 0 | 118 | 64 | 38 |
| Octal | 263 | 35 | 377 | 36 | 131 | 0 | 0 | 430 | 144 | 70 |
| Binary | 10110011 | 11101 | 11111111 | 11110 | 1011001 | 0 | 0 | 100011000 | 1100100 | 111000 |
Color Harmonies of #B31DFF
Complementary color
Monochromatic Colors of #B31DFF
Black with #B31DFF
Text Example
Text Example
White with #B31DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DFF; }
p { color: rgb(179,29,255); }
H1.HeaderClassName
{
color: #B31DFF;
}
.AnyTagClassName
{
color: #B31DFF;
}
</style>
background-color css
<style>
a { background-color: #B31DFF; }
a { background-color: rgb(179,29,255); }
div.DivClassName
{
background-color: #B31DFF;
}
.BgClassName
{
background-color: #B31DFF;
}
</style>
border-color css
<style>
span { border-color: #B31DFF; }
span { border-color: rgb(179,29,255); }
td.TdClassName
{
border-color: #B31DFF;
}
.TagClassName
{
border-color: #B31DFF;
}
</style>