Shades of Electric Purple #B129FD
Tints of Electric Purple #B129FD
RGB
CMYK
RGB Variations
Color information
#B129FD (or 0xB129FD) is known color: Electric Purple. HEX triplet: B1, 29 and FD. RGB value is (177,41,253). Sum of RGB (Red+Green+Blue) = 177+41+253=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #B129FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B129FD is #4ED602. Grayscale: #696969. Windows color (decimal): -5166595 or 16591281. OLE color: 16591281.
HSL color Cylindrical-coordinate representation of color #B129FD: hue angle of 278.49º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B129FD is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 41 | 253 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.01 |
| HSL | 278.49º | 0.98% | 0.58% | - |
| HSV(B) | 278.49º | 0.84% | 0.99% | - |
| XYZ | 36.65 | 18.02 | 94.48 | - |
| YUV | 105.83 | 211.06 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 253 | 0.30 | 0.84 | 0 | 0.01 | 278.49 | 0.98 | 0.58 |
| Hex | B1 | 29 | FD | 1E | 54 | 0 | 1 | 116 | 62 | 3A |
| Octal | 261 | 51 | 375 | 36 | 124 | 0 | 1 | 426 | 142 | 72 |
| Binary | 10110001 | 101001 | 11111101 | 11110 | 1010100 | 0 | 1 | 100010110 | 1100010 | 111010 |
Color Harmonies of #B129FD
Complementary color
Monochromatic Colors of #B129FD
Black with #B129FD
Text Example
Text Example
White with #B129FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B129FD; }
p { color: rgb(177,41,253); }
H1.HeaderClassName
{
color: #B129FD;
}
.AnyTagClassName
{
color: #B129FD;
}
</style>
background-color css
<style>
a { background-color: #B129FD; }
a { background-color: rgb(177,41,253); }
div.DivClassName
{
background-color: #B129FD;
}
.BgClassName
{
background-color: #B129FD;
}
</style>
border-color css
<style>
span { border-color: #B129FD; }
span { border-color: rgb(177,41,253); }
td.TdClassName
{
border-color: #B129FD;
}
.TagClassName
{
border-color: #B129FD;
}
</style>