Shades of Electric Purple #B014E5
Tints of Electric Purple #B014E5
RGB
CMYK
RGB Variations
Color information
#B014E5 (or 0xB014E5) is known color: Electric Purple. HEX triplet: B0, 14 and E5. RGB value is (176,20,229). Sum of RGB (Red+Green+Blue) = 176+20+229=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #B014E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014E5 is #4FEB1A. Grayscale: #595959. Windows color (decimal): -5237531 or 15013040. OLE color: 15013040.
HSL color Cylindrical-coordinate representation of color #B014E5: hue angle of 284.78º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B014E5 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 20 | 229 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.10 |
| HSL | 284.78º | 0.84% | 0.49% | - |
| HSV(B) | 284.78º | 0.91% | 0.9% | - |
| XYZ | 32.3 | 15.39 | 75.4 | - |
| YUV | 90.47 | 206.18 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 229 | 0.23 | 0.91 | 0 | 0.10 | 284.78 | 0.84 | 0.49 |
| Hex | B0 | 14 | E5 | 17 | 5B | 0 | A | 11D | 54 | 31 |
| Octal | 260 | 24 | 345 | 27 | 133 | 0 | 12 | 435 | 124 | 61 |
| Binary | 10110000 | 10100 | 11100101 | 10111 | 1011011 | 0 | 1010 | 100011101 | 1010100 | 110001 |
Color Harmonies of #B014E5
Complementary color
Monochromatic Colors of #B014E5
Black with #B014E5
Text Example
Text Example
White with #B014E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014E5; }
p { color: rgb(176,20,229); }
H1.HeaderClassName
{
color: #B014E5;
}
.AnyTagClassName
{
color: #B014E5;
}
</style>
background-color css
<style>
a { background-color: #B014E5; }
a { background-color: rgb(176,20,229); }
div.DivClassName
{
background-color: #B014E5;
}
.BgClassName
{
background-color: #B014E5;
}
</style>
border-color css
<style>
span { border-color: #B014E5; }
span { border-color: rgb(176,20,229); }
td.TdClassName
{
border-color: #B014E5;
}
.TagClassName
{
border-color: #B014E5;
}
</style>