Shades of Electric Purple #B115FB
Tints of Electric Purple #B115FB
RGB
CMYK
RGB Variations
Color information
#B115FB (or 0xB115FB) is known color: Electric Purple. HEX triplet: B1, 15 and FB. RGB value is (177,21,251). Sum of RGB (Red+Green+Blue) = 177+21+251=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #B115FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B115FB is #4EEA04. Grayscale: #5D5D5D. Windows color (decimal): -5171717 or 16455089. OLE color: 16455089.
HSL color Cylindrical-coordinate representation of color #B115FB: hue angle of 280.7º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B115FB is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 21 | 251 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.02 |
| HSL | 280.7º | 0.97% | 0.53% | - |
| HSV(B) | 280.7º | 0.92% | 0.98% | - |
| XYZ | 35.81 | 16.85 | 92.63 | - |
| YUV | 93.86 | 216.68 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 251 | 0.29 | 0.92 | 0 | 0.02 | 280.7 | 0.97 | 0.53 |
| Hex | B1 | 15 | FB | 1D | 5C | 0 | 2 | 119 | 61 | 35 |
| Octal | 261 | 25 | 373 | 35 | 134 | 0 | 2 | 431 | 141 | 65 |
| Binary | 10110001 | 10101 | 11111011 | 11101 | 1011100 | 0 | 10 | 100011001 | 1100001 | 110101 |
Color Harmonies of #B115FB
Complementary color
Monochromatic Colors of #B115FB
Black with #B115FB
Text Example
Text Example
White with #B115FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115FB; }
p { color: rgb(177,21,251); }
H1.HeaderClassName
{
color: #B115FB;
}
.AnyTagClassName
{
color: #B115FB;
}
</style>
background-color css
<style>
a { background-color: #B115FB; }
a { background-color: rgb(177,21,251); }
div.DivClassName
{
background-color: #B115FB;
}
.BgClassName
{
background-color: #B115FB;
}
</style>
border-color css
<style>
span { border-color: #B115FB; }
span { border-color: rgb(177,21,251); }
td.TdClassName
{
border-color: #B115FB;
}
.TagClassName
{
border-color: #B115FB;
}
</style>