Shades of Electric Purple #B014E6
Tints of Electric Purple #B014E6
RGB
CMYK
RGB Variations
Color information
#B014E6 (or 0xB014E6) is known color: Electric Purple. HEX triplet: B0, 14 and E6. RGB value is (176,20,230). Sum of RGB (Red+Green+Blue) = 176+20+230=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #B014E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B014E6 is #4FEB19. Grayscale: #595959. Windows color (decimal): -5237530 or 15078576. OLE color: 15078576.
HSL color Cylindrical-coordinate representation of color #B014E6: hue angle of 284.57º 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 #B014E6 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 20 | 230 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.10 |
| HSL | 284.57º | 0.84% | 0.49% | - |
| HSV(B) | 284.57º | 0.91% | 0.9% | - |
| XYZ | 32.44 | 15.44 | 76.13 | - |
| YUV | 90.58 | 206.68 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 230 | 0.23 | 0.91 | 0 | 0.10 | 284.57 | 0.84 | 0.49 |
| Hex | B0 | 14 | E6 | 17 | 5B | 0 | A | 11D | 54 | 31 |
| Octal | 260 | 24 | 346 | 27 | 133 | 0 | 12 | 435 | 124 | 61 |
| Binary | 10110000 | 10100 | 11100110 | 10111 | 1011011 | 0 | 1010 | 100011101 | 1010100 | 110001 |
Color Harmonies of #B014E6
Complementary color
Monochromatic Colors of #B014E6
Black with #B014E6
Text Example
Text Example
White with #B014E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014E6; }
p { color: rgb(176,20,230); }
H1.HeaderClassName
{
color: #B014E6;
}
.AnyTagClassName
{
color: #B014E6;
}
</style>
background-color css
<style>
a { background-color: #B014E6; }
a { background-color: rgb(176,20,230); }
div.DivClassName
{
background-color: #B014E6;
}
.BgClassName
{
background-color: #B014E6;
}
</style>
border-color css
<style>
span { border-color: #B014E6; }
span { border-color: rgb(176,20,230); }
td.TdClassName
{
border-color: #B014E6;
}
.TagClassName
{
border-color: #B014E6;
}
</style>