Shades of Electric Purple #B128FA
Tints of Electric Purple #B128FA
RGB
CMYK
RGB Variations
Color information
#B128FA (or 0xB128FA) is known color: Electric Purple. HEX triplet: B1, 28 and FA. RGB value is (177,40,250). Sum of RGB (Red+Green+Blue) = 177+40+250=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #B128FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B128FA is #4ED705. Grayscale: #686868. Windows color (decimal): -5166854 or 16394417. OLE color: 16394417.
HSL color Cylindrical-coordinate representation of color #B128FA: hue angle of 279.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B128FA is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 40 | 250 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.02 |
| HSL | 279.14º | 0.95% | 0.57% | - |
| HSV(B) | 279.14º | 0.84% | 0.98% | - |
| XYZ | 36.15 | 17.77 | 91.97 | - |
| YUV | 104.9 | 209.89 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 250 | 0.29 | 0.84 | 0 | 0.02 | 279.14 | 0.95 | 0.57 |
| Hex | B1 | 28 | FA | 1D | 54 | 0 | 2 | 117 | 5F | 39 |
| Octal | 261 | 50 | 372 | 35 | 124 | 0 | 2 | 427 | 137 | 71 |
| Binary | 10110001 | 101000 | 11111010 | 11101 | 1010100 | 0 | 10 | 100010111 | 1011111 | 111001 |
Color Harmonies of #B128FA
Complementary color
Monochromatic Colors of #B128FA
Black with #B128FA
Text Example
Text Example
White with #B128FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B128FA; }
p { color: rgb(177,40,250); }
H1.HeaderClassName
{
color: #B128FA;
}
.AnyTagClassName
{
color: #B128FA;
}
</style>
background-color css
<style>
a { background-color: #B128FA; }
a { background-color: rgb(177,40,250); }
div.DivClassName
{
background-color: #B128FA;
}
.BgClassName
{
background-color: #B128FA;
}
</style>
border-color css
<style>
span { border-color: #B128FA; }
span { border-color: rgb(177,40,250); }
td.TdClassName
{
border-color: #B128FA;
}
.TagClassName
{
border-color: #B128FA;
}
</style>