Shades of Electric Purple #B610EA
Tints of Electric Purple #B610EA
RGB
CMYK
RGB Variations
Color information
#B610EA (or 0xB610EA) is known color: Electric Purple. HEX triplet: B6, 10 and EA. RGB value is (182,16,234). Sum of RGB (Red+Green+Blue) = 182+16+234=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #B610EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B610EA is #49EF15. Grayscale: #595959. Windows color (decimal): -4845334 or 15339702. OLE color: 15339702.
HSL color Cylindrical-coordinate representation of color #B610EA: hue angle of 285.69º 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 #B610EA is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 16 | 234 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.08 |
| HSL | 285.69º | 0.87% | 0.49% | - |
| HSV(B) | 285.69º | 0.93% | 0.92% | - |
| XYZ | 34.33 | 16.26 | 79.17 | - |
| YUV | 90.49 | 209 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 234 | 0.22 | 0.93 | 0 | 0.08 | 285.69 | 0.87 | 0.49 |
| Hex | B6 | 10 | EA | 16 | 5D | 0 | 8 | 11E | 57 | 31 |
| Octal | 266 | 20 | 352 | 26 | 135 | 0 | 10 | 436 | 127 | 61 |
| Binary | 10110110 | 10000 | 11101010 | 10110 | 1011101 | 0 | 1000 | 100011110 | 1010111 | 110001 |
Color Harmonies of #B610EA
Complementary color
Monochromatic Colors of #B610EA
Black with #B610EA
Text Example
Text Example
White with #B610EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B610EA; }
p { color: rgb(182,16,234); }
H1.HeaderClassName
{
color: #B610EA;
}
.AnyTagClassName
{
color: #B610EA;
}
</style>
background-color css
<style>
a { background-color: #B610EA; }
a { background-color: rgb(182,16,234); }
div.DivClassName
{
background-color: #B610EA;
}
.BgClassName
{
background-color: #B610EA;
}
</style>
border-color css
<style>
span { border-color: #B610EA; }
span { border-color: rgb(182,16,234); }
td.TdClassName
{
border-color: #B610EA;
}
.TagClassName
{
border-color: #B610EA;
}
</style>