Shades of Electric Purple #B313F7
Tints of Electric Purple #B313F7
RGB
CMYK
RGB Variations
Color information
#B313F7 (or 0xB313F7) is known color: Electric Purple. HEX triplet: B3, 13 and F7. RGB value is (179,19,247). Sum of RGB (Red+Green+Blue) = 179+19+247=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 247 (96.88% from 255 or 55.51% from 445); Max value from RGB is 247 - color contains mainly: blue. Hex color #B313F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B313F7 is #4CEC08. Grayscale: #5C5C5C. Windows color (decimal): -5041161 or 16192435. OLE color: 16192435.
HSL color Cylindrical-coordinate representation of color #B313F7: hue angle of 282.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B313F7 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 19 | 247 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.03 |
| HSL | 282.11º | 0.93% | 0.52% | - |
| HSV(B) | 282.11º | 0.92% | 0.97% | - |
| XYZ | 35.61 | 16.76 | 89.35 | - |
| YUV | 92.83 | 215.01 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 247 | 0.28 | 0.92 | 0 | 0.03 | 282.11 | 0.93 | 0.52 |
| Hex | B3 | 13 | F7 | 1C | 5C | 0 | 3 | 11A | 5D | 34 |
| Octal | 263 | 23 | 367 | 34 | 134 | 0 | 3 | 432 | 135 | 64 |
| Binary | 10110011 | 10011 | 11110111 | 11100 | 1011100 | 0 | 11 | 100011010 | 1011101 | 110100 |
Color Harmonies of #B313F7
Complementary color
Monochromatic Colors of #B313F7
Black with #B313F7
Text Example
Text Example
White with #B313F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313F7; }
p { color: rgb(179,19,247); }
H1.HeaderClassName
{
color: #B313F7;
}
.AnyTagClassName
{
color: #B313F7;
}
</style>
background-color css
<style>
a { background-color: #B313F7; }
a { background-color: rgb(179,19,247); }
div.DivClassName
{
background-color: #B313F7;
}
.BgClassName
{
background-color: #B313F7;
}
</style>
border-color css
<style>
span { border-color: #B313F7; }
span { border-color: rgb(179,19,247); }
td.TdClassName
{
border-color: #B313F7;
}
.TagClassName
{
border-color: #B313F7;
}
</style>