Shades of Electric Purple #B315F6
Tints of Electric Purple #B315F6
RGB
CMYK
RGB Variations
Color information
#B315F6 (or 0xB315F6) is known color: Electric Purple. HEX triplet: B3, 15 and F6. RGB value is (179,21,246). Sum of RGB (Red+Green+Blue) = 179+21+246=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #B315F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B315F6 is #4CEA09. Grayscale: #5D5D5D. Windows color (decimal): -5040650 or 16127411. OLE color: 16127411.
HSL color Cylindrical-coordinate representation of color #B315F6: hue angle of 282.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B315F6 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 21 | 246 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.04 |
| HSL | 282.13º | 0.93% | 0.52% | - |
| HSV(B) | 282.13º | 0.91% | 0.96% | - |
| XYZ | 35.49 | 16.77 | 88.56 | - |
| YUV | 93.89 | 213.85 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 246 | 0.27 | 0.91 | 0 | 0.04 | 282.13 | 0.93 | 0.52 |
| Hex | B3 | 15 | F6 | 1B | 5B | 0 | 4 | 11A | 5D | 34 |
| Octal | 263 | 25 | 366 | 33 | 133 | 0 | 4 | 432 | 135 | 64 |
| Binary | 10110011 | 10101 | 11110110 | 11011 | 1011011 | 0 | 100 | 100011010 | 1011101 | 110100 |
Color Harmonies of #B315F6
Complementary color
Monochromatic Colors of #B315F6
Black with #B315F6
Text Example
Text Example
White with #B315F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B315F6; }
p { color: rgb(179,21,246); }
H1.HeaderClassName
{
color: #B315F6;
}
.AnyTagClassName
{
color: #B315F6;
}
</style>
background-color css
<style>
a { background-color: #B315F6; }
a { background-color: rgb(179,21,246); }
div.DivClassName
{
background-color: #B315F6;
}
.BgClassName
{
background-color: #B315F6;
}
</style>
border-color css
<style>
span { border-color: #B315F6; }
span { border-color: rgb(179,21,246); }
td.TdClassName
{
border-color: #B315F6;
}
.TagClassName
{
border-color: #B315F6;
}
</style>