Shades of Electric Purple #B11EF3
Tints of Electric Purple #B11EF3
RGB
CMYK
RGB Variations
Color information
#B11EF3 (or 0xB11EF3) is known color: Electric Purple. HEX triplet: B1, 1E and F3. RGB value is (177,30,243). Sum of RGB (Red+Green+Blue) = 177+30+243=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #B11EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EF3 is #4EE10C. Grayscale: #616161. Windows color (decimal): -5169421 or 15933105. OLE color: 15933105.
HSL color Cylindrical-coordinate representation of color #B11EF3: hue angle of 281.41º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11EF3 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 30 | 243 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.05 |
| HSL | 281.41º | 0.9% | 0.54% | - |
| HSV(B) | 281.41º | 0.88% | 0.95% | - |
| XYZ | 34.77 | 16.75 | 86.19 | - |
| YUV | 98.24 | 209.7 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 243 | 0.27 | 0.88 | 0 | 0.05 | 281.41 | 0.9 | 0.54 |
| Hex | B1 | 1E | F3 | 1B | 58 | 0 | 5 | 119 | 5A | 36 |
| Octal | 261 | 36 | 363 | 33 | 130 | 0 | 5 | 431 | 132 | 66 |
| Binary | 10110001 | 11110 | 11110011 | 11011 | 1011000 | 0 | 101 | 100011001 | 1011010 | 110110 |
Color Harmonies of #B11EF3
Complementary color
Monochromatic Colors of #B11EF3
Black with #B11EF3
Text Example
Text Example
White with #B11EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11EF3; }
p { color: rgb(177,30,243); }
H1.HeaderClassName
{
color: #B11EF3;
}
.AnyTagClassName
{
color: #B11EF3;
}
</style>
background-color css
<style>
a { background-color: #B11EF3; }
a { background-color: rgb(177,30,243); }
div.DivClassName
{
background-color: #B11EF3;
}
.BgClassName
{
background-color: #B11EF3;
}
</style>
border-color css
<style>
span { border-color: #B11EF3; }
span { border-color: rgb(177,30,243); }
td.TdClassName
{
border-color: #B11EF3;
}
.TagClassName
{
border-color: #B11EF3;
}
</style>