Shades of Electric Purple #B314FE
Tints of Electric Purple #B314FE
RGB
CMYK
RGB Variations
Color information
#B314FE (or 0xB314FE) is known color: Electric Purple. HEX triplet: B3, 14 and FE. RGB value is (179,20,254). Sum of RGB (Red+Green+Blue) = 179+20+254=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #B314FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B314FE is #4CEB01. Grayscale: #5D5D5D. Windows color (decimal): -5040898 or 16651443. OLE color: 16651443.
HSL color Cylindrical-coordinate representation of color #B314FE: hue angle of 280.77º 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 #B314FE is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 20 | 254 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.00 |
| HSL | 280.77º | 0.99% | 0.54% | - |
| HSV(B) | 280.77º | 0.92% | 1% | - |
| XYZ | 36.73 | 17.24 | 95.16 | - |
| YUV | 94.22 | 218.18 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 254 | 0.30 | 0.92 | 0 | 0.00 | 280.77 | 0.99 | 0.54 |
| Hex | B3 | 14 | FE | 1E | 5C | 0 | 0 | 119 | 63 | 36 |
| Octal | 263 | 24 | 376 | 36 | 134 | 0 | 0 | 431 | 143 | 66 |
| Binary | 10110011 | 10100 | 11111110 | 11110 | 1011100 | 0 | 0 | 100011001 | 1100011 | 110110 |
Color Harmonies of #B314FE
Complementary color
Monochromatic Colors of #B314FE
Black with #B314FE
Text Example
Text Example
White with #B314FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314FE; }
p { color: rgb(179,20,254); }
H1.HeaderClassName
{
color: #B314FE;
}
.AnyTagClassName
{
color: #B314FE;
}
</style>
background-color css
<style>
a { background-color: #B314FE; }
a { background-color: rgb(179,20,254); }
div.DivClassName
{
background-color: #B314FE;
}
.BgClassName
{
background-color: #B314FE;
}
</style>
border-color css
<style>
span { border-color: #B314FE; }
span { border-color: rgb(179,20,254); }
td.TdClassName
{
border-color: #B314FE;
}
.TagClassName
{
border-color: #B314FE;
}
</style>