Shades of Electric Purple #B111FD
Tints of Electric Purple #B111FD
RGB
CMYK
RGB Variations
Color information
#B111FD (or 0xB111FD) is known color: Electric Purple. HEX triplet: B1, 11 and FD. RGB value is (177,17,253). Sum of RGB (Red+Green+Blue) = 177+17+253=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #B111FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B111FD is #4EEE02. Grayscale: #5A5A5A. Windows color (decimal): -5172739 or 16585137. OLE color: 16585137.
HSL color Cylindrical-coordinate representation of color #B111FD: hue angle of 280.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B111FD is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 17 | 253 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.01 |
| HSL | 280.68º | 0.98% | 0.53% | - |
| HSV(B) | 280.68º | 0.93% | 0.99% | - |
| XYZ | 36.06 | 16.84 | 94.28 | - |
| YUV | 91.74 | 219.01 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 253 | 0.30 | 0.93 | 0 | 0.01 | 280.68 | 0.98 | 0.53 |
| Hex | B1 | 11 | FD | 1E | 5D | 0 | 1 | 119 | 62 | 35 |
| Octal | 261 | 21 | 375 | 36 | 135 | 0 | 1 | 431 | 142 | 65 |
| Binary | 10110001 | 10001 | 11111101 | 11110 | 1011101 | 0 | 1 | 100011001 | 1100010 | 110101 |
Color Harmonies of #B111FD
Complementary color
Monochromatic Colors of #B111FD
Black with #B111FD
Text Example
Text Example
White with #B111FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111FD; }
p { color: rgb(177,17,253); }
H1.HeaderClassName
{
color: #B111FD;
}
.AnyTagClassName
{
color: #B111FD;
}
</style>
background-color css
<style>
a { background-color: #B111FD; }
a { background-color: rgb(177,17,253); }
div.DivClassName
{
background-color: #B111FD;
}
.BgClassName
{
background-color: #B111FD;
}
</style>
border-color css
<style>
span { border-color: #B111FD; }
span { border-color: rgb(177,17,253); }
td.TdClassName
{
border-color: #B111FD;
}
.TagClassName
{
border-color: #B111FD;
}
</style>