Shades of Electric Purple #B40FDF
Tints of Electric Purple #B40FDF
RGB
CMYK
RGB Variations
Color information
#B40FDF (or 0xB40FDF) is known color: Electric Purple. HEX triplet: B4, 0F and DF. RGB value is (180,15,223). Sum of RGB (Red+Green+Blue) = 180+15+223=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #B40FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FDF is #4BF020. Grayscale: #575757. Windows color (decimal): -4976673 or 14618548. OLE color: 14618548.
HSL color Cylindrical-coordinate representation of color #B40FDF: hue angle of 287.6º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40FDF is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 15 | 223 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.13 |
| HSL | 287.6º | 0.87% | 0.47% | - |
| HSV(B) | 287.6º | 0.93% | 0.87% | - |
| XYZ | 32.31 | 15.37 | 71.08 | - |
| YUV | 88.05 | 204.16 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 223 | 0.19 | 0.93 | 0 | 0.13 | 287.6 | 0.87 | 0.47 |
| Hex | B4 | F | DF | 13 | 5D | 0 | D | 120 | 57 | 2F |
| Octal | 264 | 17 | 337 | 23 | 135 | 0 | 15 | 440 | 127 | 57 |
| Binary | 10110100 | 1111 | 11011111 | 10011 | 1011101 | 0 | 1101 | 100100000 | 1010111 | 101111 |
Color Harmonies of #B40FDF
Complementary color
Monochromatic Colors of #B40FDF
Black with #B40FDF
Text Example
Text Example
White with #B40FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FDF; }
p { color: rgb(180,15,223); }
H1.HeaderClassName
{
color: #B40FDF;
}
.AnyTagClassName
{
color: #B40FDF;
}
</style>
background-color css
<style>
a { background-color: #B40FDF; }
a { background-color: rgb(180,15,223); }
div.DivClassName
{
background-color: #B40FDF;
}
.BgClassName
{
background-color: #B40FDF;
}
</style>
border-color css
<style>
span { border-color: #B40FDF; }
span { border-color: rgb(180,15,223); }
td.TdClassName
{
border-color: #B40FDF;
}
.TagClassName
{
border-color: #B40FDF;
}
</style>