Shades of Electric Purple #B619EC
Tints of Electric Purple #B619EC
RGB
CMYK
RGB Variations
Color information
#B619EC (or 0xB619EC) is known color: Electric Purple. HEX triplet: B6, 19 and EC. RGB value is (182,25,236). Sum of RGB (Red+Green+Blue) = 182+25+236=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #B619EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B619EC is #49E613. Grayscale: #5F5F5F. Windows color (decimal): -4843028 or 15473078. OLE color: 15473078.
HSL color Cylindrical-coordinate representation of color #B619EC: hue angle of 284.64º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B619EC is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 25 | 236 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.07 |
| HSL | 284.64º | 0.85% | 0.51% | - |
| HSV(B) | 284.64º | 0.89% | 0.93% | - |
| XYZ | 34.78 | 16.7 | 80.75 | - |
| YUV | 96 | 207.01 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 236 | 0.23 | 0.89 | 0 | 0.07 | 284.64 | 0.85 | 0.51 |
| Hex | B6 | 19 | EC | 17 | 59 | 0 | 7 | 11D | 55 | 33 |
| Octal | 266 | 31 | 354 | 27 | 131 | 0 | 7 | 435 | 125 | 63 |
| Binary | 10110110 | 11001 | 11101100 | 10111 | 1011001 | 0 | 111 | 100011101 | 1010101 | 110011 |
Color Harmonies of #B619EC
Complementary color
Monochromatic Colors of #B619EC
Black with #B619EC
Text Example
Text Example
White with #B619EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619EC; }
p { color: rgb(182,25,236); }
H1.HeaderClassName
{
color: #B619EC;
}
.AnyTagClassName
{
color: #B619EC;
}
</style>
background-color css
<style>
a { background-color: #B619EC; }
a { background-color: rgb(182,25,236); }
div.DivClassName
{
background-color: #B619EC;
}
.BgClassName
{
background-color: #B619EC;
}
</style>
border-color css
<style>
span { border-color: #B619EC; }
span { border-color: rgb(182,25,236); }
td.TdClassName
{
border-color: #B619EC;
}
.TagClassName
{
border-color: #B619EC;
}
</style>