Shades of Electric Purple #B610E5
Tints of Electric Purple #B610E5
RGB
CMYK
RGB Variations
Color information
#B610E5 (or 0xB610E5) is known color: Electric Purple. HEX triplet: B6, 10 and E5. RGB value is (182,16,229). Sum of RGB (Red+Green+Blue) = 182+16+229=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #B610E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B610E5 is #49EF1A. Grayscale: #595959. Windows color (decimal): -4845339 or 15012022. OLE color: 15012022.
HSL color Cylindrical-coordinate representation of color #B610E5: hue angle of 286.76º 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 #B610E5 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 16 | 229 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.10 |
| HSL | 286.76º | 0.87% | 0.48% | - |
| HSV(B) | 286.76º | 0.93% | 0.9% | - |
| XYZ | 33.62 | 15.97 | 75.44 | - |
| YUV | 89.92 | 206.5 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 229 | 0.21 | 0.93 | 0 | 0.10 | 286.76 | 0.87 | 0.48 |
| Hex | B6 | 10 | E5 | 15 | 5D | 0 | A | 11F | 57 | 30 |
| Octal | 266 | 20 | 345 | 25 | 135 | 0 | 12 | 437 | 127 | 60 |
| Binary | 10110110 | 10000 | 11100101 | 10101 | 1011101 | 0 | 1010 | 100011111 | 1010111 | 110000 |
Color Harmonies of #B610E5
Complementary color
Monochromatic Colors of #B610E5
Black with #B610E5
Text Example
Text Example
White with #B610E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B610E5; }
p { color: rgb(182,16,229); }
H1.HeaderClassName
{
color: #B610E5;
}
.AnyTagClassName
{
color: #B610E5;
}
</style>
background-color css
<style>
a { background-color: #B610E5; }
a { background-color: rgb(182,16,229); }
div.DivClassName
{
background-color: #B610E5;
}
.BgClassName
{
background-color: #B610E5;
}
</style>
border-color css
<style>
span { border-color: #B610E5; }
span { border-color: rgb(182,16,229); }
td.TdClassName
{
border-color: #B610E5;
}
.TagClassName
{
border-color: #B610E5;
}
</style>