Shades of Electric Purple #B109E7
Tints of Electric Purple #B109E7
RGB
CMYK
RGB Variations
Color information
#B109E7 (or 0xB109E7) is known color: Electric Purple. HEX triplet: B1, 09 and E7. RGB value is (177,9,231). Sum of RGB (Red+Green+Blue) = 177+9+231=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 231 (90.62% from 255 or 55.40% from 417); Max value from RGB is 231 - color contains mainly: blue. Hex color #B109E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B109E7 is #4EF618. Grayscale: #535353. Windows color (decimal): -5174809 or 15141297. OLE color: 15141297.
HSL color Cylindrical-coordinate representation of color #B109E7: hue angle of 285.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109E7 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 9 | 231 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.09 |
| HSL | 285.41º | 0.93% | 0.47% | - |
| HSV(B) | 285.41º | 0.96% | 0.91% | - |
| XYZ | 32.65 | 15.31 | 76.84 | - |
| YUV | 84.54 | 210.66 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 231 | 0.23 | 0.96 | 0 | 0.09 | 285.41 | 0.93 | 0.47 |
| Hex | B1 | 9 | E7 | 17 | 60 | 0 | 9 | 11D | 5C | 2F |
| Octal | 261 | 11 | 347 | 27 | 140 | 0 | 11 | 435 | 134 | 57 |
| Binary | 10110001 | 1001 | 11100111 | 10111 | 1100000 | 0 | 1001 | 100011101 | 1011100 | 101111 |
Color Harmonies of #B109E7
Complementary color
Monochromatic Colors of #B109E7
Black with #B109E7
Text Example
Text Example
White with #B109E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109E7; }
p { color: rgb(177,9,231); }
H1.HeaderClassName
{
color: #B109E7;
}
.AnyTagClassName
{
color: #B109E7;
}
</style>
background-color css
<style>
a { background-color: #B109E7; }
a { background-color: rgb(177,9,231); }
div.DivClassName
{
background-color: #B109E7;
}
.BgClassName
{
background-color: #B109E7;
}
</style>
border-color css
<style>
span { border-color: #B109E7; }
span { border-color: rgb(177,9,231); }
td.TdClassName
{
border-color: #B109E7;
}
.TagClassName
{
border-color: #B109E7;
}
</style>