Shades of Electric Purple #B123FD
Tints of Electric Purple #B123FD
RGB
CMYK
RGB Variations
Color information
#B123FD (or 0xB123FD) is known color: Electric Purple. HEX triplet: B1, 23 and FD. RGB value is (177,35,253). Sum of RGB (Red+Green+Blue) = 177+35+253=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #B123FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B123FD is #4EDC02. Grayscale: #656565. Windows color (decimal): -5168131 or 16589745. OLE color: 16589745.
HSL color Cylindrical-coordinate representation of color #B123FD: hue angle of 279.08º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B123FD is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 35 | 253 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.01 |
| HSL | 279.08º | 0.98% | 0.56% | - |
| HSV(B) | 279.08º | 0.86% | 0.99% | - |
| XYZ | 36.46 | 17.64 | 94.41 | - |
| YUV | 102.31 | 213.04 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 253 | 0.30 | 0.86 | 0 | 0.01 | 279.08 | 0.98 | 0.56 |
| Hex | B1 | 23 | FD | 1E | 56 | 0 | 1 | 117 | 62 | 38 |
| Octal | 261 | 43 | 375 | 36 | 126 | 0 | 1 | 427 | 142 | 70 |
| Binary | 10110001 | 100011 | 11111101 | 11110 | 1010110 | 0 | 1 | 100010111 | 1100010 | 111000 |
Color Harmonies of #B123FD
Complementary color
Monochromatic Colors of #B123FD
Black with #B123FD
Text Example
Text Example
White with #B123FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123FD; }
p { color: rgb(177,35,253); }
H1.HeaderClassName
{
color: #B123FD;
}
.AnyTagClassName
{
color: #B123FD;
}
</style>
background-color css
<style>
a { background-color: #B123FD; }
a { background-color: rgb(177,35,253); }
div.DivClassName
{
background-color: #B123FD;
}
.BgClassName
{
background-color: #B123FD;
}
</style>
border-color css
<style>
span { border-color: #B123FD; }
span { border-color: rgb(177,35,253); }
td.TdClassName
{
border-color: #B123FD;
}
.TagClassName
{
border-color: #B123FD;
}
</style>