Shades of Electric Purple #B315F1
Tints of Electric Purple #B315F1
RGB
CMYK
RGB Variations
Color information
#B315F1 (or 0xB315F1) is known color: Electric Purple. HEX triplet: B3, 15 and F1. RGB value is (179,21,241). Sum of RGB (Red+Green+Blue) = 179+21+241=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #B315F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B315F1 is #4CEA0E. Grayscale: #5C5C5C. Windows color (decimal): -5040655 or 15799731. OLE color: 15799731.
HSL color Cylindrical-coordinate representation of color #B315F1: hue angle of 283.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B315F1 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 21 | 241 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.05 |
| HSL | 283.09º | 0.89% | 0.51% | - |
| HSV(B) | 283.09º | 0.91% | 0.95% | - |
| XYZ | 34.74 | 16.47 | 84.57 | - |
| YUV | 93.32 | 211.35 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 241 | 0.26 | 0.91 | 0 | 0.05 | 283.09 | 0.89 | 0.51 |
| Hex | B3 | 15 | F1 | 1A | 5B | 0 | 5 | 11B | 59 | 33 |
| Octal | 263 | 25 | 361 | 32 | 133 | 0 | 5 | 433 | 131 | 63 |
| Binary | 10110011 | 10101 | 11110001 | 11010 | 1011011 | 0 | 101 | 100011011 | 1011001 | 110011 |
Color Harmonies of #B315F1
Complementary color
Monochromatic Colors of #B315F1
Black with #B315F1
Text Example
Text Example
White with #B315F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B315F1; }
p { color: rgb(179,21,241); }
H1.HeaderClassName
{
color: #B315F1;
}
.AnyTagClassName
{
color: #B315F1;
}
</style>
background-color css
<style>
a { background-color: #B315F1; }
a { background-color: rgb(179,21,241); }
div.DivClassName
{
background-color: #B315F1;
}
.BgClassName
{
background-color: #B315F1;
}
</style>
border-color css
<style>
span { border-color: #B315F1; }
span { border-color: rgb(179,21,241); }
td.TdClassName
{
border-color: #B315F1;
}
.TagClassName
{
border-color: #B315F1;
}
</style>