Shades of Electric Purple #B611F0
Tints of Electric Purple #B611F0
RGB
CMYK
RGB Variations
Color information
#B611F0 (or 0xB611F0) is known color: Electric Purple. HEX triplet: B6, 11 and F0. RGB value is (182,17,240). Sum of RGB (Red+Green+Blue) = 182+17+240=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #B611F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B611F0 is #49EE0F. Grayscale: #5B5B5B. Windows color (decimal): -4845072 or 15733174. OLE color: 15733174.
HSL color Cylindrical-coordinate representation of color #B611F0: hue angle of 284.39º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B611F0 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 17 | 240 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.06 |
| HSL | 284.39º | 0.88% | 0.5% | - |
| HSV(B) | 284.39º | 0.93% | 0.94% | - |
| XYZ | 35.22 | 16.64 | 83.79 | - |
| YUV | 91.76 | 211.66 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 240 | 0.24 | 0.93 | 0 | 0.06 | 284.39 | 0.88 | 0.5 |
| Hex | B6 | 11 | F0 | 18 | 5D | 0 | 6 | 11C | 58 | 32 |
| Octal | 266 | 21 | 360 | 30 | 135 | 0 | 6 | 434 | 130 | 62 |
| Binary | 10110110 | 10001 | 11110000 | 11000 | 1011101 | 0 | 110 | 100011100 | 1011000 | 110010 |
Color Harmonies of #B611F0
Complementary color
Monochromatic Colors of #B611F0
Black with #B611F0
Text Example
Text Example
White with #B611F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B611F0; }
p { color: rgb(182,17,240); }
H1.HeaderClassName
{
color: #B611F0;
}
.AnyTagClassName
{
color: #B611F0;
}
</style>
background-color css
<style>
a { background-color: #B611F0; }
a { background-color: rgb(182,17,240); }
div.DivClassName
{
background-color: #B611F0;
}
.BgClassName
{
background-color: #B611F0;
}
</style>
border-color css
<style>
span { border-color: #B611F0; }
span { border-color: rgb(182,17,240); }
td.TdClassName
{
border-color: #B611F0;
}
.TagClassName
{
border-color: #B611F0;
}
</style>