Shades of Electric Purple #B411DF
Tints of Electric Purple #B411DF
RGB
CMYK
RGB Variations
Color information
#B411DF (or 0xB411DF) is known color: Electric Purple. HEX triplet: B4, 11 and DF. RGB value is (180,17,223). Sum of RGB (Red+Green+Blue) = 180+17+223=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #B411DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B411DF is #4BEE20. Grayscale: #585858. Windows color (decimal): -4976161 or 14619060. OLE color: 14619060.
HSL color Cylindrical-coordinate representation of color #B411DF: hue angle of 287.48º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B411DF is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 17 | 223 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.13 |
| HSL | 287.48º | 0.86% | 0.47% | - |
| HSV(B) | 287.48º | 0.92% | 0.87% | - |
| XYZ | 32.34 | 15.43 | 71.09 | - |
| YUV | 89.22 | 203.5 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 223 | 0.19 | 0.92 | 0 | 0.13 | 287.48 | 0.86 | 0.47 |
| Hex | B4 | 11 | DF | 13 | 5C | 0 | D | 11F | 56 | 2F |
| Octal | 264 | 21 | 337 | 23 | 134 | 0 | 15 | 437 | 126 | 57 |
| Binary | 10110100 | 10001 | 11011111 | 10011 | 1011100 | 0 | 1101 | 100011111 | 1010110 | 101111 |
Color Harmonies of #B411DF
Complementary color
Monochromatic Colors of #B411DF
Black with #B411DF
Text Example
Text Example
White with #B411DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B411DF; }
p { color: rgb(180,17,223); }
H1.HeaderClassName
{
color: #B411DF;
}
.AnyTagClassName
{
color: #B411DF;
}
</style>
background-color css
<style>
a { background-color: #B411DF; }
a { background-color: rgb(180,17,223); }
div.DivClassName
{
background-color: #B411DF;
}
.BgClassName
{
background-color: #B411DF;
}
</style>
border-color css
<style>
span { border-color: #B411DF; }
span { border-color: rgb(180,17,223); }
td.TdClassName
{
border-color: #B411DF;
}
.TagClassName
{
border-color: #B411DF;
}
</style>