Shades of Electric Purple #B512EF
Tints of Electric Purple #B512EF
RGB
CMYK
RGB Variations
Color information
#B512EF (or 0xB512EF) is known color: Electric Purple. HEX triplet: B5, 12 and EF. RGB value is (181,18,239). Sum of RGB (Red+Green+Blue) = 181+18+239=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 18 (7.42% from 255 or 4.11% 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 #B512EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B512EF is #4AED10. Grayscale: #5B5B5B. Windows color (decimal): -4910353 or 15667893. OLE color: 15667893.
HSL color Cylindrical-coordinate representation of color #B512EF: hue angle of 284.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B512EF is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 18 | 239 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.06 |
| HSL | 284.25º | 0.87% | 0.5% | - |
| HSV(B) | 284.25º | 0.92% | 0.94% | - |
| XYZ | 34.85 | 16.49 | 83.01 | - |
| YUV | 91.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 239 | 0.24 | 0.92 | 0 | 0.06 | 284.25 | 0.87 | 0.5 |
| Hex | B5 | 12 | EF | 18 | 5C | 0 | 6 | 11C | 57 | 32 |
| Octal | 265 | 22 | 357 | 30 | 134 | 0 | 6 | 434 | 127 | 62 |
| Binary | 10110101 | 10010 | 11101111 | 11000 | 1011100 | 0 | 110 | 100011100 | 1010111 | 110010 |
Color Harmonies of #B512EF
Complementary color
Monochromatic Colors of #B512EF
Black with #B512EF
Text Example
Text Example
White with #B512EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512EF; }
p { color: rgb(181,18,239); }
H1.HeaderClassName
{
color: #B512EF;
}
.AnyTagClassName
{
color: #B512EF;
}
</style>
background-color css
<style>
a { background-color: #B512EF; }
a { background-color: rgb(181,18,239); }
div.DivClassName
{
background-color: #B512EF;
}
.BgClassName
{
background-color: #B512EF;
}
</style>
border-color css
<style>
span { border-color: #B512EF; }
span { border-color: rgb(181,18,239); }
td.TdClassName
{
border-color: #B512EF;
}
.TagClassName
{
border-color: #B512EF;
}
</style>