Shades of Electric Purple #B105EC
Tints of Electric Purple #B105EC
RGB
CMYK
RGB Variations
Color information
#B105EC (or 0xB105EC) is known color: Electric Purple. HEX triplet: B1, 05 and EC. RGB value is (177,5,236). Sum of RGB (Red+Green+Blue) = 177+5+236=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #B105EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B105EC is #4EFA13. Grayscale: #525252. Windows color (decimal): -5175828 or 15467953. OLE color: 15467953.
HSL color Cylindrical-coordinate representation of color #B105EC: hue angle of 284.68º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B105EC is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 5 | 236 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.07 |
| HSL | 284.68º | 0.96% | 0.47% | - |
| HSV(B) | 284.68º | 0.98% | 0.93% | - |
| XYZ | 33.33 | 15.51 | 80.59 | - |
| YUV | 82.76 | 214.48 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 236 | 0.25 | 0.98 | 0 | 0.07 | 284.68 | 0.96 | 0.47 |
| Hex | B1 | 5 | EC | 19 | 62 | 0 | 7 | 11D | 60 | 2F |
| Octal | 261 | 5 | 354 | 31 | 142 | 0 | 7 | 435 | 140 | 57 |
| Binary | 10110001 | 101 | 11101100 | 11001 | 1100010 | 0 | 111 | 100011101 | 1100000 | 101111 |
Color Harmonies of #B105EC
Complementary color
Monochromatic Colors of #B105EC
Black with #B105EC
Text Example
Text Example
White with #B105EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B105EC; }
p { color: rgb(177,5,236); }
H1.HeaderClassName
{
color: #B105EC;
}
.AnyTagClassName
{
color: #B105EC;
}
</style>
background-color css
<style>
a { background-color: #B105EC; }
a { background-color: rgb(177,5,236); }
div.DivClassName
{
background-color: #B105EC;
}
.BgClassName
{
background-color: #B105EC;
}
</style>
border-color css
<style>
span { border-color: #B105EC; }
span { border-color: rgb(177,5,236); }
td.TdClassName
{
border-color: #B105EC;
}
.TagClassName
{
border-color: #B105EC;
}
</style>