Shades of Electric Purple #B122F2
Tints of Electric Purple #B122F2
RGB
CMYK
RGB Variations
Color information
#B122F2 (or 0xB122F2) is known color: Electric Purple. HEX triplet: B1, 22 and F2. RGB value is (177,34,242). Sum of RGB (Red+Green+Blue) = 177+34+242=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #B122F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B122F2 is #4EDD0D. Grayscale: #636363. Windows color (decimal): -5168398 or 15868593. OLE color: 15868593.
HSL color Cylindrical-coordinate representation of color #B122F2: hue angle of 281.25º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B122F2 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 34 | 242 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.05 |
| HSL | 281.25º | 0.89% | 0.54% | - |
| HSV(B) | 281.25º | 0.86% | 0.95% | - |
| XYZ | 34.73 | 16.9 | 85.44 | - |
| YUV | 100.47 | 207.88 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 242 | 0.27 | 0.86 | 0 | 0.05 | 281.25 | 0.89 | 0.54 |
| Hex | B1 | 22 | F2 | 1B | 56 | 0 | 5 | 119 | 59 | 36 |
| Octal | 261 | 42 | 362 | 33 | 126 | 0 | 5 | 431 | 131 | 66 |
| Binary | 10110001 | 100010 | 11110010 | 11011 | 1010110 | 0 | 101 | 100011001 | 1011001 | 110110 |
Color Harmonies of #B122F2
Complementary color
Monochromatic Colors of #B122F2
Black with #B122F2
Text Example
Text Example
White with #B122F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B122F2; }
p { color: rgb(177,34,242); }
H1.HeaderClassName
{
color: #B122F2;
}
.AnyTagClassName
{
color: #B122F2;
}
</style>
background-color css
<style>
a { background-color: #B122F2; }
a { background-color: rgb(177,34,242); }
div.DivClassName
{
background-color: #B122F2;
}
.BgClassName
{
background-color: #B122F2;
}
</style>
border-color css
<style>
span { border-color: #B122F2; }
span { border-color: rgb(177,34,242); }
td.TdClassName
{
border-color: #B122F2;
}
.TagClassName
{
border-color: #B122F2;
}
</style>