Shades of Electric Purple #B50FEE
Tints of Electric Purple #B50FEE
RGB
CMYK
RGB Variations
Color information
#B50FEE (or 0xB50FEE) is known color: Electric Purple. HEX triplet: B5, 0F and EE. RGB value is (181,15,238). Sum of RGB (Red+Green+Blue) = 181+15+238=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #B50FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50FEE is #4AF011. Grayscale: #595959. Windows color (decimal): -4911122 or 15601589. OLE color: 15601589.
HSL color Cylindrical-coordinate representation of color #B50FEE: hue angle of 284.66º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50FEE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 15 | 238 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.07 |
| HSL | 284.66º | 0.88% | 0.5% | - |
| HSV(B) | 284.66º | 0.94% | 0.93% | - |
| XYZ | 34.66 | 16.34 | 82.22 | - |
| YUV | 90.06 | 211.5 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 238 | 0.24 | 0.94 | 0 | 0.07 | 284.66 | 0.88 | 0.5 |
| Hex | B5 | F | EE | 18 | 5E | 0 | 7 | 11D | 58 | 32 |
| Octal | 265 | 17 | 356 | 30 | 136 | 0 | 7 | 435 | 130 | 62 |
| Binary | 10110101 | 1111 | 11101110 | 11000 | 1011110 | 0 | 111 | 100011101 | 1011000 | 110010 |
Color Harmonies of #B50FEE
Complementary color
Monochromatic Colors of #B50FEE
Black with #B50FEE
Text Example
Text Example
White with #B50FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50FEE; }
p { color: rgb(181,15,238); }
H1.HeaderClassName
{
color: #B50FEE;
}
.AnyTagClassName
{
color: #B50FEE;
}
</style>
background-color css
<style>
a { background-color: #B50FEE; }
a { background-color: rgb(181,15,238); }
div.DivClassName
{
background-color: #B50FEE;
}
.BgClassName
{
background-color: #B50FEE;
}
</style>
border-color css
<style>
span { border-color: #B50FEE; }
span { border-color: rgb(181,15,238); }
td.TdClassName
{
border-color: #B50FEE;
}
.TagClassName
{
border-color: #B50FEE;
}
</style>