Shades of Electric Purple #B129FE
Tints of Electric Purple #B129FE
RGB
CMYK
RGB Variations
Color information
#B129FE (or 0xB129FE) is known color: Electric Purple. HEX triplet: B1, 29 and FE. RGB value is (177,41,254). Sum of RGB (Red+Green+Blue) = 177+41+254=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #B129FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B129FE is #4ED601. Grayscale: #696969. Windows color (decimal): -5166594 or 16656817. OLE color: 16656817.
HSL color Cylindrical-coordinate representation of color #B129FE: hue angle of 278.31º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B129FE is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 41 | 254 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.00 |
| HSL | 278.31º | 0.99% | 0.58% | - |
| HSV(B) | 278.31º | 0.84% | 1% | - |
| XYZ | 36.81 | 18.09 | 95.32 | - |
| YUV | 105.95 | 211.56 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 254 | 0.30 | 0.84 | 0 | 0.00 | 278.31 | 0.99 | 0.58 |
| Hex | B1 | 29 | FE | 1E | 54 | 0 | 0 | 116 | 63 | 3A |
| Octal | 261 | 51 | 376 | 36 | 124 | 0 | 0 | 426 | 143 | 72 |
| Binary | 10110001 | 101001 | 11111110 | 11110 | 1010100 | 0 | 0 | 100010110 | 1100011 | 111010 |
Color Harmonies of #B129FE
Complementary color
Monochromatic Colors of #B129FE
Black with #B129FE
Text Example
Text Example
White with #B129FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B129FE; }
p { color: rgb(177,41,254); }
H1.HeaderClassName
{
color: #B129FE;
}
.AnyTagClassName
{
color: #B129FE;
}
</style>
background-color css
<style>
a { background-color: #B129FE; }
a { background-color: rgb(177,41,254); }
div.DivClassName
{
background-color: #B129FE;
}
.BgClassName
{
background-color: #B129FE;
}
</style>
border-color css
<style>
span { border-color: #B129FE; }
span { border-color: rgb(177,41,254); }
td.TdClassName
{
border-color: #B129FE;
}
.TagClassName
{
border-color: #B129FE;
}
</style>