Shades of Electric Purple #B11AFF
Tints of Electric Purple #B11AFF
RGB
CMYK
RGB Variations
Color information
#B11AFF (or 0xB11AFF) is known color: Electric Purple. HEX triplet: B1, 1A and FF. RGB value is (177,26,255). Sum of RGB (Red+Green+Blue) = 177+26+255=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #B11AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11AFF is #4EE500. Grayscale: #606060. Windows color (decimal): -5170433 or 16718513. OLE color: 16718513.
HSL color Cylindrical-coordinate representation of color #B11AFF: hue angle of 279.56º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11AFF is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 26 | 255 | - |
| CMYK | 0.31 | 0.90 | 0 | 0 |
| HSL | 279.56º | 1% | 0.55% | - |
| HSV(B) | 279.56º | 0.9% | 1% | - |
| XYZ | 36.55 | 17.31 | 96.02 | - |
| YUV | 97.26 | 217.03 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 255 | 0.31 | 0.90 | 0 | 0 | 279.56 | 1 | 0.55 |
| Hex | B1 | 1A | FF | 1F | 5A | 0 | 0 | 118 | 64 | 37 |
| Octal | 261 | 32 | 377 | 37 | 132 | 0 | 0 | 430 | 144 | 67 |
| Binary | 10110001 | 11010 | 11111111 | 11111 | 1011010 | 0 | 0 | 100011000 | 1100100 | 110111 |
Color Harmonies of #B11AFF
Complementary color
Monochromatic Colors of #B11AFF
Black with #B11AFF
Text Example
Text Example
White with #B11AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11AFF; }
p { color: rgb(177,26,255); }
H1.HeaderClassName
{
color: #B11AFF;
}
.AnyTagClassName
{
color: #B11AFF;
}
</style>
background-color css
<style>
a { background-color: #B11AFF; }
a { background-color: rgb(177,26,255); }
div.DivClassName
{
background-color: #B11AFF;
}
.BgClassName
{
background-color: #B11AFF;
}
</style>
border-color css
<style>
span { border-color: #B11AFF; }
span { border-color: rgb(177,26,255); }
td.TdClassName
{
border-color: #B11AFF;
}
.TagClassName
{
border-color: #B11AFF;
}
</style>