Shades of Electric Purple #B41DF1
Tints of Electric Purple #B41DF1
RGB
CMYK
RGB Variations
Color information
#B41DF1 (or 0xB41DF1) is known color: Electric Purple. HEX triplet: B4, 1D and F1. RGB value is (180,29,241). Sum of RGB (Red+Green+Blue) = 180+29+241=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #B41DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41DF1 is #4BE20E. Grayscale: #616161. Windows color (decimal): -4973071 or 15801780. OLE color: 15801780.
HSL color Cylindrical-coordinate representation of color #B41DF1: hue angle of 282.74º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41DF1 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 29 | 241 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.05 |
| HSL | 282.74º | 0.88% | 0.53% | - |
| HSV(B) | 282.74º | 0.88% | 0.95% | - |
| XYZ | 35.14 | 16.93 | 84.64 | - |
| YUV | 98.32 | 208.53 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 241 | 0.25 | 0.88 | 0 | 0.05 | 282.74 | 0.88 | 0.53 |
| Hex | B4 | 1D | F1 | 19 | 58 | 0 | 5 | 11B | 58 | 35 |
| Octal | 264 | 35 | 361 | 31 | 130 | 0 | 5 | 433 | 130 | 65 |
| Binary | 10110100 | 11101 | 11110001 | 11001 | 1011000 | 0 | 101 | 100011011 | 1011000 | 110101 |
Color Harmonies of #B41DF1
Complementary color
Monochromatic Colors of #B41DF1
Black with #B41DF1
Text Example
Text Example
White with #B41DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41DF1; }
p { color: rgb(180,29,241); }
H1.HeaderClassName
{
color: #B41DF1;
}
.AnyTagClassName
{
color: #B41DF1;
}
</style>
background-color css
<style>
a { background-color: #B41DF1; }
a { background-color: rgb(180,29,241); }
div.DivClassName
{
background-color: #B41DF1;
}
.BgClassName
{
background-color: #B41DF1;
}
</style>
border-color css
<style>
span { border-color: #B41DF1; }
span { border-color: rgb(180,29,241); }
td.TdClassName
{
border-color: #B41DF1;
}
.TagClassName
{
border-color: #B41DF1;
}
</style>