Shades of Electric Purple #B122F9
Tints of Electric Purple #B122F9
RGB
CMYK
RGB Variations
Color information
#B122F9 (or 0xB122F9) is known color: Electric Purple. HEX triplet: B1, 22 and F9. RGB value is (177,34,249). Sum of RGB (Red+Green+Blue) = 177+34+249=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 34 (13.67% from 255 or 7.39% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #B122F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B122F9 is #4EDD06. Grayscale: #646464. Windows color (decimal): -5168391 or 16327345. OLE color: 16327345.
HSL color Cylindrical-coordinate representation of color #B122F9: hue angle of 279.91º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B122F9 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 34 | 249 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.02 |
| HSL | 279.91º | 0.95% | 0.55% | - |
| HSV(B) | 279.91º | 0.86% | 0.98% | - |
| XYZ | 35.8 | 17.33 | 91.08 | - |
| YUV | 101.27 | 211.38 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 249 | 0.29 | 0.86 | 0 | 0.02 | 279.91 | 0.95 | 0.55 |
| Hex | B1 | 22 | F9 | 1D | 56 | 0 | 2 | 118 | 5F | 37 |
| Octal | 261 | 42 | 371 | 35 | 126 | 0 | 2 | 430 | 137 | 67 |
| Binary | 10110001 | 100010 | 11111001 | 11101 | 1010110 | 0 | 10 | 100011000 | 1011111 | 110111 |
Color Harmonies of #B122F9
Complementary color
Monochromatic Colors of #B122F9
Black with #B122F9
Text Example
Text Example
White with #B122F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B122F9; }
p { color: rgb(177,34,249); }
H1.HeaderClassName
{
color: #B122F9;
}
.AnyTagClassName
{
color: #B122F9;
}
</style>
background-color css
<style>
a { background-color: #B122F9; }
a { background-color: rgb(177,34,249); }
div.DivClassName
{
background-color: #B122F9;
}
.BgClassName
{
background-color: #B122F9;
}
</style>
border-color css
<style>
span { border-color: #B122F9; }
span { border-color: rgb(177,34,249); }
td.TdClassName
{
border-color: #B122F9;
}
.TagClassName
{
border-color: #B122F9;
}
</style>