Shades of Electric Purple #B400ED
Tints of Electric Purple #B400ED
RGB
CMYK
RGB Variations
Color information
#B400ED (or 0xB400ED) is known color: Electric Purple. HEX triplet: B4, 00 and ED. RGB value is (180,0,237). Sum of RGB (Red+Green+Blue) = 180+0+237=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #B400ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B400ED is #4BFF12. Grayscale: #505050. Windows color (decimal): -4980499 or 15532212. OLE color: 15532212.
HSL color Cylindrical-coordinate representation of color #B400ED: hue angle of 285.57º 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 #B400ED is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 0 | 237 | - |
| CMYK | 0.24 | 1 | 0 | 0.07 |
| HSL | 285.57º | 1% | 0.46% | - |
| HSV(B) | 285.57º | 1% | 0.93% | - |
| XYZ | 34.11 | 15.82 | 81.38 | - |
| YUV | 80.84 | 216.13 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 237 | 0.24 | 1 | 0 | 0.07 | 285.57 | 1 | 0.46 |
| Hex | B4 | 0 | ED | 18 | 64 | 0 | 7 | 11E | 64 | 2E |
| Octal | 264 | 0 | 355 | 30 | 144 | 0 | 7 | 436 | 144 | 56 |
| Binary | 10110100 | 0 | 11101101 | 11000 | 1100100 | 0 | 111 | 100011110 | 1100100 | 101110 |
Color Harmonies of #B400ED
Complementary color
Monochromatic Colors of #B400ED
Black with #B400ED
Text Example
Text Example
White with #B400ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400ED; }
p { color: rgb(180,0,237); }
H1.HeaderClassName
{
color: #B400ED;
}
.AnyTagClassName
{
color: #B400ED;
}
</style>
background-color css
<style>
a { background-color: #B400ED; }
a { background-color: rgb(180,0,237); }
div.DivClassName
{
background-color: #B400ED;
}
.BgClassName
{
background-color: #B400ED;
}
</style>
border-color css
<style>
span { border-color: #B400ED; }
span { border-color: rgb(180,0,237); }
td.TdClassName
{
border-color: #B400ED;
}
.TagClassName
{
border-color: #B400ED;
}
</style>