Shades of Electric Purple #B110F1
Tints of Electric Purple #B110F1
RGB
CMYK
RGB Variations
Color information
#B110F1 (or 0xB110F1) is known color: Electric Purple. HEX triplet: B1, 10 and F1. RGB value is (177,16,241). Sum of RGB (Red+Green+Blue) = 177+16+241=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #B110F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B110F1 is #4EEF0E. Grayscale: #595959. Windows color (decimal): -5173007 or 15798449. OLE color: 15798449.
HSL color Cylindrical-coordinate representation of color #B110F1: hue angle of 282.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B110F1 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 16 | 241 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.05 |
| HSL | 282.93º | 0.89% | 0.5% | - |
| HSV(B) | 282.93º | 0.93% | 0.95% | - |
| XYZ | 34.19 | 16.07 | 84.52 | - |
| YUV | 89.79 | 213.34 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 241 | 0.27 | 0.93 | 0 | 0.05 | 282.93 | 0.89 | 0.5 |
| Hex | B1 | 10 | F1 | 1B | 5D | 0 | 5 | 11B | 59 | 32 |
| Octal | 261 | 20 | 361 | 33 | 135 | 0 | 5 | 433 | 131 | 62 |
| Binary | 10110001 | 10000 | 11110001 | 11011 | 1011101 | 0 | 101 | 100011011 | 1011001 | 110010 |
Color Harmonies of #B110F1
Complementary color
Monochromatic Colors of #B110F1
Black with #B110F1
Text Example
Text Example
White with #B110F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110F1; }
p { color: rgb(177,16,241); }
H1.HeaderClassName
{
color: #B110F1;
}
.AnyTagClassName
{
color: #B110F1;
}
</style>
background-color css
<style>
a { background-color: #B110F1; }
a { background-color: rgb(177,16,241); }
div.DivClassName
{
background-color: #B110F1;
}
.BgClassName
{
background-color: #B110F1;
}
</style>
border-color css
<style>
span { border-color: #B110F1; }
span { border-color: rgb(177,16,241); }
td.TdClassName
{
border-color: #B110F1;
}
.TagClassName
{
border-color: #B110F1;
}
</style>