Shades of Electric Purple #B014FE
Tints of Electric Purple #B014FE
RGB
CMYK
RGB Variations
Color information
#B014FE (or 0xB014FE) is known color: Electric Purple. HEX triplet: B0, 14 and FE. RGB value is (176,20,254). Sum of RGB (Red+Green+Blue) = 176+20+254=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #B014FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B014FE is #4FEB01. Grayscale: #5C5C5C. Windows color (decimal): -5237506 or 16651440. OLE color: 16651440.
HSL color Cylindrical-coordinate representation of color #B014FE: hue angle of 280º 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 #B014FE is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 20 | 254 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.54% | - |
| HSV(B) | 280º | 0.92% | 1% | - |
| XYZ | 36.04 | 16.89 | 95.13 | - |
| YUV | 93.32 | 218.68 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 254 | 0.31 | 0.92 | 0 | 0.00 | 280 | 0.99 | 0.54 |
| Hex | B0 | 14 | FE | 1F | 5C | 0 | 0 | 118 | 63 | 36 |
| Octal | 260 | 24 | 376 | 37 | 134 | 0 | 0 | 430 | 143 | 66 |
| Binary | 10110000 | 10100 | 11111110 | 11111 | 1011100 | 0 | 0 | 100011000 | 1100011 | 110110 |
Color Harmonies of #B014FE
Complementary color
Monochromatic Colors of #B014FE
Black with #B014FE
Text Example
Text Example
White with #B014FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014FE; }
p { color: rgb(176,20,254); }
H1.HeaderClassName
{
color: #B014FE;
}
.AnyTagClassName
{
color: #B014FE;
}
</style>
background-color css
<style>
a { background-color: #B014FE; }
a { background-color: rgb(176,20,254); }
div.DivClassName
{
background-color: #B014FE;
}
.BgClassName
{
background-color: #B014FE;
}
</style>
border-color css
<style>
span { border-color: #B014FE; }
span { border-color: rgb(176,20,254); }
td.TdClassName
{
border-color: #B014FE;
}
.TagClassName
{
border-color: #B014FE;
}
</style>