Shades of Electric Purple #B11AF8
Tints of Electric Purple #B11AF8
RGB
CMYK
RGB Variations
Color information
#B11AF8 (or 0xB11AF8) is known color: Electric Purple. HEX triplet: B1, 1A and F8. RGB value is (177,26,248). Sum of RGB (Red+Green+Blue) = 177+26+248=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 248 (97.27% from 255 or 54.99% from 451); Max value from RGB is 248 - color contains mainly: blue. Hex color #B11AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11AF8 is #4EE507. Grayscale: #5F5F5F. Windows color (decimal): -5170440 or 16259761. OLE color: 16259761.
HSL color Cylindrical-coordinate representation of color #B11AF8: hue angle of 280.81º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11AF8 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 26 | 248 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.03 |
| HSL | 280.81º | 0.94% | 0.54% | - |
| HSV(B) | 280.81º | 0.9% | 0.97% | - |
| XYZ | 35.44 | 16.86 | 90.19 | - |
| YUV | 96.46 | 213.53 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 248 | 0.29 | 0.90 | 0 | 0.03 | 280.81 | 0.94 | 0.54 |
| Hex | B1 | 1A | F8 | 1D | 5A | 0 | 3 | 119 | 5E | 36 |
| Octal | 261 | 32 | 370 | 35 | 132 | 0 | 3 | 431 | 136 | 66 |
| Binary | 10110001 | 11010 | 11111000 | 11101 | 1011010 | 0 | 11 | 100011001 | 1011110 | 110110 |
Color Harmonies of #B11AF8
Complementary color
Monochromatic Colors of #B11AF8
Black with #B11AF8
Text Example
Text Example
White with #B11AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11AF8; }
p { color: rgb(177,26,248); }
H1.HeaderClassName
{
color: #B11AF8;
}
.AnyTagClassName
{
color: #B11AF8;
}
</style>
background-color css
<style>
a { background-color: #B11AF8; }
a { background-color: rgb(177,26,248); }
div.DivClassName
{
background-color: #B11AF8;
}
.BgClassName
{
background-color: #B11AF8;
}
</style>
border-color css
<style>
span { border-color: #B11AF8; }
span { border-color: rgb(177,26,248); }
td.TdClassName
{
border-color: #B11AF8;
}
.TagClassName
{
border-color: #B11AF8;
}
</style>