Shades of Electric Purple #B107FF
Tints of Electric Purple #B107FF
RGB
CMYK
RGB Variations
Color information
#B107FF (or 0xB107FF) is known color: Electric Purple. HEX triplet: B1, 07 and FF. RGB value is (177,7,255). Sum of RGB (Red+Green+Blue) = 177+7+255=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #B107FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B107FF is #4EF800. Grayscale: #555555. Windows color (decimal): -5175297 or 16713649. OLE color: 16713649.
HSL color Cylindrical-coordinate representation of color #B107FF: hue angle of 281.13º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B107FF is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 7 | 255 | - |
| CMYK | 0.31 | 0.97 | 0 | 0 |
| HSL | 281.13º | 1% | 0.51% | - |
| HSV(B) | 281.13º | 0.97% | 1% | - |
| XYZ | 36.26 | 16.72 | 95.92 | - |
| YUV | 86.1 | 223.32 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 255 | 0.31 | 0.97 | 0 | 0 | 281.13 | 1 | 0.51 |
| Hex | B1 | 7 | FF | 1F | 61 | 0 | 0 | 119 | 64 | 33 |
| Octal | 261 | 7 | 377 | 37 | 141 | 0 | 0 | 431 | 144 | 63 |
| Binary | 10110001 | 111 | 11111111 | 11111 | 1100001 | 0 | 0 | 100011001 | 1100100 | 110011 |
Color Harmonies of #B107FF
Complementary color
Monochromatic Colors of #B107FF
Black with #B107FF
Text Example
Text Example
White with #B107FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B107FF; }
p { color: rgb(177,7,255); }
H1.HeaderClassName
{
color: #B107FF;
}
.AnyTagClassName
{
color: #B107FF;
}
</style>
background-color css
<style>
a { background-color: #B107FF; }
a { background-color: rgb(177,7,255); }
div.DivClassName
{
background-color: #B107FF;
}
.BgClassName
{
background-color: #B107FF;
}
</style>
border-color css
<style>
span { border-color: #B107FF; }
span { border-color: rgb(177,7,255); }
td.TdClassName
{
border-color: #B107FF;
}
.TagClassName
{
border-color: #B107FF;
}
</style>