Shades of Electric Purple #B410E8
Tints of Electric Purple #B410E8
RGB
CMYK
RGB Variations
Color information
#B410E8 (or 0xB410E8) is known color: Electric Purple. HEX triplet: B4, 10 and E8. RGB value is (180,16,232). Sum of RGB (Red+Green+Blue) = 180+16+232=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #B410E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B410E8 is #4BEF17. Grayscale: #585858. Windows color (decimal): -4976408 or 15208628. OLE color: 15208628.
HSL color Cylindrical-coordinate representation of color #B410E8: hue angle of 285.56º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B410E8 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 16 | 232 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.09 |
| HSL | 285.56º | 0.87% | 0.49% | - |
| HSV(B) | 285.56º | 0.93% | 0.91% | - |
| XYZ | 33.57 | 15.9 | 77.64 | - |
| YUV | 89.66 | 208.33 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 232 | 0.22 | 0.93 | 0 | 0.09 | 285.56 | 0.87 | 0.49 |
| Hex | B4 | 10 | E8 | 16 | 5D | 0 | 9 | 11E | 57 | 31 |
| Octal | 264 | 20 | 350 | 26 | 135 | 0 | 11 | 436 | 127 | 61 |
| Binary | 10110100 | 10000 | 11101000 | 10110 | 1011101 | 0 | 1001 | 100011110 | 1010111 | 110001 |
Color Harmonies of #B410E8
Complementary color
Monochromatic Colors of #B410E8
Black with #B410E8
Text Example
Text Example
White with #B410E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B410E8; }
p { color: rgb(180,16,232); }
H1.HeaderClassName
{
color: #B410E8;
}
.AnyTagClassName
{
color: #B410E8;
}
</style>
background-color css
<style>
a { background-color: #B410E8; }
a { background-color: rgb(180,16,232); }
div.DivClassName
{
background-color: #B410E8;
}
.BgClassName
{
background-color: #B410E8;
}
</style>
border-color css
<style>
span { border-color: #B410E8; }
span { border-color: rgb(180,16,232); }
td.TdClassName
{
border-color: #B410E8;
}
.TagClassName
{
border-color: #B410E8;
}
</style>