Shades of Electric Purple #B125FE
Tints of Electric Purple #B125FE
RGB
CMYK
RGB Variations
Color information
#B125FE (or 0xB125FE) is known color: Electric Purple. HEX triplet: B1, 25 and FE. RGB value is (177,37,254). Sum of RGB (Red+Green+Blue) = 177+37+254=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #B125FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B125FE is #4EDA01. Grayscale: #666666. Windows color (decimal): -5167618 or 16655793. OLE color: 16655793.
HSL color Cylindrical-coordinate representation of color #B125FE: hue angle of 278.71º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B125FE is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 37 | 254 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.00 |
| HSL | 278.71º | 0.99% | 0.57% | - |
| HSV(B) | 278.71º | 0.85% | 1% | - |
| XYZ | 36.68 | 17.83 | 95.27 | - |
| YUV | 103.6 | 212.88 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 37 | 254 | 0.30 | 0.85 | 0 | 0.00 | 278.71 | 0.99 | 0.57 |
| Hex | B1 | 25 | FE | 1E | 55 | 0 | 0 | 117 | 63 | 39 |
| Octal | 261 | 45 | 376 | 36 | 125 | 0 | 0 | 427 | 143 | 71 |
| Binary | 10110001 | 100101 | 11111110 | 11110 | 1010101 | 0 | 0 | 100010111 | 1100011 | 111001 |
Color Harmonies of #B125FE
Complementary color
Monochromatic Colors of #B125FE
Black with #B125FE
Text Example
Text Example
White with #B125FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B125FE; }
p { color: rgb(177,37,254); }
H1.HeaderClassName
{
color: #B125FE;
}
.AnyTagClassName
{
color: #B125FE;
}
</style>
background-color css
<style>
a { background-color: #B125FE; }
a { background-color: rgb(177,37,254); }
div.DivClassName
{
background-color: #B125FE;
}
.BgClassName
{
background-color: #B125FE;
}
</style>
border-color css
<style>
span { border-color: #B125FE; }
span { border-color: rgb(177,37,254); }
td.TdClassName
{
border-color: #B125FE;
}
.TagClassName
{
border-color: #B125FE;
}
</style>