Shades of Electric Purple #B20FE5
Tints of Electric Purple #B20FE5
RGB
CMYK
RGB Variations
Color information
#B20FE5 (or 0xB20FE5) is known color: Electric Purple. HEX triplet: B2, 0F and E5. RGB value is (178,15,229). Sum of RGB (Red+Green+Blue) = 178+15+229=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 229 (89.84% from 255 or 54.27% from 422); Max value from RGB is 229 - color contains mainly: blue. Hex color #B20FE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FE5 is #4DF01A. Grayscale: #575757. Windows color (decimal): -5107739 or 15011762. OLE color: 15011762.
HSL color Cylindrical-coordinate representation of color #B20FE5: hue angle of 285.7º degrees, saturation: 0.88, 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 #B20FE5 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 15 | 229 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.10 |
| HSL | 285.7º | 0.88% | 0.48% | - |
| HSV(B) | 285.7º | 0.93% | 0.9% | - |
| XYZ | 32.67 | 15.46 | 75.39 | - |
| YUV | 88.13 | 207.5 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 229 | 0.22 | 0.93 | 0 | 0.10 | 285.7 | 0.88 | 0.48 |
| Hex | B2 | F | E5 | 16 | 5D | 0 | A | 11E | 58 | 30 |
| Octal | 262 | 17 | 345 | 26 | 135 | 0 | 12 | 436 | 130 | 60 |
| Binary | 10110010 | 1111 | 11100101 | 10110 | 1011101 | 0 | 1010 | 100011110 | 1011000 | 110000 |
Color Harmonies of #B20FE5
Complementary color
Monochromatic Colors of #B20FE5
Black with #B20FE5
Text Example
Text Example
White with #B20FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FE5; }
p { color: rgb(178,15,229); }
H1.HeaderClassName
{
color: #B20FE5;
}
.AnyTagClassName
{
color: #B20FE5;
}
</style>
background-color css
<style>
a { background-color: #B20FE5; }
a { background-color: rgb(178,15,229); }
div.DivClassName
{
background-color: #B20FE5;
}
.BgClassName
{
background-color: #B20FE5;
}
</style>
border-color css
<style>
span { border-color: #B20FE5; }
span { border-color: rgb(178,15,229); }
td.TdClassName
{
border-color: #B20FE5;
}
.TagClassName
{
border-color: #B20FE5;
}
</style>