Shades of Electric Purple #B40FF0
Tints of Electric Purple #B40FF0
RGB
CMYK
RGB Variations
Color information
#B40FF0 (or 0xB40FF0) is known color: Electric Purple. HEX triplet: B4, 0F and F0. RGB value is (180,15,240). Sum of RGB (Red+Green+Blue) = 180+15+240=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #B40FF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40FF0 is #4BF00F. Grayscale: #595959. Windows color (decimal): -4976656 or 15732660. OLE color: 15732660.
HSL color Cylindrical-coordinate representation of color #B40FF0: hue angle of 284º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40FF0 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 15 | 240 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.06 |
| HSL | 284º | 0.88% | 0.5% | - |
| HSV(B) | 284º | 0.94% | 0.94% | - |
| XYZ | 34.72 | 16.34 | 83.76 | - |
| YUV | 89.99 | 212.66 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 240 | 0.25 | 0.94 | 0 | 0.06 | 284 | 0.88 | 0.5 |
| Hex | B4 | F | F0 | 19 | 5E | 0 | 6 | 11C | 58 | 32 |
| Octal | 264 | 17 | 360 | 31 | 136 | 0 | 6 | 434 | 130 | 62 |
| Binary | 10110100 | 1111 | 11110000 | 11001 | 1011110 | 0 | 110 | 100011100 | 1011000 | 110010 |
Color Harmonies of #B40FF0
Complementary color
Monochromatic Colors of #B40FF0
Black with #B40FF0
Text Example
Text Example
White with #B40FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FF0; }
p { color: rgb(180,15,240); }
H1.HeaderClassName
{
color: #B40FF0;
}
.AnyTagClassName
{
color: #B40FF0;
}
</style>
background-color css
<style>
a { background-color: #B40FF0; }
a { background-color: rgb(180,15,240); }
div.DivClassName
{
background-color: #B40FF0;
}
.BgClassName
{
background-color: #B40FF0;
}
</style>
border-color css
<style>
span { border-color: #B40FF0; }
span { border-color: rgb(180,15,240); }
td.TdClassName
{
border-color: #B40FF0;
}
.TagClassName
{
border-color: #B40FF0;
}
</style>