Shades of Electric Purple #B50CEA
Tints of Electric Purple #B50CEA
RGB
CMYK
RGB Variations
Color information
#B50CEA (or 0xB50CEA) is known color: Electric Purple. HEX triplet: B5, 0C and EA. RGB value is (181,12,234). Sum of RGB (Red+Green+Blue) = 181+12+234=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #B50CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50CEA is #4AF315. Grayscale: #575757. Windows color (decimal): -4911894 or 15338677. OLE color: 15338677.
HSL color Cylindrical-coordinate representation of color #B50CEA: hue angle of 285.68º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50CEA is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 12 | 234 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.08 |
| HSL | 285.68º | 0.9% | 0.48% | - |
| HSV(B) | 285.68º | 0.95% | 0.92% | - |
| XYZ | 34.04 | 16.03 | 79.14 | - |
| YUV | 87.84 | 210.49 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 234 | 0.23 | 0.95 | 0 | 0.08 | 285.68 | 0.9 | 0.48 |
| Hex | B5 | C | EA | 17 | 5F | 0 | 8 | 11E | 5A | 30 |
| Octal | 265 | 14 | 352 | 27 | 137 | 0 | 10 | 436 | 132 | 60 |
| Binary | 10110101 | 1100 | 11101010 | 10111 | 1011111 | 0 | 1000 | 100011110 | 1011010 | 110000 |
Color Harmonies of #B50CEA
Complementary color
Monochromatic Colors of #B50CEA
Black with #B50CEA
Text Example
Text Example
White with #B50CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CEA; }
p { color: rgb(181,12,234); }
H1.HeaderClassName
{
color: #B50CEA;
}
.AnyTagClassName
{
color: #B50CEA;
}
</style>
background-color css
<style>
a { background-color: #B50CEA; }
a { background-color: rgb(181,12,234); }
div.DivClassName
{
background-color: #B50CEA;
}
.BgClassName
{
background-color: #B50CEA;
}
</style>
border-color css
<style>
span { border-color: #B50CEA; }
span { border-color: rgb(181,12,234); }
td.TdClassName
{
border-color: #B50CEA;
}
.TagClassName
{
border-color: #B50CEA;
}
</style>