Shades of Electric Purple #B311FF
Tints of Electric Purple #B311FF
RGB
CMYK
RGB Variations
Color information
#B311FF (or 0xB311FF) is known color: Electric Purple. HEX triplet: B3, 11 and FF. RGB value is (179,17,255). Sum of RGB (Red+Green+Blue) = 179+17+255=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 17 (7.03% from 255 or 3.77% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #B311FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B311FF is #4CEE00. Grayscale: #5B5B5B. Windows color (decimal): -5041665 or 16716211. OLE color: 16716211.
HSL color Cylindrical-coordinate representation of color #B311FF: hue angle of 280.84º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B311FF is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 17 | 255 | - |
| CMYK | 0.30 | 0.93 | 0 | 0 |
| HSL | 280.84º | 1% | 0.53% | - |
| HSV(B) | 280.84º | 0.93% | 1% | - |
| XYZ | 36.84 | 17.2 | 95.99 | - |
| YUV | 92.57 | 219.67 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 255 | 0.30 | 0.93 | 0 | 0 | 280.84 | 1 | 0.53 |
| Hex | B3 | 11 | FF | 1E | 5D | 0 | 0 | 119 | 64 | 35 |
| Octal | 263 | 21 | 377 | 36 | 135 | 0 | 0 | 431 | 144 | 65 |
| Binary | 10110011 | 10001 | 11111111 | 11110 | 1011101 | 0 | 0 | 100011001 | 1100100 | 110101 |
Color Harmonies of #B311FF
Complementary color
Monochromatic Colors of #B311FF
Black with #B311FF
Text Example
Text Example
White with #B311FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B311FF; }
p { color: rgb(179,17,255); }
H1.HeaderClassName
{
color: #B311FF;
}
.AnyTagClassName
{
color: #B311FF;
}
</style>
background-color css
<style>
a { background-color: #B311FF; }
a { background-color: rgb(179,17,255); }
div.DivClassName
{
background-color: #B311FF;
}
.BgClassName
{
background-color: #B311FF;
}
</style>
border-color css
<style>
span { border-color: #B311FF; }
span { border-color: rgb(179,17,255); }
td.TdClassName
{
border-color: #B311FF;
}
.TagClassName
{
border-color: #B311FF;
}
</style>