Shades of Electric Purple #B611EF
Tints of Electric Purple #B611EF
RGB
CMYK
RGB Variations
Color information
#B611EF (or 0xB611EF) is known color: Electric Purple. HEX triplet: B6, 11 and EF. RGB value is (182,17,239). Sum of RGB (Red+Green+Blue) = 182+17+239=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #B611EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B611EF is #49EE10. Grayscale: #5A5A5A. Windows color (decimal): -4845073 or 15667638. OLE color: 15667638.
HSL color Cylindrical-coordinate representation of color #B611EF: hue angle of 284.59º degrees, saturation: 0.87, 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 #B611EF is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 17 | 239 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.06 |
| HSL | 284.59º | 0.87% | 0.5% | - |
| HSV(B) | 284.59º | 0.93% | 0.94% | - |
| XYZ | 35.07 | 16.58 | 83.01 | - |
| YUV | 91.64 | 211.16 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 239 | 0.24 | 0.93 | 0 | 0.06 | 284.59 | 0.87 | 0.5 |
| Hex | B6 | 11 | EF | 18 | 5D | 0 | 6 | 11D | 57 | 32 |
| Octal | 266 | 21 | 357 | 30 | 135 | 0 | 6 | 435 | 127 | 62 |
| Binary | 10110110 | 10001 | 11101111 | 11000 | 1011101 | 0 | 110 | 100011101 | 1010111 | 110010 |
Color Harmonies of #B611EF
Complementary color
Monochromatic Colors of #B611EF
Black with #B611EF
Text Example
Text Example
White with #B611EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B611EF; }
p { color: rgb(182,17,239); }
H1.HeaderClassName
{
color: #B611EF;
}
.AnyTagClassName
{
color: #B611EF;
}
</style>
background-color css
<style>
a { background-color: #B611EF; }
a { background-color: rgb(182,17,239); }
div.DivClassName
{
background-color: #B611EF;
}
.BgClassName
{
background-color: #B611EF;
}
</style>
border-color css
<style>
span { border-color: #B611EF; }
span { border-color: rgb(182,17,239); }
td.TdClassName
{
border-color: #B611EF;
}
.TagClassName
{
border-color: #B611EF;
}
</style>