Shades of Electric Purple #B122FB
Tints of Electric Purple #B122FB
RGB
CMYK
RGB Variations
Color information
#B122FB (or 0xB122FB) is known color: Electric Purple. HEX triplet: B1, 22 and FB. RGB value is (177,34,251). Sum of RGB (Red+Green+Blue) = 177+34+251=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #B122FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B122FB is #4EDD04. Grayscale: #646464. Windows color (decimal): -5168389 or 16458417. OLE color: 16458417.
HSL color Cylindrical-coordinate representation of color #B122FB: hue angle of 279.54º 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 #B122FB is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 34 | 251 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.02 |
| HSL | 279.54º | 0.96% | 0.56% | - |
| HSV(B) | 279.54º | 0.86% | 0.98% | - |
| XYZ | 36.12 | 17.46 | 92.73 | - |
| YUV | 101.5 | 212.38 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 251 | 0.29 | 0.86 | 0 | 0.02 | 279.54 | 0.96 | 0.56 |
| Hex | B1 | 22 | FB | 1D | 56 | 0 | 2 | 118 | 60 | 38 |
| Octal | 261 | 42 | 373 | 35 | 126 | 0 | 2 | 430 | 140 | 70 |
| Binary | 10110001 | 100010 | 11111011 | 11101 | 1010110 | 0 | 10 | 100011000 | 1100000 | 111000 |
Color Harmonies of #B122FB
Complementary color
Monochromatic Colors of #B122FB
Black with #B122FB
Text Example
Text Example
White with #B122FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B122FB; }
p { color: rgb(177,34,251); }
H1.HeaderClassName
{
color: #B122FB;
}
.AnyTagClassName
{
color: #B122FB;
}
</style>
background-color css
<style>
a { background-color: #B122FB; }
a { background-color: rgb(177,34,251); }
div.DivClassName
{
background-color: #B122FB;
}
.BgClassName
{
background-color: #B122FB;
}
</style>
border-color css
<style>
span { border-color: #B122FB; }
span { border-color: rgb(177,34,251); }
td.TdClassName
{
border-color: #B122FB;
}
.TagClassName
{
border-color: #B122FB;
}
</style>