Shades of Electric Purple #B101EB
Tints of Electric Purple #B101EB
RGB
CMYK
RGB Variations
Color information
#B101EB (or 0xB101EB) is known color: Electric Purple. HEX triplet: B1, 01 and EB. RGB value is (177,1,235). Sum of RGB (Red+Green+Blue) = 177+1+235=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #B101EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B101EB is #4EFE14. Grayscale: #4F4F4F. Windows color (decimal): -5176853 or 15401393. OLE color: 15401393.
HSL color Cylindrical-coordinate representation of color #B101EB: hue angle of 285.13º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B101EB is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 1 | 235 | - |
| CMYK | 0.25 | 1.00 | 0 | 0.08 |
| HSL | 285.13º | 0.99% | 0.46% | - |
| HSV(B) | 285.13º | 1% | 0.92% | - |
| XYZ | 33.14 | 15.37 | 79.82 | - |
| YUV | 80.3 | 215.31 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 235 | 0.25 | 1.00 | 0 | 0.08 | 285.13 | 0.99 | 0.46 |
| Hex | B1 | 1 | EB | 19 | 64 | 0 | 8 | 11D | 63 | 2E |
| Octal | 261 | 1 | 353 | 31 | 144 | 0 | 10 | 435 | 143 | 56 |
| Binary | 10110001 | 1 | 11101011 | 11001 | 1100100 | 0 | 1000 | 100011101 | 1100011 | 101110 |
Color Harmonies of #B101EB
Complementary color
Monochromatic Colors of #B101EB
Black with #B101EB
Text Example
Text Example
White with #B101EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101EB; }
p { color: rgb(177,1,235); }
H1.HeaderClassName
{
color: #B101EB;
}
.AnyTagClassName
{
color: #B101EB;
}
</style>
background-color css
<style>
a { background-color: #B101EB; }
a { background-color: rgb(177,1,235); }
div.DivClassName
{
background-color: #B101EB;
}
.BgClassName
{
background-color: #B101EB;
}
</style>
border-color css
<style>
span { border-color: #B101EB; }
span { border-color: rgb(177,1,235); }
td.TdClassName
{
border-color: #B101EB;
}
.TagClassName
{
border-color: #B101EB;
}
</style>