Shades of Electric Purple #B122FA
Tints of Electric Purple #B122FA
RGB
CMYK
RGB Variations
Color information
#B122FA (or 0xB122FA) is known color: Electric Purple. HEX triplet: B1, 22 and FA. RGB value is (177,34,250). Sum of RGB (Red+Green+Blue) = 177+34+250=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #B122FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B122FA is #4EDD05. Grayscale: #646464. Windows color (decimal): -5168390 or 16392881. OLE color: 16392881.
HSL color Cylindrical-coordinate representation of color #B122FA: hue angle of 279.72º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B122FA is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 34 | 250 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.02 |
| HSL | 279.72º | 0.96% | 0.56% | - |
| HSV(B) | 279.72º | 0.86% | 0.98% | - |
| XYZ | 35.96 | 17.39 | 91.9 | - |
| YUV | 101.38 | 211.88 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 250 | 0.29 | 0.86 | 0 | 0.02 | 279.72 | 0.96 | 0.56 |
| Hex | B1 | 22 | FA | 1D | 56 | 0 | 2 | 118 | 60 | 38 |
| Octal | 261 | 42 | 372 | 35 | 126 | 0 | 2 | 430 | 140 | 70 |
| Binary | 10110001 | 100010 | 11111010 | 11101 | 1010110 | 0 | 10 | 100011000 | 1100000 | 111000 |
Color Harmonies of #B122FA
Complementary color
Monochromatic Colors of #B122FA
Black with #B122FA
Text Example
Text Example
White with #B122FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B122FA; }
p { color: rgb(177,34,250); }
H1.HeaderClassName
{
color: #B122FA;
}
.AnyTagClassName
{
color: #B122FA;
}
</style>
background-color css
<style>
a { background-color: #B122FA; }
a { background-color: rgb(177,34,250); }
div.DivClassName
{
background-color: #B122FA;
}
.BgClassName
{
background-color: #B122FA;
}
</style>
border-color css
<style>
span { border-color: #B122FA; }
span { border-color: rgb(177,34,250); }
td.TdClassName
{
border-color: #B122FA;
}
.TagClassName
{
border-color: #B122FA;
}
</style>