Shades of Electric Purple #B313EE
Tints of Electric Purple #B313EE
RGB
CMYK
RGB Variations
Color information
#B313EE (or 0xB313EE) is known color: Electric Purple. HEX triplet: B3, 13 and EE. RGB value is (179,19,238). Sum of RGB (Red+Green+Blue) = 179+19+238=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #B313EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B313EE is #4CEC11. Grayscale: #5B5B5B. Windows color (decimal): -5041170 or 15602611. OLE color: 15602611.
HSL color Cylindrical-coordinate representation of color #B313EE: hue angle of 283.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B313EE is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 19 | 238 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.07 |
| HSL | 283.84º | 0.87% | 0.5% | - |
| HSV(B) | 283.84º | 0.92% | 0.93% | - |
| XYZ | 34.26 | 16.22 | 82.21 | - |
| YUV | 91.81 | 210.51 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 238 | 0.25 | 0.92 | 0 | 0.07 | 283.84 | 0.87 | 0.5 |
| Hex | B3 | 13 | EE | 19 | 5C | 0 | 7 | 11C | 57 | 32 |
| Octal | 263 | 23 | 356 | 31 | 134 | 0 | 7 | 434 | 127 | 62 |
| Binary | 10110011 | 10011 | 11101110 | 11001 | 1011100 | 0 | 111 | 100011100 | 1010111 | 110010 |
Color Harmonies of #B313EE
Complementary color
Monochromatic Colors of #B313EE
Black with #B313EE
Text Example
Text Example
White with #B313EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313EE; }
p { color: rgb(179,19,238); }
H1.HeaderClassName
{
color: #B313EE;
}
.AnyTagClassName
{
color: #B313EE;
}
</style>
background-color css
<style>
a { background-color: #B313EE; }
a { background-color: rgb(179,19,238); }
div.DivClassName
{
background-color: #B313EE;
}
.BgClassName
{
background-color: #B313EE;
}
</style>
border-color css
<style>
span { border-color: #B313EE; }
span { border-color: rgb(179,19,238); }
td.TdClassName
{
border-color: #B313EE;
}
.TagClassName
{
border-color: #B313EE;
}
</style>