Shades of Electric Purple #B108FE
Tints of Electric Purple #B108FE
RGB
CMYK
RGB Variations
Color information
#B108FE (or 0xB108FE) is known color: Electric Purple. HEX triplet: B1, 08 and FE. RGB value is (177,8,254). Sum of RGB (Red+Green+Blue) = 177+8+254=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 8 (3.52% from 255 or 1.82% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #B108FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B108FE is #4EF701. Grayscale: #555555. Windows color (decimal): -5175042 or 16648369. OLE color: 16648369.
HSL color Cylindrical-coordinate representation of color #B108FE: hue angle of 281.22º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B108FE is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 8 | 254 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.00 |
| HSL | 281.22º | 0.99% | 0.51% | - |
| HSV(B) | 281.22º | 0.97% | 1% | - |
| XYZ | 36.11 | 16.68 | 95.08 | - |
| YUV | 86.58 | 222.49 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 8 | 254 | 0.30 | 0.97 | 0 | 0.00 | 281.22 | 0.99 | 0.51 |
| Hex | B1 | 8 | FE | 1E | 61 | 0 | 0 | 119 | 63 | 33 |
| Octal | 261 | 10 | 376 | 36 | 141 | 0 | 0 | 431 | 143 | 63 |
| Binary | 10110001 | 1000 | 11111110 | 11110 | 1100001 | 0 | 0 | 100011001 | 1100011 | 110011 |
Color Harmonies of #B108FE
Complementary color
Monochromatic Colors of #B108FE
Black with #B108FE
Text Example
Text Example
White with #B108FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B108FE; }
p { color: rgb(177,8,254); }
H1.HeaderClassName
{
color: #B108FE;
}
.AnyTagClassName
{
color: #B108FE;
}
</style>
background-color css
<style>
a { background-color: #B108FE; }
a { background-color: rgb(177,8,254); }
div.DivClassName
{
background-color: #B108FE;
}
.BgClassName
{
background-color: #B108FE;
}
</style>
border-color css
<style>
span { border-color: #B108FE; }
span { border-color: rgb(177,8,254); }
td.TdClassName
{
border-color: #B108FE;
}
.TagClassName
{
border-color: #B108FE;
}
</style>