Shades of Electric Purple #B717EB
Tints of Electric Purple #B717EB
RGB
CMYK
RGB Variations
Color information
#B717EB (or 0xB717EB) is known color: Electric Purple. HEX triplet: B7, 17 and EB. RGB value is (183,23,235). Sum of RGB (Red+Green+Blue) = 183+23+235=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #B717EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B717EB is #48E814. Grayscale: #5E5E5E. Windows color (decimal): -4778005 or 15407031. OLE color: 15407031.
HSL color Cylindrical-coordinate representation of color #B717EB: hue angle of 285.28º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B717EB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 23 | 235 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.08 |
| HSL | 285.28º | 0.84% | 0.51% | - |
| HSV(B) | 285.28º | 0.9% | 0.92% | - |
| XYZ | 34.83 | 16.68 | 79.98 | - |
| YUV | 95.01 | 207.01 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 235 | 0.22 | 0.90 | 0 | 0.08 | 285.28 | 0.84 | 0.51 |
| Hex | B7 | 17 | EB | 16 | 5A | 0 | 8 | 11D | 54 | 33 |
| Octal | 267 | 27 | 353 | 26 | 132 | 0 | 10 | 435 | 124 | 63 |
| Binary | 10110111 | 10111 | 11101011 | 10110 | 1011010 | 0 | 1000 | 100011101 | 1010100 | 110011 |
Color Harmonies of #B717EB
Complementary color
Monochromatic Colors of #B717EB
Black with #B717EB
Text Example
Text Example
White with #B717EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717EB; }
p { color: rgb(183,23,235); }
H1.HeaderClassName
{
color: #B717EB;
}
.AnyTagClassName
{
color: #B717EB;
}
</style>
background-color css
<style>
a { background-color: #B717EB; }
a { background-color: rgb(183,23,235); }
div.DivClassName
{
background-color: #B717EB;
}
.BgClassName
{
background-color: #B717EB;
}
</style>
border-color css
<style>
span { border-color: #B717EB; }
span { border-color: rgb(183,23,235); }
td.TdClassName
{
border-color: #B717EB;
}
.TagClassName
{
border-color: #B717EB;
}
</style>