Shades of Electric Purple #B501EA
Tints of Electric Purple #B501EA
RGB
CMYK
RGB Variations
Color information
#B501EA (or 0xB501EA) is known color: Electric Purple. HEX triplet: B5, 01 and EA. RGB value is (181,1,234). Sum of RGB (Red+Green+Blue) = 181+1+234=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #B501EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B501EA is #4AFE15. Grayscale: #505050. Windows color (decimal): -4914710 or 15335861. OLE color: 15335861.
HSL color Cylindrical-coordinate representation of color #B501EA: hue angle of 286.35º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501EA is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 1 | 234 | - |
| CMYK | 0.23 | 1.00 | 0 | 0.08 |
| HSL | 286.35º | 0.99% | 0.46% | - |
| HSV(B) | 286.35º | 1% | 0.92% | - |
| XYZ | 33.92 | 15.79 | 79.1 | - |
| YUV | 81.38 | 214.13 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 234 | 0.23 | 1.00 | 0 | 0.08 | 286.35 | 0.99 | 0.46 |
| Hex | B5 | 1 | EA | 17 | 64 | 0 | 8 | 11E | 63 | 2E |
| Octal | 265 | 1 | 352 | 27 | 144 | 0 | 10 | 436 | 143 | 56 |
| Binary | 10110101 | 1 | 11101010 | 10111 | 1100100 | 0 | 1000 | 100011110 | 1100011 | 101110 |
Color Harmonies of #B501EA
Complementary color
Monochromatic Colors of #B501EA
Black with #B501EA
Text Example
Text Example
White with #B501EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501EA; }
p { color: rgb(181,1,234); }
H1.HeaderClassName
{
color: #B501EA;
}
.AnyTagClassName
{
color: #B501EA;
}
</style>
background-color css
<style>
a { background-color: #B501EA; }
a { background-color: rgb(181,1,234); }
div.DivClassName
{
background-color: #B501EA;
}
.BgClassName
{
background-color: #B501EA;
}
</style>
border-color css
<style>
span { border-color: #B501EA; }
span { border-color: rgb(181,1,234); }
td.TdClassName
{
border-color: #B501EA;
}
.TagClassName
{
border-color: #B501EA;
}
</style>