Shades of Electric Purple #B115F8
Tints of Electric Purple #B115F8
RGB
CMYK
RGB Variations
Color information
#B115F8 (or 0xB115F8) is known color: Electric Purple. HEX triplet: B1, 15 and F8. RGB value is (177,21,248). Sum of RGB (Red+Green+Blue) = 177+21+248=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #B115F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B115F8 is #4EEA07. Grayscale: #5C5C5C. Windows color (decimal): -5171720 or 16258481. OLE color: 16258481.
HSL color Cylindrical-coordinate representation of color #B115F8: hue angle of 281.23º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B115F8 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 21 | 248 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.03 |
| HSL | 281.23º | 0.94% | 0.53% | - |
| HSV(B) | 281.23º | 0.92% | 0.97% | - |
| XYZ | 35.34 | 16.66 | 90.16 | - |
| YUV | 93.52 | 215.18 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 248 | 0.29 | 0.92 | 0 | 0.03 | 281.23 | 0.94 | 0.53 |
| Hex | B1 | 15 | F8 | 1D | 5C | 0 | 3 | 119 | 5E | 35 |
| Octal | 261 | 25 | 370 | 35 | 134 | 0 | 3 | 431 | 136 | 65 |
| Binary | 10110001 | 10101 | 11111000 | 11101 | 1011100 | 0 | 11 | 100011001 | 1011110 | 110101 |
Color Harmonies of #B115F8
Complementary color
Monochromatic Colors of #B115F8
Black with #B115F8
Text Example
Text Example
White with #B115F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115F8; }
p { color: rgb(177,21,248); }
H1.HeaderClassName
{
color: #B115F8;
}
.AnyTagClassName
{
color: #B115F8;
}
</style>
background-color css
<style>
a { background-color: #B115F8; }
a { background-color: rgb(177,21,248); }
div.DivClassName
{
background-color: #B115F8;
}
.BgClassName
{
background-color: #B115F8;
}
</style>
border-color css
<style>
span { border-color: #B115F8; }
span { border-color: rgb(177,21,248); }
td.TdClassName
{
border-color: #B115F8;
}
.TagClassName
{
border-color: #B115F8;
}
</style>