Shades of Electric Purple #B118F1
Tints of Electric Purple #B118F1
RGB
CMYK
RGB Variations
Color information
#B118F1 (or 0xB118F1) is known color: Electric Purple. HEX triplet: B1, 18 and F1. RGB value is (177,24,241). Sum of RGB (Red+Green+Blue) = 177+24+241=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #B118F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B118F1 is #4EE70E. Grayscale: #5D5D5D. Windows color (decimal): -5170959 or 15800497. OLE color: 15800497.
HSL color Cylindrical-coordinate representation of color #B118F1: hue angle of 282.3º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B118F1 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 24 | 241 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.05 |
| HSL | 282.3º | 0.89% | 0.52% | - |
| HSV(B) | 282.3º | 0.9% | 0.95% | - |
| XYZ | 34.34 | 16.35 | 84.57 | - |
| YUV | 94.49 | 210.69 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 241 | 0.27 | 0.90 | 0 | 0.05 | 282.3 | 0.89 | 0.52 |
| Hex | B1 | 18 | F1 | 1B | 5A | 0 | 5 | 11A | 59 | 34 |
| Octal | 261 | 30 | 361 | 33 | 132 | 0 | 5 | 432 | 131 | 64 |
| Binary | 10110001 | 11000 | 11110001 | 11011 | 1011010 | 0 | 101 | 100011010 | 1011001 | 110100 |
Color Harmonies of #B118F1
Complementary color
Monochromatic Colors of #B118F1
Black with #B118F1
Text Example
Text Example
White with #B118F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B118F1; }
p { color: rgb(177,24,241); }
H1.HeaderClassName
{
color: #B118F1;
}
.AnyTagClassName
{
color: #B118F1;
}
</style>
background-color css
<style>
a { background-color: #B118F1; }
a { background-color: rgb(177,24,241); }
div.DivClassName
{
background-color: #B118F1;
}
.BgClassName
{
background-color: #B118F1;
}
</style>
border-color css
<style>
span { border-color: #B118F1; }
span { border-color: rgb(177,24,241); }
td.TdClassName
{
border-color: #B118F1;
}
.TagClassName
{
border-color: #B118F1;
}
</style>