Shades of Electric Purple #B108F0
Tints of Electric Purple #B108F0
RGB
CMYK
RGB Variations
Color information
#B108F0 (or 0xB108F0) is known color: Electric Purple. HEX triplet: B1, 08 and F0. RGB value is (177,8,240). Sum of RGB (Red+Green+Blue) = 177+8+240=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #B108F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B108F0 is #4EF70F. Grayscale: #545454. Windows color (decimal): -5175056 or 15730865. OLE color: 15730865.
HSL color Cylindrical-coordinate representation of color #B108F0: hue angle of 283.71º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B108F0 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 8 | 240 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.06 |
| HSL | 283.71º | 0.94% | 0.49% | - |
| HSV(B) | 283.71º | 0.97% | 0.94% | - |
| XYZ | 33.95 | 15.81 | 83.7 | - |
| YUV | 84.98 | 215.49 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 8 | 240 | 0.26 | 0.97 | 0 | 0.06 | 283.71 | 0.94 | 0.49 |
| Hex | B1 | 8 | F0 | 1A | 61 | 0 | 6 | 11C | 5E | 31 |
| Octal | 261 | 10 | 360 | 32 | 141 | 0 | 6 | 434 | 136 | 61 |
| Binary | 10110001 | 1000 | 11110000 | 11010 | 1100001 | 0 | 110 | 100011100 | 1011110 | 110001 |
Color Harmonies of #B108F0
Complementary color
Monochromatic Colors of #B108F0
Black with #B108F0
Text Example
Text Example
White with #B108F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B108F0; }
p { color: rgb(177,8,240); }
H1.HeaderClassName
{
color: #B108F0;
}
.AnyTagClassName
{
color: #B108F0;
}
</style>
background-color css
<style>
a { background-color: #B108F0; }
a { background-color: rgb(177,8,240); }
div.DivClassName
{
background-color: #B108F0;
}
.BgClassName
{
background-color: #B108F0;
}
</style>
border-color css
<style>
span { border-color: #B108F0; }
span { border-color: rgb(177,8,240); }
td.TdClassName
{
border-color: #B108F0;
}
.TagClassName
{
border-color: #B108F0;
}
</style>