Shades of Electric Purple #B40CDF
Tints of Electric Purple #B40CDF
RGB
CMYK
RGB Variations
Color information
#B40CDF (or 0xB40CDF) is known color: Electric Purple. HEX triplet: B4, 0C and DF. RGB value is (180,12,223). Sum of RGB (Red+Green+Blue) = 180+12+223=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #B40CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CDF is #4BF320. Grayscale: #555555. Windows color (decimal): -4977441 or 14617780. OLE color: 14617780.
HSL color Cylindrical-coordinate representation of color #B40CDF: hue angle of 287.77º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40CDF is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 12 | 223 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.13 |
| HSL | 287.77º | 0.9% | 0.46% | - |
| HSV(B) | 287.77º | 0.95% | 0.87% | - |
| XYZ | 32.27 | 15.29 | 71.06 | - |
| YUV | 86.29 | 205.16 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 223 | 0.19 | 0.95 | 0 | 0.13 | 287.77 | 0.9 | 0.46 |
| Hex | B4 | C | DF | 13 | 5F | 0 | D | 120 | 5A | 2E |
| Octal | 264 | 14 | 337 | 23 | 137 | 0 | 15 | 440 | 132 | 56 |
| Binary | 10110100 | 1100 | 11011111 | 10011 | 1011111 | 0 | 1101 | 100100000 | 1011010 | 101110 |
Color Harmonies of #B40CDF
Complementary color
Monochromatic Colors of #B40CDF
Black with #B40CDF
Text Example
Text Example
White with #B40CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CDF; }
p { color: rgb(180,12,223); }
H1.HeaderClassName
{
color: #B40CDF;
}
.AnyTagClassName
{
color: #B40CDF;
}
</style>
background-color css
<style>
a { background-color: #B40CDF; }
a { background-color: rgb(180,12,223); }
div.DivClassName
{
background-color: #B40CDF;
}
.BgClassName
{
background-color: #B40CDF;
}
</style>
border-color css
<style>
span { border-color: #B40CDF; }
span { border-color: rgb(180,12,223); }
td.TdClassName
{
border-color: #B40CDF;
}
.TagClassName
{
border-color: #B40CDF;
}
</style>