Shades of Electric Purple #B41DFE
Tints of Electric Purple #B41DFE
RGB
CMYK
RGB Variations
Color information
#B41DFE (or 0xB41DFE) is known color: Electric Purple. HEX triplet: B4, 1D and FE. RGB value is (180,29,254). Sum of RGB (Red+Green+Blue) = 180+29+254=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #B41DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41DFE is #4BE201. Grayscale: #636363. Windows color (decimal): -4973058 or 16653748. OLE color: 16653748.
HSL color Cylindrical-coordinate representation of color #B41DFE: hue angle of 280.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41DFE is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 29 | 254 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.00 |
| HSL | 280.27º | 0.99% | 0.55% | - |
| HSV(B) | 280.27º | 0.89% | 1% | - |
| XYZ | 37.15 | 17.74 | 95.23 | - |
| YUV | 99.8 | 215.03 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 254 | 0.29 | 0.89 | 0 | 0.00 | 280.27 | 0.99 | 0.55 |
| Hex | B4 | 1D | FE | 1D | 59 | 0 | 0 | 118 | 63 | 37 |
| Octal | 264 | 35 | 376 | 35 | 131 | 0 | 0 | 430 | 143 | 67 |
| Binary | 10110100 | 11101 | 11111110 | 11101 | 1011001 | 0 | 0 | 100011000 | 1100011 | 110111 |
Color Harmonies of #B41DFE
Complementary color
Monochromatic Colors of #B41DFE
Black with #B41DFE
Text Example
Text Example
White with #B41DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41DFE; }
p { color: rgb(180,29,254); }
H1.HeaderClassName
{
color: #B41DFE;
}
.AnyTagClassName
{
color: #B41DFE;
}
</style>
background-color css
<style>
a { background-color: #B41DFE; }
a { background-color: rgb(180,29,254); }
div.DivClassName
{
background-color: #B41DFE;
}
.BgClassName
{
background-color: #B41DFE;
}
</style>
border-color css
<style>
span { border-color: #B41DFE; }
span { border-color: rgb(180,29,254); }
td.TdClassName
{
border-color: #B41DFE;
}
.TagClassName
{
border-color: #B41DFE;
}
</style>