Shades of Electric Purple #B100EB
Tints of Electric Purple #B100EB
RGB
CMYK
RGB Variations
Color information
#B100EB (or 0xB100EB) is known color: Electric Purple. HEX triplet: B1, 00 and EB. RGB value is (177,0,235). Sum of RGB (Red+Green+Blue) = 177+0+235=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #B100EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100EB is #4EFF14. Grayscale: #4E4E4E. Windows color (decimal): -5177109 or 15401137. OLE color: 15401137.
HSL color Cylindrical-coordinate representation of color #B100EB: hue angle of 285.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100EB is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 0 | 235 | - |
| CMYK | 0.25 | 1 | 0 | 0.08 |
| HSL | 285.19º | 1% | 0.46% | - |
| HSV(B) | 285.19º | 1% | 0.92% | - |
| XYZ | 33.13 | 15.35 | 79.81 | - |
| YUV | 79.71 | 215.64 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 235 | 0.25 | 1 | 0 | 0.08 | 285.19 | 1 | 0.46 |
| Hex | B1 | 0 | EB | 19 | 64 | 0 | 8 | 11D | 64 | 2E |
| Octal | 261 | 0 | 353 | 31 | 144 | 0 | 10 | 435 | 144 | 56 |
| Binary | 10110001 | 0 | 11101011 | 11001 | 1100100 | 0 | 1000 | 100011101 | 1100100 | 101110 |
Color Harmonies of #B100EB
Complementary color
Monochromatic Colors of #B100EB
Black with #B100EB
Text Example
Text Example
White with #B100EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100EB; }
p { color: rgb(177,0,235); }
H1.HeaderClassName
{
color: #B100EB;
}
.AnyTagClassName
{
color: #B100EB;
}
</style>
background-color css
<style>
a { background-color: #B100EB; }
a { background-color: rgb(177,0,235); }
div.DivClassName
{
background-color: #B100EB;
}
.BgClassName
{
background-color: #B100EB;
}
</style>
border-color css
<style>
span { border-color: #B100EB; }
span { border-color: rgb(177,0,235); }
td.TdClassName
{
border-color: #B100EB;
}
.TagClassName
{
border-color: #B100EB;
}
</style>