Shades of Electric Purple #B717EE
Tints of Electric Purple #B717EE
RGB
CMYK
RGB Variations
Color information
#B717EE (or 0xB717EE) is known color: Electric Purple. HEX triplet: B7, 17 and EE. RGB value is (183,23,238). Sum of RGB (Red+Green+Blue) = 183+23+238=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #B717EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B717EE is #48E811. Grayscale: #5E5E5E. Windows color (decimal): -4778002 or 15603639. OLE color: 15603639.
HSL color Cylindrical-coordinate representation of color #B717EE: hue angle of 284.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B717EE is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 23 | 238 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.07 |
| HSL | 284.65º | 0.86% | 0.51% | - |
| HSV(B) | 284.65º | 0.9% | 0.93% | - |
| XYZ | 35.27 | 16.85 | 82.28 | - |
| YUV | 95.35 | 208.51 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 238 | 0.23 | 0.90 | 0 | 0.07 | 284.65 | 0.86 | 0.51 |
| Hex | B7 | 17 | EE | 17 | 5A | 0 | 7 | 11D | 56 | 33 |
| Octal | 267 | 27 | 356 | 27 | 132 | 0 | 7 | 435 | 126 | 63 |
| Binary | 10110111 | 10111 | 11101110 | 10111 | 1011010 | 0 | 111 | 100011101 | 1010110 | 110011 |
Color Harmonies of #B717EE
Complementary color
Monochromatic Colors of #B717EE
Black with #B717EE
Text Example
Text Example
White with #B717EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717EE; }
p { color: rgb(183,23,238); }
H1.HeaderClassName
{
color: #B717EE;
}
.AnyTagClassName
{
color: #B717EE;
}
</style>
background-color css
<style>
a { background-color: #B717EE; }
a { background-color: rgb(183,23,238); }
div.DivClassName
{
background-color: #B717EE;
}
.BgClassName
{
background-color: #B717EE;
}
</style>
border-color css
<style>
span { border-color: #B717EE; }
span { border-color: rgb(183,23,238); }
td.TdClassName
{
border-color: #B717EE;
}
.TagClassName
{
border-color: #B717EE;
}
</style>