Shades of Electric Purple #B106FF
Tints of Electric Purple #B106FF
RGB
CMYK
RGB Variations
Color information
#B106FF (or 0xB106FF) is known color: Electric Purple. HEX triplet: B1, 06 and FF. RGB value is (177,6,255). Sum of RGB (Red+Green+Blue) = 177+6+255=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 6 (2.73% from 255 or 1.37% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #B106FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B106FF is #4EF900. Grayscale: #545454. Windows color (decimal): -5175553 or 16713393. OLE color: 16713393.
HSL color Cylindrical-coordinate representation of color #B106FF: hue angle of 281.2º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B106FF is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 6 | 255 | - |
| CMYK | 0.31 | 0.98 | 0 | 0 |
| HSL | 281.2º | 1% | 0.51% | - |
| HSV(B) | 281.2º | 0.98% | 1% | - |
| XYZ | 36.25 | 16.7 | 95.92 | - |
| YUV | 85.52 | 223.65 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 255 | 0.31 | 0.98 | 0 | 0 | 281.2 | 1 | 0.51 |
| Hex | B1 | 6 | FF | 1F | 62 | 0 | 0 | 119 | 64 | 33 |
| Octal | 261 | 6 | 377 | 37 | 142 | 0 | 0 | 431 | 144 | 63 |
| Binary | 10110001 | 110 | 11111111 | 11111 | 1100010 | 0 | 0 | 100011001 | 1100100 | 110011 |
Color Harmonies of #B106FF
Complementary color
Monochromatic Colors of #B106FF
Black with #B106FF
Text Example
Text Example
White with #B106FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B106FF; }
p { color: rgb(177,6,255); }
H1.HeaderClassName
{
color: #B106FF;
}
.AnyTagClassName
{
color: #B106FF;
}
</style>
background-color css
<style>
a { background-color: #B106FF; }
a { background-color: rgb(177,6,255); }
div.DivClassName
{
background-color: #B106FF;
}
.BgClassName
{
background-color: #B106FF;
}
</style>
border-color css
<style>
span { border-color: #B106FF; }
span { border-color: rgb(177,6,255); }
td.TdClassName
{
border-color: #B106FF;
}
.TagClassName
{
border-color: #B106FF;
}
</style>