Shades of Electric Purple #B109E4
Tints of Electric Purple #B109E4
RGB
CMYK
RGB Variations
Color information
#B109E4 (or 0xB109E4) is known color: Electric Purple. HEX triplet: B1, 09 and E4. RGB value is (177,9,228). Sum of RGB (Red+Green+Blue) = 177+9+228=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 228 (89.45% from 255 or 55.07% from 414); Max value from RGB is 228 - color contains mainly: blue. Hex color #B109E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109E4 is #4EF61B. Grayscale: #535353. Windows color (decimal): -5174812 or 14944689. OLE color: 14944689.
HSL color Cylindrical-coordinate representation of color #B109E4: hue angle of 286.03º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109E4 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 9 | 228 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.11 |
| HSL | 286.03º | 0.92% | 0.46% | - |
| HSV(B) | 286.03º | 0.96% | 0.89% | - |
| XYZ | 32.23 | 15.14 | 74.62 | - |
| YUV | 84.2 | 209.16 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 228 | 0.22 | 0.96 | 0 | 0.11 | 286.03 | 0.92 | 0.46 |
| Hex | B1 | 9 | E4 | 16 | 60 | 0 | B | 11E | 5C | 2E |
| Octal | 261 | 11 | 344 | 26 | 140 | 0 | 13 | 436 | 134 | 56 |
| Binary | 10110001 | 1001 | 11100100 | 10110 | 1100000 | 0 | 1011 | 100011110 | 1011100 | 101110 |
Color Harmonies of #B109E4
Complementary color
Monochromatic Colors of #B109E4
Black with #B109E4
Text Example
Text Example
White with #B109E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109E4; }
p { color: rgb(177,9,228); }
H1.HeaderClassName
{
color: #B109E4;
}
.AnyTagClassName
{
color: #B109E4;
}
</style>
background-color css
<style>
a { background-color: #B109E4; }
a { background-color: rgb(177,9,228); }
div.DivClassName
{
background-color: #B109E4;
}
.BgClassName
{
background-color: #B109E4;
}
</style>
border-color css
<style>
span { border-color: #B109E4; }
span { border-color: rgb(177,9,228); }
td.TdClassName
{
border-color: #B109E4;
}
.TagClassName
{
border-color: #B109E4;
}
</style>