Shades of Electric Purple #B40DDF
Tints of Electric Purple #B40DDF
RGB
CMYK
RGB Variations
Color information
#B40DDF (or 0xB40DDF) is known color: Electric Purple. HEX triplet: B4, 0D and DF. RGB value is (180,13,223). Sum of RGB (Red+Green+Blue) = 180+13+223=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #B40DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DDF is #4BF220. Grayscale: #565656. Windows color (decimal): -4977185 or 14618036. OLE color: 14618036.
HSL color Cylindrical-coordinate representation of color #B40DDF: hue angle of 287.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40DDF is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 13 | 223 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.13 |
| HSL | 287.71º | 0.89% | 0.46% | - |
| HSV(B) | 287.71º | 0.94% | 0.87% | - |
| XYZ | 32.29 | 15.32 | 71.07 | - |
| YUV | 86.87 | 204.83 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 223 | 0.19 | 0.94 | 0 | 0.13 | 287.71 | 0.89 | 0.46 |
| Hex | B4 | D | DF | 13 | 5E | 0 | D | 120 | 59 | 2E |
| Octal | 264 | 15 | 337 | 23 | 136 | 0 | 15 | 440 | 131 | 56 |
| Binary | 10110100 | 1101 | 11011111 | 10011 | 1011110 | 0 | 1101 | 100100000 | 1011001 | 101110 |
Color Harmonies of #B40DDF
Complementary color
Monochromatic Colors of #B40DDF
Black with #B40DDF
Text Example
Text Example
White with #B40DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DDF; }
p { color: rgb(180,13,223); }
H1.HeaderClassName
{
color: #B40DDF;
}
.AnyTagClassName
{
color: #B40DDF;
}
</style>
background-color css
<style>
a { background-color: #B40DDF; }
a { background-color: rgb(180,13,223); }
div.DivClassName
{
background-color: #B40DDF;
}
.BgClassName
{
background-color: #B40DDF;
}
</style>
border-color css
<style>
span { border-color: #B40DDF; }
span { border-color: rgb(180,13,223); }
td.TdClassName
{
border-color: #B40DDF;
}
.TagClassName
{
border-color: #B40DDF;
}
</style>