Shades of Electric Purple #B11AF3
Tints of Electric Purple #B11AF3
RGB
CMYK
RGB Variations
Color information
#B11AF3 (or 0xB11AF3) is known color: Electric Purple. HEX triplet: B1, 1A and F3. RGB value is (177,26,243). Sum of RGB (Red+Green+Blue) = 177+26+243=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 243 (95.31% from 255 or 54.48% from 446); Max value from RGB is 243 - color contains mainly: blue. Hex color #B11AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11AF3 is #4EE50C. Grayscale: #5F5F5F. Windows color (decimal): -5170445 or 15932081. OLE color: 15932081.
HSL color Cylindrical-coordinate representation of color #B11AF3: hue angle of 281.75º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11AF3 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 26 | 243 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.05 |
| HSL | 281.75º | 0.9% | 0.53% | - |
| HSV(B) | 281.75º | 0.89% | 0.95% | - |
| XYZ | 34.68 | 16.56 | 86.16 | - |
| YUV | 95.89 | 211.03 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 243 | 0.27 | 0.89 | 0 | 0.05 | 281.75 | 0.9 | 0.53 |
| Hex | B1 | 1A | F3 | 1B | 59 | 0 | 5 | 11A | 5A | 35 |
| Octal | 261 | 32 | 363 | 33 | 131 | 0 | 5 | 432 | 132 | 65 |
| Binary | 10110001 | 11010 | 11110011 | 11011 | 1011001 | 0 | 101 | 100011010 | 1011010 | 110101 |
Color Harmonies of #B11AF3
Complementary color
Monochromatic Colors of #B11AF3
Black with #B11AF3
Text Example
Text Example
White with #B11AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11AF3; }
p { color: rgb(177,26,243); }
H1.HeaderClassName
{
color: #B11AF3;
}
.AnyTagClassName
{
color: #B11AF3;
}
</style>
background-color css
<style>
a { background-color: #B11AF3; }
a { background-color: rgb(177,26,243); }
div.DivClassName
{
background-color: #B11AF3;
}
.BgClassName
{
background-color: #B11AF3;
}
</style>
border-color css
<style>
span { border-color: #B11AF3; }
span { border-color: rgb(177,26,243); }
td.TdClassName
{
border-color: #B11AF3;
}
.TagClassName
{
border-color: #B11AF3;
}
</style>