Shades of Electric Purple #B011FE
Tints of Electric Purple #B011FE
RGB
CMYK
RGB Variations
Color information
#B011FE (or 0xB011FE) is known color: Electric Purple. HEX triplet: B0, 11 and FE. RGB value is (176,17,254). Sum of RGB (Red+Green+Blue) = 176+17+254=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #B011FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B011FE is #4FEE01. Grayscale: #5A5A5A. Windows color (decimal): -5238274 or 16650672. OLE color: 16650672.
HSL color Cylindrical-coordinate representation of color #B011FE: hue angle of 280.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B011FE is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 17 | 254 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.00 |
| HSL | 280.25º | 0.99% | 0.53% | - |
| HSV(B) | 280.25º | 0.93% | 1% | - |
| XYZ | 35.99 | 16.79 | 95.11 | - |
| YUV | 91.56 | 219.68 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 254 | 0.31 | 0.93 | 0 | 0.00 | 280.25 | 0.99 | 0.53 |
| Hex | B0 | 11 | FE | 1F | 5D | 0 | 0 | 118 | 63 | 35 |
| Octal | 260 | 21 | 376 | 37 | 135 | 0 | 0 | 430 | 143 | 65 |
| Binary | 10110000 | 10001 | 11111110 | 11111 | 1011101 | 0 | 0 | 100011000 | 1100011 | 110101 |
Color Harmonies of #B011FE
Complementary color
Monochromatic Colors of #B011FE
Black with #B011FE
Text Example
Text Example
White with #B011FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B011FE; }
p { color: rgb(176,17,254); }
H1.HeaderClassName
{
color: #B011FE;
}
.AnyTagClassName
{
color: #B011FE;
}
</style>
background-color css
<style>
a { background-color: #B011FE; }
a { background-color: rgb(176,17,254); }
div.DivClassName
{
background-color: #B011FE;
}
.BgClassName
{
background-color: #B011FE;
}
</style>
border-color css
<style>
span { border-color: #B011FE; }
span { border-color: rgb(176,17,254); }
td.TdClassName
{
border-color: #B011FE;
}
.TagClassName
{
border-color: #B011FE;
}
</style>