Shades of Electric Purple #B619E5
Tints of Electric Purple #B619E5
RGB
CMYK
RGB Variations
Color information
#B619E5 (or 0xB619E5) is known color: Electric Purple. HEX triplet: B6, 19 and E5. RGB value is (182,25,229). Sum of RGB (Red+Green+Blue) = 182+25+229=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #B619E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619E5 is #49E61A. Grayscale: #5E5E5E. Windows color (decimal): -4843035 or 15014326. OLE color: 15014326.
HSL color Cylindrical-coordinate representation of color #B619E5: hue angle of 286.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B619E5 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 25 | 229 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.10 |
| HSL | 286.18º | 0.8% | 0.5% | - |
| HSV(B) | 286.18º | 0.89% | 0.9% | - |
| XYZ | 33.78 | 16.3 | 75.49 | - |
| YUV | 95.2 | 203.51 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 229 | 0.21 | 0.89 | 0 | 0.10 | 286.18 | 0.8 | 0.5 |
| Hex | B6 | 19 | E5 | 15 | 59 | 0 | A | 11E | 50 | 32 |
| Octal | 266 | 31 | 345 | 25 | 131 | 0 | 12 | 436 | 120 | 62 |
| Binary | 10110110 | 11001 | 11100101 | 10101 | 1011001 | 0 | 1010 | 100011110 | 1010000 | 110010 |
Color Harmonies of #B619E5
Complementary color
Monochromatic Colors of #B619E5
Black with #B619E5
Text Example
Text Example
White with #B619E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619E5; }
p { color: rgb(182,25,229); }
H1.HeaderClassName
{
color: #B619E5;
}
.AnyTagClassName
{
color: #B619E5;
}
</style>
background-color css
<style>
a { background-color: #B619E5; }
a { background-color: rgb(182,25,229); }
div.DivClassName
{
background-color: #B619E5;
}
.BgClassName
{
background-color: #B619E5;
}
</style>
border-color css
<style>
span { border-color: #B619E5; }
span { border-color: rgb(182,25,229); }
td.TdClassName
{
border-color: #B619E5;
}
.TagClassName
{
border-color: #B619E5;
}
</style>