Shades of Electric Purple #B514FE
Tints of Electric Purple #B514FE
RGB
CMYK
RGB Variations
Color information
#B514FE (or 0xB514FE) is known color: Electric Purple. HEX triplet: B5, 14 and FE. RGB value is (181,20,254). Sum of RGB (Red+Green+Blue) = 181+20+254=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #B514FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B514FE is #4AEB01. Grayscale: #5E5E5E. Windows color (decimal): -4909826 or 16651445. OLE color: 16651445.
HSL color Cylindrical-coordinate representation of color #B514FE: hue angle of 281.28º 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 #B514FE is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 20 | 254 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.00 |
| HSL | 281.28º | 0.99% | 0.54% | - |
| HSV(B) | 281.28º | 0.92% | 1% | - |
| XYZ | 37.2 | 17.48 | 95.18 | - |
| YUV | 94.82 | 217.84 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 254 | 0.29 | 0.92 | 0 | 0.00 | 281.28 | 0.99 | 0.54 |
| Hex | B5 | 14 | FE | 1D | 5C | 0 | 0 | 119 | 63 | 36 |
| Octal | 265 | 24 | 376 | 35 | 134 | 0 | 0 | 431 | 143 | 66 |
| Binary | 10110101 | 10100 | 11111110 | 11101 | 1011100 | 0 | 0 | 100011001 | 1100011 | 110110 |
Color Harmonies of #B514FE
Complementary color
Monochromatic Colors of #B514FE
Black with #B514FE
Text Example
Text Example
White with #B514FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B514FE; }
p { color: rgb(181,20,254); }
H1.HeaderClassName
{
color: #B514FE;
}
.AnyTagClassName
{
color: #B514FE;
}
</style>
background-color css
<style>
a { background-color: #B514FE; }
a { background-color: rgb(181,20,254); }
div.DivClassName
{
background-color: #B514FE;
}
.BgClassName
{
background-color: #B514FE;
}
</style>
border-color css
<style>
span { border-color: #B514FE; }
span { border-color: rgb(181,20,254); }
td.TdClassName
{
border-color: #B514FE;
}
.TagClassName
{
border-color: #B514FE;
}
</style>