Shades of Electric Purple #B40FEB
Tints of Electric Purple #B40FEB
RGB
CMYK
RGB Variations
Color information
#B40FEB (or 0xB40FEB) is known color: Electric Purple. HEX triplet: B4, 0F and EB. RGB value is (180,15,235). Sum of RGB (Red+Green+Blue) = 180+15+235=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #B40FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40FEB is #4BF014. Grayscale: #585858. Windows color (decimal): -4976661 or 15404980. OLE color: 15404980.
HSL color Cylindrical-coordinate representation of color #B40FEB: hue angle of 285º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40FEB is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 15 | 235 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.08 |
| HSL | 285º | 0.88% | 0.49% | - |
| HSV(B) | 285º | 0.94% | 0.92% | - |
| XYZ | 33.99 | 16.04 | 79.9 | - |
| YUV | 89.42 | 210.16 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 235 | 0.23 | 0.94 | 0 | 0.08 | 285 | 0.88 | 0.49 |
| Hex | B4 | F | EB | 17 | 5E | 0 | 8 | 11D | 58 | 31 |
| Octal | 264 | 17 | 353 | 27 | 136 | 0 | 10 | 435 | 130 | 61 |
| Binary | 10110100 | 1111 | 11101011 | 10111 | 1011110 | 0 | 1000 | 100011101 | 1011000 | 110001 |
Color Harmonies of #B40FEB
Complementary color
Monochromatic Colors of #B40FEB
Black with #B40FEB
Text Example
Text Example
White with #B40FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FEB; }
p { color: rgb(180,15,235); }
H1.HeaderClassName
{
color: #B40FEB;
}
.AnyTagClassName
{
color: #B40FEB;
}
</style>
background-color css
<style>
a { background-color: #B40FEB; }
a { background-color: rgb(180,15,235); }
div.DivClassName
{
background-color: #B40FEB;
}
.BgClassName
{
background-color: #B40FEB;
}
</style>
border-color css
<style>
span { border-color: #B40FEB; }
span { border-color: rgb(180,15,235); }
td.TdClassName
{
border-color: #B40FEB;
}
.TagClassName
{
border-color: #B40FEB;
}
</style>