Shades of Electric Purple #B31FFB
Tints of Electric Purple #B31FFB
RGB
CMYK
RGB Variations
Color information
#B31FFB (or 0xB31FFB) is known color: Electric Purple. HEX triplet: B3, 1F and FB. RGB value is (179,31,251). Sum of RGB (Red+Green+Blue) = 179+31+251=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 31 (12.5% from 255 or 6.72% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #B31FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31FFB is #4CE004. Grayscale: #636363. Windows color (decimal): -5038085 or 16457651. OLE color: 16457651.
HSL color Cylindrical-coordinate representation of color #B31FFB: hue angle of 280.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31FFB is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 31 | 251 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.02 |
| HSL | 280.36º | 0.96% | 0.55% | - |
| HSV(B) | 280.36º | 0.88% | 0.98% | - |
| XYZ | 36.49 | 17.53 | 92.73 | - |
| YUV | 100.33 | 213.03 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 251 | 0.29 | 0.88 | 0 | 0.02 | 280.36 | 0.96 | 0.55 |
| Hex | B3 | 1F | FB | 1D | 58 | 0 | 2 | 118 | 60 | 37 |
| Octal | 263 | 37 | 373 | 35 | 130 | 0 | 2 | 430 | 140 | 67 |
| Binary | 10110011 | 11111 | 11111011 | 11101 | 1011000 | 0 | 10 | 100011000 | 1100000 | 110111 |
Color Harmonies of #B31FFB
Complementary color
Monochromatic Colors of #B31FFB
Black with #B31FFB
Text Example
Text Example
White with #B31FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FFB; }
p { color: rgb(179,31,251); }
H1.HeaderClassName
{
color: #B31FFB;
}
.AnyTagClassName
{
color: #B31FFB;
}
</style>
background-color css
<style>
a { background-color: #B31FFB; }
a { background-color: rgb(179,31,251); }
div.DivClassName
{
background-color: #B31FFB;
}
.BgClassName
{
background-color: #B31FFB;
}
</style>
border-color css
<style>
span { border-color: #B31FFB; }
span { border-color: rgb(179,31,251); }
td.TdClassName
{
border-color: #B31FFB;
}
.TagClassName
{
border-color: #B31FFB;
}
</style>