Shades of Electric Purple #B11DF5
Tints of Electric Purple #B11DF5
RGB
CMYK
RGB Variations
Color information
#B11DF5 (or 0xB11DF5) is known color: Electric Purple. HEX triplet: B1, 1D and F5. RGB value is (177,29,245). Sum of RGB (Red+Green+Blue) = 177+29+245=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 245 (96.09% from 255 or 54.32% from 451); Max value from RGB is 245 - color contains mainly: blue. Hex color #B11DF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11DF5 is #4EE20A. Grayscale: #616161. Windows color (decimal): -5169675 or 16063921. OLE color: 16063921.
HSL color Cylindrical-coordinate representation of color #B11DF5: hue angle of 281.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11DF5 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 29 | 245 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.04 |
| HSL | 281.11º | 0.92% | 0.54% | - |
| HSV(B) | 281.11º | 0.88% | 0.96% | - |
| XYZ | 35.05 | 16.82 | 87.79 | - |
| YUV | 97.88 | 211.03 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 245 | 0.28 | 0.88 | 0 | 0.04 | 281.11 | 0.92 | 0.54 |
| Hex | B1 | 1D | F5 | 1C | 58 | 0 | 4 | 119 | 5C | 36 |
| Octal | 261 | 35 | 365 | 34 | 130 | 0 | 4 | 431 | 134 | 66 |
| Binary | 10110001 | 11101 | 11110101 | 11100 | 1011000 | 0 | 100 | 100011001 | 1011100 | 110110 |
Color Harmonies of #B11DF5
Complementary color
Monochromatic Colors of #B11DF5
Black with #B11DF5
Text Example
Text Example
White with #B11DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DF5; }
p { color: rgb(177,29,245); }
H1.HeaderClassName
{
color: #B11DF5;
}
.AnyTagClassName
{
color: #B11DF5;
}
</style>
background-color css
<style>
a { background-color: #B11DF5; }
a { background-color: rgb(177,29,245); }
div.DivClassName
{
background-color: #B11DF5;
}
.BgClassName
{
background-color: #B11DF5;
}
</style>
border-color css
<style>
span { border-color: #B11DF5; }
span { border-color: rgb(177,29,245); }
td.TdClassName
{
border-color: #B11DF5;
}
.TagClassName
{
border-color: #B11DF5;
}
</style>