Shades of Electric Purple #B113EF
Tints of Electric Purple #B113EF
RGB
CMYK
RGB Variations
Color information
#B113EF (or 0xB113EF) is known color: Electric Purple. HEX triplet: B1, 13 and EF. RGB value is (177,19,239). Sum of RGB (Red+Green+Blue) = 177+19+239=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #B113EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B113EF is #4EEC10. Grayscale: #5A5A5A. Windows color (decimal): -5172241 or 15668145. OLE color: 15668145.
HSL color Cylindrical-coordinate representation of color #B113EF: hue angle of 283.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B113EF is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 19 | 239 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.06 |
| HSL | 283.09º | 0.87% | 0.51% | - |
| HSV(B) | 283.09º | 0.92% | 0.94% | - |
| XYZ | 33.94 | 16.04 | 82.97 | - |
| YUV | 91.32 | 211.35 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 239 | 0.26 | 0.92 | 0 | 0.06 | 283.09 | 0.87 | 0.51 |
| Hex | B1 | 13 | EF | 1A | 5C | 0 | 6 | 11B | 57 | 33 |
| Octal | 261 | 23 | 357 | 32 | 134 | 0 | 6 | 433 | 127 | 63 |
| Binary | 10110001 | 10011 | 11101111 | 11010 | 1011100 | 0 | 110 | 100011011 | 1010111 | 110011 |
Color Harmonies of #B113EF
Complementary color
Monochromatic Colors of #B113EF
Black with #B113EF
Text Example
Text Example
White with #B113EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113EF; }
p { color: rgb(177,19,239); }
H1.HeaderClassName
{
color: #B113EF;
}
.AnyTagClassName
{
color: #B113EF;
}
</style>
background-color css
<style>
a { background-color: #B113EF; }
a { background-color: rgb(177,19,239); }
div.DivClassName
{
background-color: #B113EF;
}
.BgClassName
{
background-color: #B113EF;
}
</style>
border-color css
<style>
span { border-color: #B113EF; }
span { border-color: rgb(177,19,239); }
td.TdClassName
{
border-color: #B113EF;
}
.TagClassName
{
border-color: #B113EF;
}
</style>