Shades of Electric Purple #B313EF
Tints of Electric Purple #B313EF
RGB
CMYK
RGB Variations
Color information
#B313EF (or 0xB313EF) is known color: Electric Purple. HEX triplet: B3, 13 and EF. RGB value is (179,19,239). Sum of RGB (Red+Green+Blue) = 179+19+239=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #B313EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B313EF is #4CEC10. Grayscale: #5B5B5B. Windows color (decimal): -5041169 or 15668147. OLE color: 15668147.
HSL color Cylindrical-coordinate representation of color #B313EF: hue angle of 283.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B313EF is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 19 | 239 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.06 |
| HSL | 283.64º | 0.87% | 0.51% | - |
| HSV(B) | 283.64º | 0.92% | 0.94% | - |
| XYZ | 34.4 | 16.28 | 82.99 | - |
| YUV | 91.92 | 211.01 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 239 | 0.25 | 0.92 | 0 | 0.06 | 283.64 | 0.87 | 0.51 |
| Hex | B3 | 13 | EF | 19 | 5C | 0 | 6 | 11C | 57 | 33 |
| Octal | 263 | 23 | 357 | 31 | 134 | 0 | 6 | 434 | 127 | 63 |
| Binary | 10110011 | 10011 | 11101111 | 11001 | 1011100 | 0 | 110 | 100011100 | 1010111 | 110011 |
Color Harmonies of #B313EF
Complementary color
Monochromatic Colors of #B313EF
Black with #B313EF
Text Example
Text Example
White with #B313EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313EF; }
p { color: rgb(179,19,239); }
H1.HeaderClassName
{
color: #B313EF;
}
.AnyTagClassName
{
color: #B313EF;
}
</style>
background-color css
<style>
a { background-color: #B313EF; }
a { background-color: rgb(179,19,239); }
div.DivClassName
{
background-color: #B313EF;
}
.BgClassName
{
background-color: #B313EF;
}
</style>
border-color css
<style>
span { border-color: #B313EF; }
span { border-color: rgb(179,19,239); }
td.TdClassName
{
border-color: #B313EF;
}
.TagClassName
{
border-color: #B313EF;
}
</style>