Shades of Electric Purple #B111F2
Tints of Electric Purple #B111F2
RGB
CMYK
RGB Variations
Color information
#B111F2 (or 0xB111F2) is known color: Electric Purple. HEX triplet: B1, 11 and F2. RGB value is (177,17,242). Sum of RGB (Red+Green+Blue) = 177+17+242=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #B111F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B111F2 is #4EEE0D. Grayscale: #595959. Windows color (decimal): -5172750 or 15864241. OLE color: 15864241.
HSL color Cylindrical-coordinate representation of color #B111F2: hue angle of 282.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B111F2 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 17 | 242 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.05 |
| HSL | 282.67º | 0.9% | 0.51% | - |
| HSV(B) | 282.67º | 0.93% | 0.95% | - |
| XYZ | 34.36 | 16.16 | 85.31 | - |
| YUV | 90.49 | 213.51 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 242 | 0.27 | 0.93 | 0 | 0.05 | 282.67 | 0.9 | 0.51 |
| Hex | B1 | 11 | F2 | 1B | 5D | 0 | 5 | 11B | 5A | 33 |
| Octal | 261 | 21 | 362 | 33 | 135 | 0 | 5 | 433 | 132 | 63 |
| Binary | 10110001 | 10001 | 11110010 | 11011 | 1011101 | 0 | 101 | 100011011 | 1011010 | 110011 |
Color Harmonies of #B111F2
Complementary color
Monochromatic Colors of #B111F2
Black with #B111F2
Text Example
Text Example
White with #B111F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111F2; }
p { color: rgb(177,17,242); }
H1.HeaderClassName
{
color: #B111F2;
}
.AnyTagClassName
{
color: #B111F2;
}
</style>
background-color css
<style>
a { background-color: #B111F2; }
a { background-color: rgb(177,17,242); }
div.DivClassName
{
background-color: #B111F2;
}
.BgClassName
{
background-color: #B111F2;
}
</style>
border-color css
<style>
span { border-color: #B111F2; }
span { border-color: rgb(177,17,242); }
td.TdClassName
{
border-color: #B111F2;
}
.TagClassName
{
border-color: #B111F2;
}
</style>