Shades of Electric Purple #B717E9
Tints of Electric Purple #B717E9
RGB
CMYK
RGB Variations
Color information
#B717E9 (or 0xB717E9) is known color: Electric Purple. HEX triplet: B7, 17 and E9. RGB value is (183,23,233). Sum of RGB (Red+Green+Blue) = 183+23+233=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #B717E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B717E9 is #48E816. Grayscale: #5E5E5E. Windows color (decimal): -4778007 or 15275959. OLE color: 15275959.
HSL color Cylindrical-coordinate representation of color #B717E9: hue angle of 285.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B717E9 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 23 | 233 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.09 |
| HSL | 285.71º | 0.83% | 0.5% | - |
| HSV(B) | 285.71º | 0.9% | 0.91% | - |
| XYZ | 34.54 | 16.56 | 78.47 | - |
| YUV | 94.78 | 206.01 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 233 | 0.21 | 0.90 | 0 | 0.09 | 285.71 | 0.83 | 0.5 |
| Hex | B7 | 17 | E9 | 15 | 5A | 0 | 9 | 11E | 53 | 32 |
| Octal | 267 | 27 | 351 | 25 | 132 | 0 | 11 | 436 | 123 | 62 |
| Binary | 10110111 | 10111 | 11101001 | 10101 | 1011010 | 0 | 1001 | 100011110 | 1010011 | 110010 |
Color Harmonies of #B717E9
Complementary color
Monochromatic Colors of #B717E9
Black with #B717E9
Text Example
Text Example
White with #B717E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717E9; }
p { color: rgb(183,23,233); }
H1.HeaderClassName
{
color: #B717E9;
}
.AnyTagClassName
{
color: #B717E9;
}
</style>
background-color css
<style>
a { background-color: #B717E9; }
a { background-color: rgb(183,23,233); }
div.DivClassName
{
background-color: #B717E9;
}
.BgClassName
{
background-color: #B717E9;
}
</style>
border-color css
<style>
span { border-color: #B717E9; }
span { border-color: rgb(183,23,233); }
td.TdClassName
{
border-color: #B717E9;
}
.TagClassName
{
border-color: #B717E9;
}
</style>