Shades of Electric Purple #B611F2
Tints of Electric Purple #B611F2
RGB
CMYK
RGB Variations
Color information
#B611F2 (or 0xB611F2) is known color: Electric Purple. HEX triplet: B6, 11 and F2. RGB value is (182,17,242). Sum of RGB (Red+Green+Blue) = 182+17+242=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #B611F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B611F2 is #49EE0D. Grayscale: #5B5B5B. Windows color (decimal): -4845070 or 15864246. OLE color: 15864246.
HSL color Cylindrical-coordinate representation of color #B611F2: hue angle of 284º 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 #B611F2 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 17 | 242 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.05 |
| HSL | 284º | 0.9% | 0.51% | - |
| HSV(B) | 284º | 0.93% | 0.95% | - |
| XYZ | 35.52 | 16.76 | 85.37 | - |
| YUV | 91.99 | 212.66 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 242 | 0.25 | 0.93 | 0 | 0.05 | 284 | 0.9 | 0.51 |
| Hex | B6 | 11 | F2 | 19 | 5D | 0 | 5 | 11C | 5A | 33 |
| Octal | 266 | 21 | 362 | 31 | 135 | 0 | 5 | 434 | 132 | 63 |
| Binary | 10110110 | 10001 | 11110010 | 11001 | 1011101 | 0 | 101 | 100011100 | 1011010 | 110011 |
Color Harmonies of #B611F2
Complementary color
Monochromatic Colors of #B611F2
Black with #B611F2
Text Example
Text Example
White with #B611F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B611F2; }
p { color: rgb(182,17,242); }
H1.HeaderClassName
{
color: #B611F2;
}
.AnyTagClassName
{
color: #B611F2;
}
</style>
background-color css
<style>
a { background-color: #B611F2; }
a { background-color: rgb(182,17,242); }
div.DivClassName
{
background-color: #B611F2;
}
.BgClassName
{
background-color: #B611F2;
}
</style>
border-color css
<style>
span { border-color: #B611F2; }
span { border-color: rgb(182,17,242); }
td.TdClassName
{
border-color: #B611F2;
}
.TagClassName
{
border-color: #B611F2;
}
</style>