Shades of Electric Purple #B118EA
Tints of Electric Purple #B118EA
RGB
CMYK
RGB Variations
Color information
#B118EA (or 0xB118EA) is known color: Electric Purple. HEX triplet: B1, 18 and EA. RGB value is (177,24,234). Sum of RGB (Red+Green+Blue) = 177+24+234=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #B118EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B118EA is #4EE715. Grayscale: #5D5D5D. Windows color (decimal): -5170966 or 15341745. OLE color: 15341745.
HSL color Cylindrical-coordinate representation of color #B118EA: hue angle of 283.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B118EA is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 24 | 234 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.08 |
| HSL | 283.71º | 0.83% | 0.51% | - |
| HSV(B) | 283.71º | 0.9% | 0.92% | - |
| XYZ | 33.31 | 15.94 | 79.16 | - |
| YUV | 93.69 | 207.19 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 234 | 0.24 | 0.90 | 0 | 0.08 | 283.71 | 0.83 | 0.51 |
| Hex | B1 | 18 | EA | 18 | 5A | 0 | 8 | 11C | 53 | 33 |
| Octal | 261 | 30 | 352 | 30 | 132 | 0 | 10 | 434 | 123 | 63 |
| Binary | 10110001 | 11000 | 11101010 | 11000 | 1011010 | 0 | 1000 | 100011100 | 1010011 | 110011 |
Color Harmonies of #B118EA
Complementary color
Monochromatic Colors of #B118EA
Black with #B118EA
Text Example
Text Example
White with #B118EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B118EA; }
p { color: rgb(177,24,234); }
H1.HeaderClassName
{
color: #B118EA;
}
.AnyTagClassName
{
color: #B118EA;
}
</style>
background-color css
<style>
a { background-color: #B118EA; }
a { background-color: rgb(177,24,234); }
div.DivClassName
{
background-color: #B118EA;
}
.BgClassName
{
background-color: #B118EA;
}
</style>
border-color css
<style>
span { border-color: #B118EA; }
span { border-color: rgb(177,24,234); }
td.TdClassName
{
border-color: #B118EA;
}
.TagClassName
{
border-color: #B118EA;
}
</style>