Shades of Electric Purple #B41CEA
Tints of Electric Purple #B41CEA
RGB
CMYK
RGB Variations
Color information
#B41CEA (or 0xB41CEA) is known color: Electric Purple. HEX triplet: B4, 1C and EA. RGB value is (180,28,234). Sum of RGB (Red+Green+Blue) = 180+28+234=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #B41CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41CEA is #4BE315. Grayscale: #606060. Windows color (decimal): -4973334 or 15342772. OLE color: 15342772.
HSL color Cylindrical-coordinate representation of color #B41CEA: hue angle of 284.27º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41CEA is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 28 | 234 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.08 |
| HSL | 284.27º | 0.83% | 0.51% | - |
| HSV(B) | 284.27º | 0.88% | 0.92% | - |
| XYZ | 34.09 | 16.47 | 79.23 | - |
| YUV | 96.93 | 205.36 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 234 | 0.23 | 0.88 | 0 | 0.08 | 284.27 | 0.83 | 0.51 |
| Hex | B4 | 1C | EA | 17 | 58 | 0 | 8 | 11C | 53 | 33 |
| Octal | 264 | 34 | 352 | 27 | 130 | 0 | 10 | 434 | 123 | 63 |
| Binary | 10110100 | 11100 | 11101010 | 10111 | 1011000 | 0 | 1000 | 100011100 | 1010011 | 110011 |
Color Harmonies of #B41CEA
Complementary color
Monochromatic Colors of #B41CEA
Black with #B41CEA
Text Example
Text Example
White with #B41CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41CEA; }
p { color: rgb(180,28,234); }
H1.HeaderClassName
{
color: #B41CEA;
}
.AnyTagClassName
{
color: #B41CEA;
}
</style>
background-color css
<style>
a { background-color: #B41CEA; }
a { background-color: rgb(180,28,234); }
div.DivClassName
{
background-color: #B41CEA;
}
.BgClassName
{
background-color: #B41CEA;
}
</style>
border-color css
<style>
span { border-color: #B41CEA; }
span { border-color: rgb(180,28,234); }
td.TdClassName
{
border-color: #B41CEA;
}
.TagClassName
{
border-color: #B41CEA;
}
</style>