Shades of Electric Purple #B210E5
Tints of Electric Purple #B210E5
RGB
CMYK
RGB Variations
Color information
#B210E5 (or 0xB210E5) is known color: Electric Purple. HEX triplet: B2, 10 and E5. RGB value is (178,16,229). Sum of RGB (Red+Green+Blue) = 178+16+229=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #B210E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B210E5 is #4DEF1A. Grayscale: #585858. Windows color (decimal): -5107483 or 15012018. OLE color: 15012018.
HSL color Cylindrical-coordinate representation of color #B210E5: hue angle of 285.63º 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 #B210E5 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 16 | 229 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.10 |
| HSL | 285.63º | 0.87% | 0.48% | - |
| HSV(B) | 285.63º | 0.93% | 0.9% | - |
| XYZ | 32.69 | 15.49 | 75.4 | - |
| YUV | 88.72 | 207.17 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 229 | 0.22 | 0.93 | 0 | 0.10 | 285.63 | 0.87 | 0.48 |
| Hex | B2 | 10 | E5 | 16 | 5D | 0 | A | 11E | 57 | 30 |
| Octal | 262 | 20 | 345 | 26 | 135 | 0 | 12 | 436 | 127 | 60 |
| Binary | 10110010 | 10000 | 11100101 | 10110 | 1011101 | 0 | 1010 | 100011110 | 1010111 | 110000 |
Color Harmonies of #B210E5
Complementary color
Monochromatic Colors of #B210E5
Black with #B210E5
Text Example
Text Example
White with #B210E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B210E5; }
p { color: rgb(178,16,229); }
H1.HeaderClassName
{
color: #B210E5;
}
.AnyTagClassName
{
color: #B210E5;
}
</style>
background-color css
<style>
a { background-color: #B210E5; }
a { background-color: rgb(178,16,229); }
div.DivClassName
{
background-color: #B210E5;
}
.BgClassName
{
background-color: #B210E5;
}
</style>
border-color css
<style>
span { border-color: #B210E5; }
span { border-color: rgb(178,16,229); }
td.TdClassName
{
border-color: #B210E5;
}
.TagClassName
{
border-color: #B210E5;
}
</style>