Shades of Electric Purple #B512EE
Tints of Electric Purple #B512EE
RGB
CMYK
RGB Variations
Color information
#B512EE (or 0xB512EE) is known color: Electric Purple. HEX triplet: B5, 12 and EE. RGB value is (181,18,238). Sum of RGB (Red+Green+Blue) = 181+18+238=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #B512EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B512EE is #4AED11. Grayscale: #5B5B5B. Windows color (decimal): -4910354 or 15602357. OLE color: 15602357.
HSL color Cylindrical-coordinate representation of color #B512EE: hue angle of 284.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B512EE is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 18 | 238 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.07 |
| HSL | 284.45º | 0.87% | 0.5% | - |
| HSV(B) | 284.45º | 0.92% | 0.93% | - |
| XYZ | 34.7 | 16.43 | 82.23 | - |
| YUV | 91.82 | 210.5 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 238 | 0.24 | 0.92 | 0 | 0.07 | 284.45 | 0.87 | 0.5 |
| Hex | B5 | 12 | EE | 18 | 5C | 0 | 7 | 11C | 57 | 32 |
| Octal | 265 | 22 | 356 | 30 | 134 | 0 | 7 | 434 | 127 | 62 |
| Binary | 10110101 | 10010 | 11101110 | 11000 | 1011100 | 0 | 111 | 100011100 | 1010111 | 110010 |
Color Harmonies of #B512EE
Complementary color
Monochromatic Colors of #B512EE
Black with #B512EE
Text Example
Text Example
White with #B512EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512EE; }
p { color: rgb(181,18,238); }
H1.HeaderClassName
{
color: #B512EE;
}
.AnyTagClassName
{
color: #B512EE;
}
</style>
background-color css
<style>
a { background-color: #B512EE; }
a { background-color: rgb(181,18,238); }
div.DivClassName
{
background-color: #B512EE;
}
.BgClassName
{
background-color: #B512EE;
}
</style>
border-color css
<style>
span { border-color: #B512EE; }
span { border-color: rgb(181,18,238); }
td.TdClassName
{
border-color: #B512EE;
}
.TagClassName
{
border-color: #B512EE;
}
</style>