Shades of Electric Purple #B106F0
Tints of Electric Purple #B106F0
RGB
CMYK
RGB Variations
Color information
#B106F0 (or 0xB106F0) is known color: Electric Purple. HEX triplet: B1, 06 and F0. RGB value is (177,6,240). Sum of RGB (Red+Green+Blue) = 177+6+240=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #B106F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B106F0 is #4EF90F. Grayscale: #535353. Windows color (decimal): -5175568 or 15730353. OLE color: 15730353.
HSL color Cylindrical-coordinate representation of color #B106F0: hue angle of 283.85º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B106F0 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 6 | 240 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.06 |
| HSL | 283.85º | 0.95% | 0.48% | - |
| HSV(B) | 283.85º | 0.98% | 0.94% | - |
| XYZ | 33.92 | 15.77 | 83.69 | - |
| YUV | 83.81 | 216.15 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 240 | 0.26 | 0.98 | 0 | 0.06 | 283.85 | 0.95 | 0.48 |
| Hex | B1 | 6 | F0 | 1A | 62 | 0 | 6 | 11C | 5F | 30 |
| Octal | 261 | 6 | 360 | 32 | 142 | 0 | 6 | 434 | 137 | 60 |
| Binary | 10110001 | 110 | 11110000 | 11010 | 1100010 | 0 | 110 | 100011100 | 1011111 | 110000 |
Color Harmonies of #B106F0
Complementary color
Monochromatic Colors of #B106F0
Black with #B106F0
Text Example
Text Example
White with #B106F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B106F0; }
p { color: rgb(177,6,240); }
H1.HeaderClassName
{
color: #B106F0;
}
.AnyTagClassName
{
color: #B106F0;
}
</style>
background-color css
<style>
a { background-color: #B106F0; }
a { background-color: rgb(177,6,240); }
div.DivClassName
{
background-color: #B106F0;
}
.BgClassName
{
background-color: #B106F0;
}
</style>
border-color css
<style>
span { border-color: #B106F0; }
span { border-color: rgb(177,6,240); }
td.TdClassName
{
border-color: #B106F0;
}
.TagClassName
{
border-color: #B106F0;
}
</style>