Shades of Electric Purple #B614EF
Tints of Electric Purple #B614EF
RGB
CMYK
RGB Variations
Color information
#B614EF (or 0xB614EF) is known color: Electric Purple. HEX triplet: B6, 14 and EF. RGB value is (182,20,239). Sum of RGB (Red+Green+Blue) = 182+20+239=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #B614EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B614EF is #49EB10. Grayscale: #5C5C5C. Windows color (decimal): -4844305 or 15668406. OLE color: 15668406.
HSL color Cylindrical-coordinate representation of color #B614EF: hue angle of 284.38º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B614EF is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 20 | 239 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.06 |
| HSL | 284.38º | 0.87% | 0.51% | - |
| HSV(B) | 284.38º | 0.92% | 0.94% | - |
| XYZ | 35.12 | 16.68 | 83.03 | - |
| YUV | 93.4 | 210.17 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 239 | 0.24 | 0.92 | 0 | 0.06 | 284.38 | 0.87 | 0.51 |
| Hex | B6 | 14 | EF | 18 | 5C | 0 | 6 | 11C | 57 | 33 |
| Octal | 266 | 24 | 357 | 30 | 134 | 0 | 6 | 434 | 127 | 63 |
| Binary | 10110110 | 10100 | 11101111 | 11000 | 1011100 | 0 | 110 | 100011100 | 1010111 | 110011 |
Color Harmonies of #B614EF
Complementary color
Monochromatic Colors of #B614EF
Black with #B614EF
Text Example
Text Example
White with #B614EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B614EF; }
p { color: rgb(182,20,239); }
H1.HeaderClassName
{
color: #B614EF;
}
.AnyTagClassName
{
color: #B614EF;
}
</style>
background-color css
<style>
a { background-color: #B614EF; }
a { background-color: rgb(182,20,239); }
div.DivClassName
{
background-color: #B614EF;
}
.BgClassName
{
background-color: #B614EF;
}
</style>
border-color css
<style>
span { border-color: #B614EF; }
span { border-color: rgb(182,20,239); }
td.TdClassName
{
border-color: #B614EF;
}
.TagClassName
{
border-color: #B614EF;
}
</style>