Shades of Electric Purple #B114FE
Tints of Electric Purple #B114FE
RGB
CMYK
RGB Variations
Color information
#B114FE (or 0xB114FE) is known color: Electric Purple. HEX triplet: B1, 14 and FE. RGB value is (177,20,254). Sum of RGB (Red+Green+Blue) = 177+20+254=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #B114FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B114FE is #4EEB01. Grayscale: #5C5C5C. Windows color (decimal): -5171970 or 16651441. OLE color: 16651441.
HSL color Cylindrical-coordinate representation of color #B114FE: hue angle of 280.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B114FE is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 20 | 254 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.00 |
| HSL | 280.26º | 0.99% | 0.54% | - |
| HSV(B) | 280.26º | 0.92% | 1% | - |
| XYZ | 36.27 | 17 | 95.14 | - |
| YUV | 93.62 | 218.51 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 254 | 0.30 | 0.92 | 0 | 0.00 | 280.26 | 0.99 | 0.54 |
| Hex | B1 | 14 | FE | 1E | 5C | 0 | 0 | 118 | 63 | 36 |
| Octal | 261 | 24 | 376 | 36 | 134 | 0 | 0 | 430 | 143 | 66 |
| Binary | 10110001 | 10100 | 11111110 | 11110 | 1011100 | 0 | 0 | 100011000 | 1100011 | 110110 |
Color Harmonies of #B114FE
Complementary color
Monochromatic Colors of #B114FE
Black with #B114FE
Text Example
Text Example
White with #B114FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B114FE; }
p { color: rgb(177,20,254); }
H1.HeaderClassName
{
color: #B114FE;
}
.AnyTagClassName
{
color: #B114FE;
}
</style>
background-color css
<style>
a { background-color: #B114FE; }
a { background-color: rgb(177,20,254); }
div.DivClassName
{
background-color: #B114FE;
}
.BgClassName
{
background-color: #B114FE;
}
</style>
border-color css
<style>
span { border-color: #B114FE; }
span { border-color: rgb(177,20,254); }
td.TdClassName
{
border-color: #B114FE;
}
.TagClassName
{
border-color: #B114FE;
}
</style>