Shades of Electric Purple #B611E6
Tints of Electric Purple #B611E6
RGB
CMYK
RGB Variations
Color information
#B611E6 (or 0xB611E6) is known color: Electric Purple. HEX triplet: B6, 11 and E6. RGB value is (182,17,230). Sum of RGB (Red+Green+Blue) = 182+17+230=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #B611E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B611E6 is #49EE19. Grayscale: #595959. Windows color (decimal): -4845082 or 15077814. OLE color: 15077814.
HSL color Cylindrical-coordinate representation of color #B611E6: hue angle of 286.48º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B611E6 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 17 | 230 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.10 |
| HSL | 286.48º | 0.86% | 0.48% | - |
| HSV(B) | 286.48º | 0.93% | 0.9% | - |
| XYZ | 33.77 | 16.06 | 76.18 | - |
| YUV | 90.62 | 206.66 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 230 | 0.21 | 0.93 | 0 | 0.10 | 286.48 | 0.86 | 0.48 |
| Hex | B6 | 11 | E6 | 15 | 5D | 0 | A | 11E | 56 | 30 |
| Octal | 266 | 21 | 346 | 25 | 135 | 0 | 12 | 436 | 126 | 60 |
| Binary | 10110110 | 10001 | 11100110 | 10101 | 1011101 | 0 | 1010 | 100011110 | 1010110 | 110000 |
Color Harmonies of #B611E6
Complementary color
Monochromatic Colors of #B611E6
Black with #B611E6
Text Example
Text Example
White with #B611E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B611E6; }
p { color: rgb(182,17,230); }
H1.HeaderClassName
{
color: #B611E6;
}
.AnyTagClassName
{
color: #B611E6;
}
</style>
background-color css
<style>
a { background-color: #B611E6; }
a { background-color: rgb(182,17,230); }
div.DivClassName
{
background-color: #B611E6;
}
.BgClassName
{
background-color: #B611E6;
}
</style>
border-color css
<style>
span { border-color: #B611E6; }
span { border-color: rgb(182,17,230); }
td.TdClassName
{
border-color: #B611E6;
}
.TagClassName
{
border-color: #B611E6;
}
</style>