Shades of Electric Purple #B110FA
Tints of Electric Purple #B110FA
RGB
CMYK
RGB Variations
Color information
#B110FA (or 0xB110FA) is known color: Electric Purple. HEX triplet: B1, 10 and FA. RGB value is (177,16,250). Sum of RGB (Red+Green+Blue) = 177+16+250=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #B110FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B110FA is #4EEF05. Grayscale: #5A5A5A. Windows color (decimal): -5172998 or 16388273. OLE color: 16388273.
HSL color Cylindrical-coordinate representation of color #B110FA: hue angle of 281.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B110FA is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 16 | 250 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.02 |
| HSL | 281.28º | 0.96% | 0.52% | - |
| HSV(B) | 281.28º | 0.94% | 0.98% | - |
| XYZ | 35.57 | 16.62 | 91.78 | - |
| YUV | 90.82 | 217.84 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 250 | 0.29 | 0.94 | 0 | 0.02 | 281.28 | 0.96 | 0.52 |
| Hex | B1 | 10 | FA | 1D | 5E | 0 | 2 | 119 | 60 | 34 |
| Octal | 261 | 20 | 372 | 35 | 136 | 0 | 2 | 431 | 140 | 64 |
| Binary | 10110001 | 10000 | 11111010 | 11101 | 1011110 | 0 | 10 | 100011001 | 1100000 | 110100 |
Color Harmonies of #B110FA
Complementary color
Monochromatic Colors of #B110FA
Black with #B110FA
Text Example
Text Example
White with #B110FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110FA; }
p { color: rgb(177,16,250); }
H1.HeaderClassName
{
color: #B110FA;
}
.AnyTagClassName
{
color: #B110FA;
}
</style>
background-color css
<style>
a { background-color: #B110FA; }
a { background-color: rgb(177,16,250); }
div.DivClassName
{
background-color: #B110FA;
}
.BgClassName
{
background-color: #B110FA;
}
</style>
border-color css
<style>
span { border-color: #B110FA; }
span { border-color: rgb(177,16,250); }
td.TdClassName
{
border-color: #B110FA;
}
.TagClassName
{
border-color: #B110FA;
}
</style>