Shades of Electric Purple #B11AF1
Tints of Electric Purple #B11AF1
RGB
CMYK
RGB Variations
Color information
#B11AF1 (or 0xB11AF1) is known color: Electric Purple. HEX triplet: B1, 1A and F1. RGB value is (177,26,241). Sum of RGB (Red+Green+Blue) = 177+26+241=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #B11AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11AF1 is #4EE50E. Grayscale: #5E5E5E. Windows color (decimal): -5170447 or 15801009. OLE color: 15801009.
HSL color Cylindrical-coordinate representation of color #B11AF1: hue angle of 282.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11AF1 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 26 | 241 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.05 |
| HSL | 282.14º | 0.88% | 0.52% | - |
| HSV(B) | 282.14º | 0.89% | 0.95% | - |
| XYZ | 34.38 | 16.44 | 84.58 | - |
| YUV | 95.66 | 210.03 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 241 | 0.27 | 0.89 | 0 | 0.05 | 282.14 | 0.88 | 0.52 |
| Hex | B1 | 1A | F1 | 1B | 59 | 0 | 5 | 11A | 58 | 34 |
| Octal | 261 | 32 | 361 | 33 | 131 | 0 | 5 | 432 | 130 | 64 |
| Binary | 10110001 | 11010 | 11110001 | 11011 | 1011001 | 0 | 101 | 100011010 | 1011000 | 110100 |
Color Harmonies of #B11AF1
Complementary color
Monochromatic Colors of #B11AF1
Black with #B11AF1
Text Example
Text Example
White with #B11AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11AF1; }
p { color: rgb(177,26,241); }
H1.HeaderClassName
{
color: #B11AF1;
}
.AnyTagClassName
{
color: #B11AF1;
}
</style>
background-color css
<style>
a { background-color: #B11AF1; }
a { background-color: rgb(177,26,241); }
div.DivClassName
{
background-color: #B11AF1;
}
.BgClassName
{
background-color: #B11AF1;
}
</style>
border-color css
<style>
span { border-color: #B11AF1; }
span { border-color: rgb(177,26,241); }
td.TdClassName
{
border-color: #B11AF1;
}
.TagClassName
{
border-color: #B11AF1;
}
</style>