Shades of Electric Purple #B113FA
Tints of Electric Purple #B113FA
RGB
CMYK
RGB Variations
Color information
#B113FA (or 0xB113FA) is known color: Electric Purple. HEX triplet: B1, 13 and FA. RGB value is (177,19,250). Sum of RGB (Red+Green+Blue) = 177+19+250=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #B113FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B113FA is #4EEC05. Grayscale: #5B5B5B. Windows color (decimal): -5172230 or 16389041. OLE color: 16389041.
HSL color Cylindrical-coordinate representation of color #B113FA: hue angle of 281.04º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B113FA is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 19 | 250 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.02 |
| HSL | 281.04º | 0.96% | 0.53% | - |
| HSV(B) | 281.04º | 0.92% | 0.98% | - |
| XYZ | 35.62 | 16.71 | 91.79 | - |
| YUV | 92.58 | 216.85 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 250 | 0.29 | 0.92 | 0 | 0.02 | 281.04 | 0.96 | 0.53 |
| Hex | B1 | 13 | FA | 1D | 5C | 0 | 2 | 119 | 60 | 35 |
| Octal | 261 | 23 | 372 | 35 | 134 | 0 | 2 | 431 | 140 | 65 |
| Binary | 10110001 | 10011 | 11111010 | 11101 | 1011100 | 0 | 10 | 100011001 | 1100000 | 110101 |
Color Harmonies of #B113FA
Complementary color
Monochromatic Colors of #B113FA
Black with #B113FA
Text Example
Text Example
White with #B113FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113FA; }
p { color: rgb(177,19,250); }
H1.HeaderClassName
{
color: #B113FA;
}
.AnyTagClassName
{
color: #B113FA;
}
</style>
background-color css
<style>
a { background-color: #B113FA; }
a { background-color: rgb(177,19,250); }
div.DivClassName
{
background-color: #B113FA;
}
.BgClassName
{
background-color: #B113FA;
}
</style>
border-color css
<style>
span { border-color: #B113FA; }
span { border-color: rgb(177,19,250); }
td.TdClassName
{
border-color: #B113FA;
}
.TagClassName
{
border-color: #B113FA;
}
</style>