Shades of Electric Purple #B41FE5
Tints of Electric Purple #B41FE5
RGB
CMYK
RGB Variations
Color information
#B41FE5 (or 0xB41FE5) is known color: Electric Purple. HEX triplet: B4, 1F and E5. RGB value is (180,31,229). Sum of RGB (Red+Green+Blue) = 180+31+229=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #B41FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41FE5 is #4BE01A. Grayscale: #616161. Windows color (decimal): -4972571 or 15015860. OLE color: 15015860.
HSL color Cylindrical-coordinate representation of color #B41FE5: hue angle of 285.15º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41FE5 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 31 | 229 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.10 |
| HSL | 285.15º | 0.79% | 0.51% | - |
| HSV(B) | 285.15º | 0.86% | 0.9% | - |
| XYZ | 33.46 | 16.34 | 75.52 | - |
| YUV | 98.12 | 201.86 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 229 | 0.21 | 0.86 | 0 | 0.10 | 285.15 | 0.79 | 0.51 |
| Hex | B4 | 1F | E5 | 15 | 56 | 0 | A | 11D | 4F | 33 |
| Octal | 264 | 37 | 345 | 25 | 126 | 0 | 12 | 435 | 117 | 63 |
| Binary | 10110100 | 11111 | 11100101 | 10101 | 1010110 | 0 | 1010 | 100011101 | 1001111 | 110011 |
Color Harmonies of #B41FE5
Complementary color
Monochromatic Colors of #B41FE5
Black with #B41FE5
Text Example
Text Example
White with #B41FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41FE5; }
p { color: rgb(180,31,229); }
H1.HeaderClassName
{
color: #B41FE5;
}
.AnyTagClassName
{
color: #B41FE5;
}
</style>
background-color css
<style>
a { background-color: #B41FE5; }
a { background-color: rgb(180,31,229); }
div.DivClassName
{
background-color: #B41FE5;
}
.BgClassName
{
background-color: #B41FE5;
}
</style>
border-color css
<style>
span { border-color: #B41FE5; }
span { border-color: rgb(180,31,229); }
td.TdClassName
{
border-color: #B41FE5;
}
.TagClassName
{
border-color: #B41FE5;
}
</style>