Shades of Electric Purple #B11DF2
Tints of Electric Purple #B11DF2
RGB
CMYK
RGB Variations
Color information
#B11DF2 (or 0xB11DF2) is known color: Electric Purple. HEX triplet: B1, 1D and F2. RGB value is (177,29,242). Sum of RGB (Red+Green+Blue) = 177+29+242=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #B11DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11DF2 is #4EE20D. Grayscale: #606060. Windows color (decimal): -5169678 or 15867313. OLE color: 15867313.
HSL color Cylindrical-coordinate representation of color #B11DF2: hue angle of 281.69º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11DF2 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 29 | 242 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.05 |
| HSL | 281.69º | 0.89% | 0.53% | - |
| HSV(B) | 281.69º | 0.88% | 0.95% | - |
| XYZ | 34.6 | 16.64 | 85.39 | - |
| YUV | 97.53 | 209.53 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 242 | 0.27 | 0.88 | 0 | 0.05 | 281.69 | 0.89 | 0.53 |
| Hex | B1 | 1D | F2 | 1B | 58 | 0 | 5 | 11A | 59 | 35 |
| Octal | 261 | 35 | 362 | 33 | 130 | 0 | 5 | 432 | 131 | 65 |
| Binary | 10110001 | 11101 | 11110010 | 11011 | 1011000 | 0 | 101 | 100011010 | 1011001 | 110101 |
Color Harmonies of #B11DF2
Complementary color
Monochromatic Colors of #B11DF2
Black with #B11DF2
Text Example
Text Example
White with #B11DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DF2; }
p { color: rgb(177,29,242); }
H1.HeaderClassName
{
color: #B11DF2;
}
.AnyTagClassName
{
color: #B11DF2;
}
</style>
background-color css
<style>
a { background-color: #B11DF2; }
a { background-color: rgb(177,29,242); }
div.DivClassName
{
background-color: #B11DF2;
}
.BgClassName
{
background-color: #B11DF2;
}
</style>
border-color css
<style>
span { border-color: #B11DF2; }
span { border-color: rgb(177,29,242); }
td.TdClassName
{
border-color: #B11DF2;
}
.TagClassName
{
border-color: #B11DF2;
}
</style>