Shades of Electric Purple #B614EA
Tints of Electric Purple #B614EA
RGB
CMYK
RGB Variations
Color information
#B614EA (or 0xB614EA) is known color: Electric Purple. HEX triplet: B6, 14 and EA. RGB value is (182,20,234). Sum of RGB (Red+Green+Blue) = 182+20+234=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #B614EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B614EA is #49EB15. Grayscale: #5C5C5C. Windows color (decimal): -4844310 or 15340726. OLE color: 15340726.
HSL color Cylindrical-coordinate representation of color #B614EA: hue angle of 285.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B614EA is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 20 | 234 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.08 |
| HSL | 285.42º | 0.84% | 0.5% | - |
| HSV(B) | 285.42º | 0.91% | 0.92% | - |
| XYZ | 34.39 | 16.39 | 79.19 | - |
| YUV | 92.83 | 207.67 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 234 | 0.22 | 0.91 | 0 | 0.08 | 285.42 | 0.84 | 0.5 |
| Hex | B6 | 14 | EA | 16 | 5B | 0 | 8 | 11D | 54 | 32 |
| Octal | 266 | 24 | 352 | 26 | 133 | 0 | 10 | 435 | 124 | 62 |
| Binary | 10110110 | 10100 | 11101010 | 10110 | 1011011 | 0 | 1000 | 100011101 | 1010100 | 110010 |
Color Harmonies of #B614EA
Complementary color
Monochromatic Colors of #B614EA
Black with #B614EA
Text Example
Text Example
White with #B614EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B614EA; }
p { color: rgb(182,20,234); }
H1.HeaderClassName
{
color: #B614EA;
}
.AnyTagClassName
{
color: #B614EA;
}
</style>
background-color css
<style>
a { background-color: #B614EA; }
a { background-color: rgb(182,20,234); }
div.DivClassName
{
background-color: #B614EA;
}
.BgClassName
{
background-color: #B614EA;
}
</style>
border-color css
<style>
span { border-color: #B614EA; }
span { border-color: rgb(182,20,234); }
td.TdClassName
{
border-color: #B614EA;
}
.TagClassName
{
border-color: #B614EA;
}
</style>