Shades of Electric Purple #B107E7
Tints of Electric Purple #B107E7
RGB
CMYK
RGB Variations
Color information
#B107E7 (or 0xB107E7) is known color: Electric Purple. HEX triplet: B1, 07 and E7. RGB value is (177,7,231). Sum of RGB (Red+Green+Blue) = 177+7+231=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #B107E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B107E7 is #4EF818. Grayscale: #525252. Windows color (decimal): -5175321 or 15140785. OLE color: 15140785.
HSL color Cylindrical-coordinate representation of color #B107E7: hue angle of 285.54º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B107E7 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 7 | 231 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.09 |
| HSL | 285.54º | 0.94% | 0.47% | - |
| HSV(B) | 285.54º | 0.97% | 0.91% | - |
| XYZ | 32.63 | 15.27 | 76.83 | - |
| YUV | 83.37 | 211.32 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 231 | 0.23 | 0.97 | 0 | 0.09 | 285.54 | 0.94 | 0.47 |
| Hex | B1 | 7 | E7 | 17 | 61 | 0 | 9 | 11E | 5E | 2F |
| Octal | 261 | 7 | 347 | 27 | 141 | 0 | 11 | 436 | 136 | 57 |
| Binary | 10110001 | 111 | 11100111 | 10111 | 1100001 | 0 | 1001 | 100011110 | 1011110 | 101111 |
Color Harmonies of #B107E7
Complementary color
Monochromatic Colors of #B107E7
Black with #B107E7
Text Example
Text Example
White with #B107E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B107E7; }
p { color: rgb(177,7,231); }
H1.HeaderClassName
{
color: #B107E7;
}
.AnyTagClassName
{
color: #B107E7;
}
</style>
background-color css
<style>
a { background-color: #B107E7; }
a { background-color: rgb(177,7,231); }
div.DivClassName
{
background-color: #B107E7;
}
.BgClassName
{
background-color: #B107E7;
}
</style>
border-color css
<style>
span { border-color: #B107E7; }
span { border-color: rgb(177,7,231); }
td.TdClassName
{
border-color: #B107E7;
}
.TagClassName
{
border-color: #B107E7;
}
</style>