Shades of Electric Purple #B109E5
Tints of Electric Purple #B109E5
RGB
CMYK
RGB Variations
Color information
#B109E5 (or 0xB109E5) is known color: Electric Purple. HEX triplet: B1, 09 and E5. RGB value is (177,9,229). Sum of RGB (Red+Green+Blue) = 177+9+229=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #B109E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109E5 is #4EF61A. Grayscale: #535353. Windows color (decimal): -5174811 or 15010225. OLE color: 15010225.
HSL color Cylindrical-coordinate representation of color #B109E5: hue angle of 285.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109E5 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 9 | 229 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.10 |
| HSL | 285.82º | 0.92% | 0.47% | - |
| HSV(B) | 285.82º | 0.96% | 0.9% | - |
| XYZ | 32.37 | 15.2 | 75.36 | - |
| YUV | 84.31 | 209.66 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 229 | 0.23 | 0.96 | 0 | 0.10 | 285.82 | 0.92 | 0.47 |
| Hex | B1 | 9 | E5 | 17 | 60 | 0 | A | 11E | 5C | 2F |
| Octal | 261 | 11 | 345 | 27 | 140 | 0 | 12 | 436 | 134 | 57 |
| Binary | 10110001 | 1001 | 11100101 | 10111 | 1100000 | 0 | 1010 | 100011110 | 1011100 | 101111 |
Color Harmonies of #B109E5
Complementary color
Monochromatic Colors of #B109E5
Black with #B109E5
Text Example
Text Example
White with #B109E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109E5; }
p { color: rgb(177,9,229); }
H1.HeaderClassName
{
color: #B109E5;
}
.AnyTagClassName
{
color: #B109E5;
}
</style>
background-color css
<style>
a { background-color: #B109E5; }
a { background-color: rgb(177,9,229); }
div.DivClassName
{
background-color: #B109E5;
}
.BgClassName
{
background-color: #B109E5;
}
</style>
border-color css
<style>
span { border-color: #B109E5; }
span { border-color: rgb(177,9,229); }
td.TdClassName
{
border-color: #B109E5;
}
.TagClassName
{
border-color: #B109E5;
}
</style>