Shades of Electric Purple #B118F4
Tints of Electric Purple #B118F4
RGB
CMYK
RGB Variations
Color information
#B118F4 (or 0xB118F4) is known color: Electric Purple. HEX triplet: B1, 18 and F4. RGB value is (177,24,244). Sum of RGB (Red+Green+Blue) = 177+24+244=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 244 (95.70% from 255 or 54.83% from 445); Max value from RGB is 244 - color contains mainly: blue. Hex color #B118F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B118F4 is #4EE70B. Grayscale: #5E5E5E. Windows color (decimal): -5170956 or 15997105. OLE color: 15997105.
HSL color Cylindrical-coordinate representation of color #B118F4: hue angle of 281.73º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B118F4 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 24 | 244 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.04 |
| HSL | 281.73º | 0.91% | 0.53% | - |
| HSV(B) | 281.73º | 0.9% | 0.96% | - |
| XYZ | 34.79 | 16.53 | 86.95 | - |
| YUV | 94.83 | 212.19 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 244 | 0.27 | 0.90 | 0 | 0.04 | 281.73 | 0.91 | 0.53 |
| Hex | B1 | 18 | F4 | 1B | 5A | 0 | 4 | 11A | 5B | 35 |
| Octal | 261 | 30 | 364 | 33 | 132 | 0 | 4 | 432 | 133 | 65 |
| Binary | 10110001 | 11000 | 11110100 | 11011 | 1011010 | 0 | 100 | 100011010 | 1011011 | 110101 |
Color Harmonies of #B118F4
Complementary color
Monochromatic Colors of #B118F4
Black with #B118F4
Text Example
Text Example
White with #B118F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B118F4; }
p { color: rgb(177,24,244); }
H1.HeaderClassName
{
color: #B118F4;
}
.AnyTagClassName
{
color: #B118F4;
}
</style>
background-color css
<style>
a { background-color: #B118F4; }
a { background-color: rgb(177,24,244); }
div.DivClassName
{
background-color: #B118F4;
}
.BgClassName
{
background-color: #B118F4;
}
</style>
border-color css
<style>
span { border-color: #B118F4; }
span { border-color: rgb(177,24,244); }
td.TdClassName
{
border-color: #B118F4;
}
.TagClassName
{
border-color: #B118F4;
}
</style>