Shades of Electric Purple #B123F1
Tints of Electric Purple #B123F1
RGB
CMYK
RGB Variations
Color information
#B123F1 (or 0xB123F1) is known color: Electric Purple. HEX triplet: B1, 23 and F1. RGB value is (177,35,241). Sum of RGB (Red+Green+Blue) = 177+35+241=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #B123F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B123F1 is #4EDC0E. Grayscale: #646464. Windows color (decimal): -5168143 or 15803313. OLE color: 15803313.
HSL color Cylindrical-coordinate representation of color #B123F1: hue angle of 281.36º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B123F1 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 35 | 241 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.05 |
| HSL | 281.36º | 0.88% | 0.54% | - |
| HSV(B) | 281.36º | 0.85% | 0.95% | - |
| XYZ | 34.61 | 16.9 | 84.66 | - |
| YUV | 100.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 241 | 0.27 | 0.85 | 0 | 0.05 | 281.36 | 0.88 | 0.54 |
| Hex | B1 | 23 | F1 | 1B | 55 | 0 | 5 | 119 | 58 | 36 |
| Octal | 261 | 43 | 361 | 33 | 125 | 0 | 5 | 431 | 130 | 66 |
| Binary | 10110001 | 100011 | 11110001 | 11011 | 1010101 | 0 | 101 | 100011001 | 1011000 | 110110 |
Color Harmonies of #B123F1
Complementary color
Monochromatic Colors of #B123F1
Black with #B123F1
Text Example
Text Example
White with #B123F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123F1; }
p { color: rgb(177,35,241); }
H1.HeaderClassName
{
color: #B123F1;
}
.AnyTagClassName
{
color: #B123F1;
}
</style>
background-color css
<style>
a { background-color: #B123F1; }
a { background-color: rgb(177,35,241); }
div.DivClassName
{
background-color: #B123F1;
}
.BgClassName
{
background-color: #B123F1;
}
</style>
border-color css
<style>
span { border-color: #B123F1; }
span { border-color: rgb(177,35,241); }
td.TdClassName
{
border-color: #B123F1;
}
.TagClassName
{
border-color: #B123F1;
}
</style>