Shades of Electric Purple #B400EC
Tints of Electric Purple #B400EC
RGB
CMYK
RGB Variations
Color information
#B400EC (or 0xB400EC) is known color: Electric Purple. HEX triplet: B4, 00 and EC. RGB value is (180,0,236). Sum of RGB (Red+Green+Blue) = 180+0+236=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #B400EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B400EC is #4BFF13. Grayscale: #4F4F4F. Windows color (decimal): -4980500 or 15466676. OLE color: 15466676.
HSL color Cylindrical-coordinate representation of color #B400EC: hue angle of 285.76º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400EC is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 0 | 236 | - |
| CMYK | 0.24 | 1 | 0 | 0.07 |
| HSL | 285.76º | 1% | 0.46% | - |
| HSV(B) | 285.76º | 1% | 0.93% | - |
| XYZ | 33.96 | 15.76 | 80.61 | - |
| YUV | 80.72 | 215.63 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 236 | 0.24 | 1 | 0 | 0.07 | 285.76 | 1 | 0.46 |
| Hex | B4 | 0 | EC | 18 | 64 | 0 | 7 | 11E | 64 | 2E |
| Octal | 264 | 0 | 354 | 30 | 144 | 0 | 7 | 436 | 144 | 56 |
| Binary | 10110100 | 0 | 11101100 | 11000 | 1100100 | 0 | 111 | 100011110 | 1100100 | 101110 |
Color Harmonies of #B400EC
Complementary color
Monochromatic Colors of #B400EC
Black with #B400EC
Text Example
Text Example
White with #B400EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400EC; }
p { color: rgb(180,0,236); }
H1.HeaderClassName
{
color: #B400EC;
}
.AnyTagClassName
{
color: #B400EC;
}
</style>
background-color css
<style>
a { background-color: #B400EC; }
a { background-color: rgb(180,0,236); }
div.DivClassName
{
background-color: #B400EC;
}
.BgClassName
{
background-color: #B400EC;
}
</style>
border-color css
<style>
span { border-color: #B400EC; }
span { border-color: rgb(180,0,236); }
td.TdClassName
{
border-color: #B400EC;
}
.TagClassName
{
border-color: #B400EC;
}
</style>