Shades of Electric Purple #B719EE
Tints of Electric Purple #B719EE
RGB
CMYK
RGB Variations
Color information
#B719EE (or 0xB719EE) is known color: Electric Purple. HEX triplet: B7, 19 and EE. RGB value is (183,25,238). Sum of RGB (Red+Green+Blue) = 183+25+238=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #B719EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B719EE is #48E611. Grayscale: #5F5F5F. Windows color (decimal): -4777490 or 15604151. OLE color: 15604151.
HSL color Cylindrical-coordinate representation of color #B719EE: hue angle of 284.51º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B719EE is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 25 | 238 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.07 |
| HSL | 284.51º | 0.86% | 0.52% | - |
| HSV(B) | 284.51º | 0.89% | 0.93% | - |
| XYZ | 35.31 | 16.94 | 82.3 | - |
| YUV | 96.52 | 207.85 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 238 | 0.23 | 0.89 | 0 | 0.07 | 284.51 | 0.86 | 0.52 |
| Hex | B7 | 19 | EE | 17 | 59 | 0 | 7 | 11D | 56 | 34 |
| Octal | 267 | 31 | 356 | 27 | 131 | 0 | 7 | 435 | 126 | 64 |
| Binary | 10110111 | 11001 | 11101110 | 10111 | 1011001 | 0 | 111 | 100011101 | 1010110 | 110100 |
Color Harmonies of #B719EE
Complementary color
Monochromatic Colors of #B719EE
Black with #B719EE
Text Example
Text Example
White with #B719EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719EE; }
p { color: rgb(183,25,238); }
H1.HeaderClassName
{
color: #B719EE;
}
.AnyTagClassName
{
color: #B719EE;
}
</style>
background-color css
<style>
a { background-color: #B719EE; }
a { background-color: rgb(183,25,238); }
div.DivClassName
{
background-color: #B719EE;
}
.BgClassName
{
background-color: #B719EE;
}
</style>
border-color css
<style>
span { border-color: #B719EE; }
span { border-color: rgb(183,25,238); }
td.TdClassName
{
border-color: #B719EE;
}
.TagClassName
{
border-color: #B719EE;
}
</style>