Shades of Electric Purple #B511EE
Tints of Electric Purple #B511EE
RGB
CMYK
RGB Variations
Color information
#B511EE (or 0xB511EE) is known color: Electric Purple. HEX triplet: B5, 11 and EE. RGB value is (181,17,238). Sum of RGB (Red+Green+Blue) = 181+17+238=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #B511EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511EE is #4AEE11. Grayscale: #5A5A5A. Windows color (decimal): -4910610 or 15602101. OLE color: 15602101.
HSL color Cylindrical-coordinate representation of color #B511EE: hue angle of 284.52º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B511EE is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 17 | 238 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.07 |
| HSL | 284.52º | 0.87% | 0.5% | - |
| HSV(B) | 284.52º | 0.93% | 0.93% | - |
| XYZ | 34.69 | 16.4 | 82.23 | - |
| YUV | 91.23 | 210.83 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 238 | 0.24 | 0.93 | 0 | 0.07 | 284.52 | 0.87 | 0.5 |
| Hex | B5 | 11 | EE | 18 | 5D | 0 | 7 | 11D | 57 | 32 |
| Octal | 265 | 21 | 356 | 30 | 135 | 0 | 7 | 435 | 127 | 62 |
| Binary | 10110101 | 10001 | 11101110 | 11000 | 1011101 | 0 | 111 | 100011101 | 1010111 | 110010 |
Color Harmonies of #B511EE
Complementary color
Monochromatic Colors of #B511EE
Black with #B511EE
Text Example
Text Example
White with #B511EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511EE; }
p { color: rgb(181,17,238); }
H1.HeaderClassName
{
color: #B511EE;
}
.AnyTagClassName
{
color: #B511EE;
}
</style>
background-color css
<style>
a { background-color: #B511EE; }
a { background-color: rgb(181,17,238); }
div.DivClassName
{
background-color: #B511EE;
}
.BgClassName
{
background-color: #B511EE;
}
</style>
border-color css
<style>
span { border-color: #B511EE; }
span { border-color: rgb(181,17,238); }
td.TdClassName
{
border-color: #B511EE;
}
.TagClassName
{
border-color: #B511EE;
}
</style>