Shades of Electric Purple #B50CEC
Tints of Electric Purple #B50CEC
RGB
CMYK
RGB Variations
Color information
#B50CEC (or 0xB50CEC) is known color: Electric Purple. HEX triplet: B5, 0C and EC. RGB value is (181,12,236). Sum of RGB (Red+Green+Blue) = 181+12+236=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #B50CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50CEC is #4AF313. Grayscale: #575757. Windows color (decimal): -4911892 or 15469749. OLE color: 15469749.
HSL color Cylindrical-coordinate representation of color #B50CEC: hue angle of 285.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50CEC is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 12 | 236 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.07 |
| HSL | 285.27º | 0.9% | 0.49% | - |
| HSV(B) | 285.27º | 0.95% | 0.93% | - |
| XYZ | 34.33 | 16.14 | 80.66 | - |
| YUV | 88.07 | 211.49 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 236 | 0.23 | 0.95 | 0 | 0.07 | 285.27 | 0.9 | 0.49 |
| Hex | B5 | C | EC | 17 | 5F | 0 | 7 | 11D | 5A | 31 |
| Octal | 265 | 14 | 354 | 27 | 137 | 0 | 7 | 435 | 132 | 61 |
| Binary | 10110101 | 1100 | 11101100 | 10111 | 1011111 | 0 | 111 | 100011101 | 1011010 | 110001 |
Color Harmonies of #B50CEC
Complementary color
Monochromatic Colors of #B50CEC
Black with #B50CEC
Text Example
Text Example
White with #B50CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CEC; }
p { color: rgb(181,12,236); }
H1.HeaderClassName
{
color: #B50CEC;
}
.AnyTagClassName
{
color: #B50CEC;
}
</style>
background-color css
<style>
a { background-color: #B50CEC; }
a { background-color: rgb(181,12,236); }
div.DivClassName
{
background-color: #B50CEC;
}
.BgClassName
{
background-color: #B50CEC;
}
</style>
border-color css
<style>
span { border-color: #B50CEC; }
span { border-color: rgb(181,12,236); }
td.TdClassName
{
border-color: #B50CEC;
}
.TagClassName
{
border-color: #B50CEC;
}
</style>