Shades of Electric Purple #B121FF
Tints of Electric Purple #B121FF
RGB
CMYK
RGB Variations
Color information
#B121FF (or 0xB121FF) is known color: Electric Purple. HEX triplet: B1, 21 and FF. RGB value is (177,33,255). Sum of RGB (Red+Green+Blue) = 177+33+255=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #B121FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B121FF is #4EDE00. Grayscale: #646464. Windows color (decimal): -5168641 or 16720305. OLE color: 16720305.
HSL color Cylindrical-coordinate representation of color #B121FF: hue angle of 278.92º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B121FF is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 33 | 255 | - |
| CMYK | 0.31 | 0.87 | 0 | 0 |
| HSL | 278.92º | 1% | 0.56% | - |
| HSV(B) | 278.92º | 0.87% | 1% | - |
| XYZ | 36.73 | 17.65 | 96.08 | - |
| YUV | 101.36 | 214.71 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 255 | 0.31 | 0.87 | 0 | 0 | 278.92 | 1 | 0.56 |
| Hex | B1 | 21 | FF | 1F | 57 | 0 | 0 | 117 | 64 | 38 |
| Octal | 261 | 41 | 377 | 37 | 127 | 0 | 0 | 427 | 144 | 70 |
| Binary | 10110001 | 100001 | 11111111 | 11111 | 1010111 | 0 | 0 | 100010111 | 1100100 | 111000 |
Color Harmonies of #B121FF
Complementary color
Monochromatic Colors of #B121FF
Black with #B121FF
Text Example
Text Example
White with #B121FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121FF; }
p { color: rgb(177,33,255); }
H1.HeaderClassName
{
color: #B121FF;
}
.AnyTagClassName
{
color: #B121FF;
}
</style>
background-color css
<style>
a { background-color: #B121FF; }
a { background-color: rgb(177,33,255); }
div.DivClassName
{
background-color: #B121FF;
}
.BgClassName
{
background-color: #B121FF;
}
</style>
border-color css
<style>
span { border-color: #B121FF; }
span { border-color: rgb(177,33,255); }
td.TdClassName
{
border-color: #B121FF;
}
.TagClassName
{
border-color: #B121FF;
}
</style>