Shades of Electric Purple #B611F1
Tints of Electric Purple #B611F1
RGB
CMYK
RGB Variations
Color information
#B611F1 (or 0xB611F1) is known color: Electric Purple. HEX triplet: B6, 11 and F1. RGB value is (182,17,241). Sum of RGB (Red+Green+Blue) = 182+17+241=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #B611F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B611F1 is #49EE0E. Grayscale: #5B5B5B. Windows color (decimal): -4845071 or 15798710. OLE color: 15798710.
HSL color Cylindrical-coordinate representation of color #B611F1: hue angle of 284.2º degrees, saturation: 0.89, 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 #B611F1 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 17 | 241 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.05 |
| HSL | 284.2º | 0.89% | 0.51% | - |
| HSV(B) | 284.2º | 0.93% | 0.95% | - |
| XYZ | 35.37 | 16.7 | 84.58 | - |
| YUV | 91.87 | 212.16 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 241 | 0.24 | 0.93 | 0 | 0.05 | 284.2 | 0.89 | 0.51 |
| Hex | B6 | 11 | F1 | 18 | 5D | 0 | 5 | 11C | 59 | 33 |
| Octal | 266 | 21 | 361 | 30 | 135 | 0 | 5 | 434 | 131 | 63 |
| Binary | 10110110 | 10001 | 11110001 | 11000 | 1011101 | 0 | 101 | 100011100 | 1011001 | 110011 |
Color Harmonies of #B611F1
Complementary color
Monochromatic Colors of #B611F1
Black with #B611F1
Text Example
Text Example
White with #B611F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B611F1; }
p { color: rgb(182,17,241); }
H1.HeaderClassName
{
color: #B611F1;
}
.AnyTagClassName
{
color: #B611F1;
}
</style>
background-color css
<style>
a { background-color: #B611F1; }
a { background-color: rgb(182,17,241); }
div.DivClassName
{
background-color: #B611F1;
}
.BgClassName
{
background-color: #B611F1;
}
</style>
border-color css
<style>
span { border-color: #B611F1; }
span { border-color: rgb(182,17,241); }
td.TdClassName
{
border-color: #B611F1;
}
.TagClassName
{
border-color: #B611F1;
}
</style>