Shades of Electric Purple #B41EFF
Tints of Electric Purple #B41EFF
RGB
CMYK
RGB Variations
Color information
#B41EFF (or 0xB41EFF) is known color: Electric Purple. HEX triplet: B4, 1E and FF. RGB value is (180,30,255). Sum of RGB (Red+Green+Blue) = 180+30+255=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #B41EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41EFF is #4BE100. Grayscale: #636363. Windows color (decimal): -4972801 or 16719540. OLE color: 16719540.
HSL color Cylindrical-coordinate representation of color #B41EFF: hue angle of 280º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41EFF is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 30 | 255 | - |
| CMYK | 0.29 | 0.88 | 0 | 0 |
| HSL | 280º | 1% | 0.56% | - |
| HSV(B) | 280º | 0.88% | 1% | - |
| XYZ | 37.34 | 17.85 | 96.09 | - |
| YUV | 100.5 | 215.2 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 255 | 0.29 | 0.88 | 0 | 0 | 280 | 1 | 0.56 |
| Hex | B4 | 1E | FF | 1D | 58 | 0 | 0 | 118 | 64 | 38 |
| Octal | 264 | 36 | 377 | 35 | 130 | 0 | 0 | 430 | 144 | 70 |
| Binary | 10110100 | 11110 | 11111111 | 11101 | 1011000 | 0 | 0 | 100011000 | 1100100 | 111000 |
Color Harmonies of #B41EFF
Complementary color
Monochromatic Colors of #B41EFF
Black with #B41EFF
Text Example
Text Example
White with #B41EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41EFF; }
p { color: rgb(180,30,255); }
H1.HeaderClassName
{
color: #B41EFF;
}
.AnyTagClassName
{
color: #B41EFF;
}
</style>
background-color css
<style>
a { background-color: #B41EFF; }
a { background-color: rgb(180,30,255); }
div.DivClassName
{
background-color: #B41EFF;
}
.BgClassName
{
background-color: #B41EFF;
}
</style>
border-color css
<style>
span { border-color: #B41EFF; }
span { border-color: rgb(180,30,255); }
td.TdClassName
{
border-color: #B41EFF;
}
.TagClassName
{
border-color: #B41EFF;
}
</style>