Shades of Electric Purple #B40FED
Tints of Electric Purple #B40FED
RGB
CMYK
RGB Variations
Color information
#B40FED (or 0xB40FED) is known color: Electric Purple. HEX triplet: B4, 0F and ED. RGB value is (180,15,237). Sum of RGB (Red+Green+Blue) = 180+15+237=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #B40FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40FED is #4BF012. Grayscale: #585858. Windows color (decimal): -4976659 or 15536052. OLE color: 15536052.
HSL color Cylindrical-coordinate representation of color #B40FED: hue angle of 284.59º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40FED is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 15 | 237 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.07 |
| HSL | 284.59º | 0.88% | 0.49% | - |
| HSV(B) | 284.59º | 0.94% | 0.93% | - |
| XYZ | 34.28 | 16.16 | 81.43 | - |
| YUV | 89.64 | 211.16 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 237 | 0.24 | 0.94 | 0 | 0.07 | 284.59 | 0.88 | 0.49 |
| Hex | B4 | F | ED | 18 | 5E | 0 | 7 | 11D | 58 | 31 |
| Octal | 264 | 17 | 355 | 30 | 136 | 0 | 7 | 435 | 130 | 61 |
| Binary | 10110100 | 1111 | 11101101 | 11000 | 1011110 | 0 | 111 | 100011101 | 1011000 | 110001 |
Color Harmonies of #B40FED
Complementary color
Monochromatic Colors of #B40FED
Black with #B40FED
Text Example
Text Example
White with #B40FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FED; }
p { color: rgb(180,15,237); }
H1.HeaderClassName
{
color: #B40FED;
}
.AnyTagClassName
{
color: #B40FED;
}
</style>
background-color css
<style>
a { background-color: #B40FED; }
a { background-color: rgb(180,15,237); }
div.DivClassName
{
background-color: #B40FED;
}
.BgClassName
{
background-color: #B40FED;
}
</style>
border-color css
<style>
span { border-color: #B40FED; }
span { border-color: rgb(180,15,237); }
td.TdClassName
{
border-color: #B40FED;
}
.TagClassName
{
border-color: #B40FED;
}
</style>