Shades of Electric Purple #B100E6
Tints of Electric Purple #B100E6
RGB
CMYK
RGB Variations
Color information
#B100E6 (or 0xB100E6) is known color: Electric Purple. HEX triplet: B1, 00 and E6. RGB value is (177,0,230). Sum of RGB (Red+Green+Blue) = 177+0+230=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #B100E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100E6 is #4EFF19. Grayscale: #4E4E4E. Windows color (decimal): -5177114 or 15073457. OLE color: 15073457.
HSL color Cylindrical-coordinate representation of color #B100E6: hue angle of 286.17º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100E6 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 0 | 230 | - |
| CMYK | 0.23 | 1 | 0 | 0.10 |
| HSL | 286.17º | 1% | 0.45% | - |
| HSV(B) | 286.17º | 1% | 0.9% | - |
| XYZ | 32.41 | 15.06 | 76.06 | - |
| YUV | 79.14 | 213.14 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 230 | 0.23 | 1 | 0 | 0.10 | 286.17 | 1 | 0.45 |
| Hex | B1 | 0 | E6 | 17 | 64 | 0 | A | 11E | 64 | 2D |
| Octal | 261 | 0 | 346 | 27 | 144 | 0 | 12 | 436 | 144 | 55 |
| Binary | 10110001 | 0 | 11100110 | 10111 | 1100100 | 0 | 1010 | 100011110 | 1100100 | 101101 |
Color Harmonies of #B100E6
Complementary color
Monochromatic Colors of #B100E6
Black with #B100E6
Text Example
Text Example
White with #B100E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100E6; }
p { color: rgb(177,0,230); }
H1.HeaderClassName
{
color: #B100E6;
}
.AnyTagClassName
{
color: #B100E6;
}
</style>
background-color css
<style>
a { background-color: #B100E6; }
a { background-color: rgb(177,0,230); }
div.DivClassName
{
background-color: #B100E6;
}
.BgClassName
{
background-color: #B100E6;
}
</style>
border-color css
<style>
span { border-color: #B100E6; }
span { border-color: rgb(177,0,230); }
td.TdClassName
{
border-color: #B100E6;
}
.TagClassName
{
border-color: #B100E6;
}
</style>