Shades of Electric Purple #B126F0
Tints of Electric Purple #B126F0
RGB
CMYK
RGB Variations
Color information
#B126F0 (or 0xB126F0) is known color: Electric Purple. HEX triplet: B1, 26 and F0. RGB value is (177,38,240). Sum of RGB (Red+Green+Blue) = 177+38+240=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #B126F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B126F0 is #4ED90F. Grayscale: #656565. Windows color (decimal): -5167376 or 15738545. OLE color: 15738545.
HSL color Cylindrical-coordinate representation of color #B126F0: hue angle of 281.29º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B126F0 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 38 | 240 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.06 |
| HSL | 281.29º | 0.87% | 0.55% | - |
| HSV(B) | 281.29º | 0.84% | 0.94% | - |
| XYZ | 34.55 | 17.02 | 83.9 | - |
| YUV | 102.59 | 205.55 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 240 | 0.26 | 0.84 | 0 | 0.06 | 281.29 | 0.87 | 0.55 |
| Hex | B1 | 26 | F0 | 1A | 54 | 0 | 6 | 119 | 57 | 37 |
| Octal | 261 | 46 | 360 | 32 | 124 | 0 | 6 | 431 | 127 | 67 |
| Binary | 10110001 | 100110 | 11110000 | 11010 | 1010100 | 0 | 110 | 100011001 | 1010111 | 110111 |
Color Harmonies of #B126F0
Complementary color
Monochromatic Colors of #B126F0
Black with #B126F0
Text Example
Text Example
White with #B126F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B126F0; }
p { color: rgb(177,38,240); }
H1.HeaderClassName
{
color: #B126F0;
}
.AnyTagClassName
{
color: #B126F0;
}
</style>
background-color css
<style>
a { background-color: #B126F0; }
a { background-color: rgb(177,38,240); }
div.DivClassName
{
background-color: #B126F0;
}
.BgClassName
{
background-color: #B126F0;
}
</style>
border-color css
<style>
span { border-color: #B126F0; }
span { border-color: rgb(177,38,240); }
td.TdClassName
{
border-color: #B126F0;
}
.TagClassName
{
border-color: #B126F0;
}
</style>