Shades of Electric Purple #B100ED
Tints of Electric Purple #B100ED
RGB
CMYK
RGB Variations
Color information
#B100ED (or 0xB100ED) is known color: Electric Purple. HEX triplet: B1, 00 and ED. RGB value is (177,0,237). Sum of RGB (Red+Green+Blue) = 177+0+237=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #B100ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100ED is #4EFF12. Grayscale: #4F4F4F. Windows color (decimal): -5177107 or 15532209. OLE color: 15532209.
HSL color Cylindrical-coordinate representation of color #B100ED: hue angle of 284.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100ED is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 0 | 237 | - |
| CMYK | 0.25 | 1 | 0 | 0.07 |
| HSL | 284.81º | 1% | 0.46% | - |
| HSV(B) | 284.81º | 1% | 0.93% | - |
| XYZ | 33.42 | 15.46 | 81.34 | - |
| YUV | 79.94 | 216.64 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 237 | 0.25 | 1 | 0 | 0.07 | 284.81 | 1 | 0.46 |
| Hex | B1 | 0 | ED | 19 | 64 | 0 | 7 | 11D | 64 | 2E |
| Octal | 261 | 0 | 355 | 31 | 144 | 0 | 7 | 435 | 144 | 56 |
| Binary | 10110001 | 0 | 11101101 | 11001 | 1100100 | 0 | 111 | 100011101 | 1100100 | 101110 |
Color Harmonies of #B100ED
Complementary color
Monochromatic Colors of #B100ED
Black with #B100ED
Text Example
Text Example
White with #B100ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100ED; }
p { color: rgb(177,0,237); }
H1.HeaderClassName
{
color: #B100ED;
}
.AnyTagClassName
{
color: #B100ED;
}
</style>
background-color css
<style>
a { background-color: #B100ED; }
a { background-color: rgb(177,0,237); }
div.DivClassName
{
background-color: #B100ED;
}
.BgClassName
{
background-color: #B100ED;
}
</style>
border-color css
<style>
span { border-color: #B100ED; }
span { border-color: rgb(177,0,237); }
td.TdClassName
{
border-color: #B100ED;
}
.TagClassName
{
border-color: #B100ED;
}
</style>