Shades of Electric Purple #B115F0
Tints of Electric Purple #B115F0
RGB
CMYK
RGB Variations
Color information
#B115F0 (or 0xB115F0) is known color: Electric Purple. HEX triplet: B1, 15 and F0. RGB value is (177,21,240). Sum of RGB (Red+Green+Blue) = 177+21+240=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #B115F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B115F0 is #4EEA0F. Grayscale: #5B5B5B. Windows color (decimal): -5171728 or 15734193. OLE color: 15734193.
HSL color Cylindrical-coordinate representation of color #B115F0: hue angle of 282.74º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B115F0 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 21 | 240 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.06 |
| HSL | 282.74º | 0.88% | 0.51% | - |
| HSV(B) | 282.74º | 0.91% | 0.94% | - |
| XYZ | 34.13 | 16.17 | 83.76 | - |
| YUV | 92.61 | 211.18 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 240 | 0.26 | 0.91 | 0 | 0.06 | 282.74 | 0.88 | 0.51 |
| Hex | B1 | 15 | F0 | 1A | 5B | 0 | 6 | 11B | 58 | 33 |
| Octal | 261 | 25 | 360 | 32 | 133 | 0 | 6 | 433 | 130 | 63 |
| Binary | 10110001 | 10101 | 11110000 | 11010 | 1011011 | 0 | 110 | 100011011 | 1011000 | 110011 |
Color Harmonies of #B115F0
Complementary color
Monochromatic Colors of #B115F0
Black with #B115F0
Text Example
Text Example
White with #B115F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115F0; }
p { color: rgb(177,21,240); }
H1.HeaderClassName
{
color: #B115F0;
}
.AnyTagClassName
{
color: #B115F0;
}
</style>
background-color css
<style>
a { background-color: #B115F0; }
a { background-color: rgb(177,21,240); }
div.DivClassName
{
background-color: #B115F0;
}
.BgClassName
{
background-color: #B115F0;
}
</style>
border-color css
<style>
span { border-color: #B115F0; }
span { border-color: rgb(177,21,240); }
td.TdClassName
{
border-color: #B115F0;
}
.TagClassName
{
border-color: #B115F0;
}
</style>