Shades of Electric Purple #B410E5
Tints of Electric Purple #B410E5
RGB
CMYK
RGB Variations
Color information
#B410E5 (or 0xB410E5) is known color: Electric Purple. HEX triplet: B4, 10 and E5. RGB value is (180,16,229). Sum of RGB (Red+Green+Blue) = 180+16+229=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #B410E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B410E5 is #4BEF1A. Grayscale: #585858. Windows color (decimal): -4976411 or 15012020. OLE color: 15012020.
HSL color Cylindrical-coordinate representation of color #B410E5: hue angle of 286.2º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B410E5 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 16 | 229 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.10 |
| HSL | 286.2º | 0.87% | 0.48% | - |
| HSV(B) | 286.2º | 0.93% | 0.9% | - |
| XYZ | 33.15 | 15.73 | 75.42 | - |
| YUV | 89.32 | 206.83 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 229 | 0.21 | 0.93 | 0 | 0.10 | 286.2 | 0.87 | 0.48 |
| Hex | B4 | 10 | E5 | 15 | 5D | 0 | A | 11E | 57 | 30 |
| Octal | 264 | 20 | 345 | 25 | 135 | 0 | 12 | 436 | 127 | 60 |
| Binary | 10110100 | 10000 | 11100101 | 10101 | 1011101 | 0 | 1010 | 100011110 | 1010111 | 110000 |
Color Harmonies of #B410E5
Complementary color
Monochromatic Colors of #B410E5
Black with #B410E5
Text Example
Text Example
White with #B410E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B410E5; }
p { color: rgb(180,16,229); }
H1.HeaderClassName
{
color: #B410E5;
}
.AnyTagClassName
{
color: #B410E5;
}
</style>
background-color css
<style>
a { background-color: #B410E5; }
a { background-color: rgb(180,16,229); }
div.DivClassName
{
background-color: #B410E5;
}
.BgClassName
{
background-color: #B410E5;
}
</style>
border-color css
<style>
span { border-color: #B410E5; }
span { border-color: rgb(180,16,229); }
td.TdClassName
{
border-color: #B410E5;
}
.TagClassName
{
border-color: #B410E5;
}
</style>