Shades of Electric Purple #B122FD
Tints of Electric Purple #B122FD
RGB
CMYK
RGB Variations
Color information
#B122FD (or 0xB122FD) is known color: Electric Purple. HEX triplet: B1, 22 and FD. RGB value is (177,34,253). Sum of RGB (Red+Green+Blue) = 177+34+253=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #B122FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B122FD is #4EDD02. Grayscale: #646464. Windows color (decimal): -5168387 or 16589489. OLE color: 16589489.
HSL color Cylindrical-coordinate representation of color #B122FD: hue angle of 279.18º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B122FD is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 34 | 253 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.01 |
| HSL | 279.18º | 0.98% | 0.56% | - |
| HSV(B) | 279.18º | 0.87% | 0.99% | - |
| XYZ | 36.43 | 17.58 | 94.4 | - |
| YUV | 101.72 | 213.38 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 253 | 0.30 | 0.87 | 0 | 0.01 | 279.18 | 0.98 | 0.56 |
| Hex | B1 | 22 | FD | 1E | 57 | 0 | 1 | 117 | 62 | 38 |
| Octal | 261 | 42 | 375 | 36 | 127 | 0 | 1 | 427 | 142 | 70 |
| Binary | 10110001 | 100010 | 11111101 | 11110 | 1010111 | 0 | 1 | 100010111 | 1100010 | 111000 |
Color Harmonies of #B122FD
Complementary color
Monochromatic Colors of #B122FD
Black with #B122FD
Text Example
Text Example
White with #B122FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B122FD; }
p { color: rgb(177,34,253); }
H1.HeaderClassName
{
color: #B122FD;
}
.AnyTagClassName
{
color: #B122FD;
}
</style>
background-color css
<style>
a { background-color: #B122FD; }
a { background-color: rgb(177,34,253); }
div.DivClassName
{
background-color: #B122FD;
}
.BgClassName
{
background-color: #B122FD;
}
</style>
border-color css
<style>
span { border-color: #B122FD; }
span { border-color: rgb(177,34,253); }
td.TdClassName
{
border-color: #B122FD;
}
.TagClassName
{
border-color: #B122FD;
}
</style>