Shades of Electric Purple #B410E6
Tints of Electric Purple #B410E6
RGB
CMYK
RGB Variations
Color information
#B410E6 (or 0xB410E6) is known color: Electric Purple. HEX triplet: B4, 10 and E6. RGB value is (180,16,230). Sum of RGB (Red+Green+Blue) = 180+16+230=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #B410E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B410E6 is #4BEF19. Grayscale: #585858. Windows color (decimal): -4976410 or 15077556. OLE color: 15077556.
HSL color Cylindrical-coordinate representation of color #B410E6: hue angle of 285.98º 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 #B410E6 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 16 | 230 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.10 |
| HSL | 285.98º | 0.87% | 0.48% | - |
| HSV(B) | 285.98º | 0.93% | 0.9% | - |
| XYZ | 33.29 | 15.79 | 76.16 | - |
| YUV | 89.43 | 207.33 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 230 | 0.22 | 0.93 | 0 | 0.10 | 285.98 | 0.87 | 0.48 |
| Hex | B4 | 10 | E6 | 16 | 5D | 0 | A | 11E | 57 | 30 |
| Octal | 264 | 20 | 346 | 26 | 135 | 0 | 12 | 436 | 127 | 60 |
| Binary | 10110100 | 10000 | 11100110 | 10110 | 1011101 | 0 | 1010 | 100011110 | 1010111 | 110000 |
Color Harmonies of #B410E6
Complementary color
Monochromatic Colors of #B410E6
Black with #B410E6
Text Example
Text Example
White with #B410E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B410E6; }
p { color: rgb(180,16,230); }
H1.HeaderClassName
{
color: #B410E6;
}
.AnyTagClassName
{
color: #B410E6;
}
</style>
background-color css
<style>
a { background-color: #B410E6; }
a { background-color: rgb(180,16,230); }
div.DivClassName
{
background-color: #B410E6;
}
.BgClassName
{
background-color: #B410E6;
}
</style>
border-color css
<style>
span { border-color: #B410E6; }
span { border-color: rgb(180,16,230); }
td.TdClassName
{
border-color: #B410E6;
}
.TagClassName
{
border-color: #B410E6;
}
</style>