Shades of Electric Purple #B313FE
Tints of Electric Purple #B313FE
RGB
CMYK
RGB Variations
Color information
#B313FE (or 0xB313FE) is known color: Electric Purple. HEX triplet: B3, 13 and FE. RGB value is (179,19,254). Sum of RGB (Red+Green+Blue) = 179+19+254=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #B313FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B313FE is #4CEC01. Grayscale: #5C5C5C. Windows color (decimal): -5041154 or 16651187. OLE color: 16651187.
HSL color Cylindrical-coordinate representation of color #B313FE: hue angle of 280.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B313FE is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 19 | 254 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.00 |
| HSL | 280.85º | 0.99% | 0.54% | - |
| HSV(B) | 280.85º | 0.93% | 1% | - |
| XYZ | 36.71 | 17.21 | 95.15 | - |
| YUV | 93.63 | 218.51 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 254 | 0.30 | 0.93 | 0 | 0.00 | 280.85 | 0.99 | 0.54 |
| Hex | B3 | 13 | FE | 1E | 5D | 0 | 0 | 119 | 63 | 36 |
| Octal | 263 | 23 | 376 | 36 | 135 | 0 | 0 | 431 | 143 | 66 |
| Binary | 10110011 | 10011 | 11111110 | 11110 | 1011101 | 0 | 0 | 100011001 | 1100011 | 110110 |
Color Harmonies of #B313FE
Complementary color
Monochromatic Colors of #B313FE
Black with #B313FE
Text Example
Text Example
White with #B313FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313FE; }
p { color: rgb(179,19,254); }
H1.HeaderClassName
{
color: #B313FE;
}
.AnyTagClassName
{
color: #B313FE;
}
</style>
background-color css
<style>
a { background-color: #B313FE; }
a { background-color: rgb(179,19,254); }
div.DivClassName
{
background-color: #B313FE;
}
.BgClassName
{
background-color: #B313FE;
}
</style>
border-color css
<style>
span { border-color: #B313FE; }
span { border-color: rgb(179,19,254); }
td.TdClassName
{
border-color: #B313FE;
}
.TagClassName
{
border-color: #B313FE;
}
</style>