Shades of Electric Purple #B314EE
Tints of Electric Purple #B314EE
RGB
CMYK
RGB Variations
Color information
#B314EE (or 0xB314EE) is known color: Electric Purple. HEX triplet: B3, 14 and EE. RGB value is (179,20,238). Sum of RGB (Red+Green+Blue) = 179+20+238=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #B314EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B314EE is #4CEB11. Grayscale: #5B5B5B. Windows color (decimal): -5040914 or 15602867. OLE color: 15602867.
HSL color Cylindrical-coordinate representation of color #B314EE: hue angle of 283.76º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B314EE is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 20 | 238 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.07 |
| HSL | 283.76º | 0.87% | 0.51% | - |
| HSV(B) | 283.76º | 0.92% | 0.93% | - |
| XYZ | 34.27 | 16.26 | 82.22 | - |
| YUV | 92.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 238 | 0.25 | 0.92 | 0 | 0.07 | 283.76 | 0.87 | 0.51 |
| Hex | B3 | 14 | EE | 19 | 5C | 0 | 7 | 11C | 57 | 33 |
| Octal | 263 | 24 | 356 | 31 | 134 | 0 | 7 | 434 | 127 | 63 |
| Binary | 10110011 | 10100 | 11101110 | 11001 | 1011100 | 0 | 111 | 100011100 | 1010111 | 110011 |
Color Harmonies of #B314EE
Complementary color
Monochromatic Colors of #B314EE
Black with #B314EE
Text Example
Text Example
White with #B314EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314EE; }
p { color: rgb(179,20,238); }
H1.HeaderClassName
{
color: #B314EE;
}
.AnyTagClassName
{
color: #B314EE;
}
</style>
background-color css
<style>
a { background-color: #B314EE; }
a { background-color: rgb(179,20,238); }
div.DivClassName
{
background-color: #B314EE;
}
.BgClassName
{
background-color: #B314EE;
}
</style>
border-color css
<style>
span { border-color: #B314EE; }
span { border-color: rgb(179,20,238); }
td.TdClassName
{
border-color: #B314EE;
}
.TagClassName
{
border-color: #B314EE;
}
</style>