Shades of Electric Purple #B619E4
Tints of Electric Purple #B619E4
RGB
CMYK
RGB Variations
Color information
#B619E4 (or 0xB619E4) is known color: Electric Purple. HEX triplet: B6, 19 and E4. RGB value is (182,25,228). Sum of RGB (Red+Green+Blue) = 182+25+228=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #B619E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619E4 is #49E61B. Grayscale: #5E5E5E. Windows color (decimal): -4843036 or 14948790. OLE color: 14948790.
HSL color Cylindrical-coordinate representation of color #B619E4: hue angle of 286.4º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B619E4 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 25 | 228 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.11 |
| HSL | 286.4º | 0.8% | 0.5% | - |
| HSV(B) | 286.4º | 0.89% | 0.89% | - |
| XYZ | 33.64 | 16.24 | 74.76 | - |
| YUV | 95.09 | 203.01 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 228 | 0.20 | 0.89 | 0 | 0.11 | 286.4 | 0.8 | 0.5 |
| Hex | B6 | 19 | E4 | 14 | 59 | 0 | B | 11E | 50 | 32 |
| Octal | 266 | 31 | 344 | 24 | 131 | 0 | 13 | 436 | 120 | 62 |
| Binary | 10110110 | 11001 | 11100100 | 10100 | 1011001 | 0 | 1011 | 100011110 | 1010000 | 110010 |
Color Harmonies of #B619E4
Complementary color
Monochromatic Colors of #B619E4
Black with #B619E4
Text Example
Text Example
White with #B619E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619E4; }
p { color: rgb(182,25,228); }
H1.HeaderClassName
{
color: #B619E4;
}
.AnyTagClassName
{
color: #B619E4;
}
</style>
background-color css
<style>
a { background-color: #B619E4; }
a { background-color: rgb(182,25,228); }
div.DivClassName
{
background-color: #B619E4;
}
.BgClassName
{
background-color: #B619E4;
}
</style>
border-color css
<style>
span { border-color: #B619E4; }
span { border-color: rgb(182,25,228); }
td.TdClassName
{
border-color: #B619E4;
}
.TagClassName
{
border-color: #B619E4;
}
</style>