Shades of Electric Purple #B010EA
Tints of Electric Purple #B010EA
RGB
CMYK
RGB Variations
Color information
#B010EA (or 0xB010EA) is known color: Electric Purple. HEX triplet: B0, 10 and EA. RGB value is (176,16,234). Sum of RGB (Red+Green+Blue) = 176+16+234=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #B010EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B010EA is #4FEF15. Grayscale: #575757. Windows color (decimal): -5238550 or 15339696. OLE color: 15339696.
HSL color Cylindrical-coordinate representation of color #B010EA: hue angle of 284.04º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B010EA is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 16 | 234 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.08 |
| HSL | 284.04º | 0.87% | 0.49% | - |
| HSV(B) | 284.04º | 0.93% | 0.92% | - |
| XYZ | 32.94 | 15.54 | 79.11 | - |
| YUV | 88.69 | 210.01 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 234 | 0.25 | 0.93 | 0 | 0.08 | 284.04 | 0.87 | 0.49 |
| Hex | B0 | 10 | EA | 19 | 5D | 0 | 8 | 11C | 57 | 31 |
| Octal | 260 | 20 | 352 | 31 | 135 | 0 | 10 | 434 | 127 | 61 |
| Binary | 10110000 | 10000 | 11101010 | 11001 | 1011101 | 0 | 1000 | 100011100 | 1010111 | 110001 |
Color Harmonies of #B010EA
Complementary color
Monochromatic Colors of #B010EA
Black with #B010EA
Text Example
Text Example
White with #B010EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010EA; }
p { color: rgb(176,16,234); }
H1.HeaderClassName
{
color: #B010EA;
}
.AnyTagClassName
{
color: #B010EA;
}
</style>
background-color css
<style>
a { background-color: #B010EA; }
a { background-color: rgb(176,16,234); }
div.DivClassName
{
background-color: #B010EA;
}
.BgClassName
{
background-color: #B010EA;
}
</style>
border-color css
<style>
span { border-color: #B010EA; }
span { border-color: rgb(176,16,234); }
td.TdClassName
{
border-color: #B010EA;
}
.TagClassName
{
border-color: #B010EA;
}
</style>