Shades of Electric Purple #B401E9
Tints of Electric Purple #B401E9
RGB
CMYK
RGB Variations
Color information
#B401E9 (or 0xB401E9) is known color: Electric Purple. HEX triplet: B4, 01 and E9. RGB value is (180,1,233). Sum of RGB (Red+Green+Blue) = 180+1+233=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 233 (91.41% from 255 or 56.28% from 414); Max value from RGB is 233 - color contains mainly: blue. Hex color #B401E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B401E9 is #4BFE16. Grayscale: #505050. Windows color (decimal): -4980247 or 15270324. OLE color: 15270324.
HSL color Cylindrical-coordinate representation of color #B401E9: hue angle of 286.29º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B401E9 is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 1 | 233 | - |
| CMYK | 0.23 | 1.00 | 0 | 0.09 |
| HSL | 286.29º | 0.99% | 0.46% | - |
| HSV(B) | 286.29º | 1% | 0.91% | - |
| XYZ | 33.54 | 15.61 | 78.34 | - |
| YUV | 80.97 | 213.8 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 233 | 0.23 | 1.00 | 0 | 0.09 | 286.29 | 0.99 | 0.46 |
| Hex | B4 | 1 | E9 | 17 | 64 | 0 | 9 | 11E | 63 | 2E |
| Octal | 264 | 1 | 351 | 27 | 144 | 0 | 11 | 436 | 143 | 56 |
| Binary | 10110100 | 1 | 11101001 | 10111 | 1100100 | 0 | 1001 | 100011110 | 1100011 | 101110 |
Color Harmonies of #B401E9
Complementary color
Monochromatic Colors of #B401E9
Black with #B401E9
Text Example
Text Example
White with #B401E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401E9; }
p { color: rgb(180,1,233); }
H1.HeaderClassName
{
color: #B401E9;
}
.AnyTagClassName
{
color: #B401E9;
}
</style>
background-color css
<style>
a { background-color: #B401E9; }
a { background-color: rgb(180,1,233); }
div.DivClassName
{
background-color: #B401E9;
}
.BgClassName
{
background-color: #B401E9;
}
</style>
border-color css
<style>
span { border-color: #B401E9; }
span { border-color: rgb(180,1,233); }
td.TdClassName
{
border-color: #B401E9;
}
.TagClassName
{
border-color: #B401E9;
}
</style>