Shades of Electric Purple #B123FF
Tints of Electric Purple #B123FF
RGB
CMYK
RGB Variations
Color information
#B123FF (or 0xB123FF) is known color: Electric Purple. HEX triplet: B1, 23 and FF. RGB value is (177,35,255). Sum of RGB (Red+Green+Blue) = 177+35+255=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #B123FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B123FF is #4EDC00. Grayscale: #656565. Windows color (decimal): -5168129 or 16720817. OLE color: 16720817.
HSL color Cylindrical-coordinate representation of color #B123FF: hue angle of 278.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B123FF is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 35 | 255 | - |
| CMYK | 0.31 | 0.86 | 0 | 0 |
| HSL | 278.73º | 1% | 0.57% | - |
| HSV(B) | 278.73º | 0.86% | 1% | - |
| XYZ | 36.78 | 17.77 | 96.1 | - |
| YUV | 102.54 | 214.04 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 255 | 0.31 | 0.86 | 0 | 0 | 278.73 | 1 | 0.57 |
| Hex | B1 | 23 | FF | 1F | 56 | 0 | 0 | 117 | 64 | 39 |
| Octal | 261 | 43 | 377 | 37 | 126 | 0 | 0 | 427 | 144 | 71 |
| Binary | 10110001 | 100011 | 11111111 | 11111 | 1010110 | 0 | 0 | 100010111 | 1100100 | 111001 |
Color Harmonies of #B123FF
Complementary color
Monochromatic Colors of #B123FF
Black with #B123FF
Text Example
Text Example
White with #B123FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123FF; }
p { color: rgb(177,35,255); }
H1.HeaderClassName
{
color: #B123FF;
}
.AnyTagClassName
{
color: #B123FF;
}
</style>
background-color css
<style>
a { background-color: #B123FF; }
a { background-color: rgb(177,35,255); }
div.DivClassName
{
background-color: #B123FF;
}
.BgClassName
{
background-color: #B123FF;
}
</style>
border-color css
<style>
span { border-color: #B123FF; }
span { border-color: rgb(177,35,255); }
td.TdClassName
{
border-color: #B123FF;
}
.TagClassName
{
border-color: #B123FF;
}
</style>