Shades of Electric Purple #B717E6
Tints of Electric Purple #B717E6
RGB
CMYK
RGB Variations
Color information
#B717E6 (or 0xB717E6) is known color: Electric Purple. HEX triplet: B7, 17 and E6. RGB value is (183,23,230). Sum of RGB (Red+Green+Blue) = 183+23+230=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #B717E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B717E6 is #48E819. Grayscale: #5D5D5D. Windows color (decimal): -4778010 or 15079351. OLE color: 15079351.
HSL color Cylindrical-coordinate representation of color #B717E6: hue angle of 286.38º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B717E6 is Cyan = 0.20, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 23 | 230 | - |
| CMYK | 0.20 | 0.9 | 0 | 0.10 |
| HSL | 286.38º | 0.82% | 0.5% | - |
| HSV(B) | 286.38º | 0.9% | 0.9% | - |
| XYZ | 34.12 | 16.39 | 76.23 | - |
| YUV | 94.44 | 204.51 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 230 | 0.20 | 0.9 | 0 | 0.10 | 286.38 | 0.82 | 0.5 |
| Hex | B7 | 17 | E6 | 14 | 5A | 0 | A | 11E | 52 | 32 |
| Octal | 267 | 27 | 346 | 24 | 132 | 0 | 12 | 436 | 122 | 62 |
| Binary | 10110111 | 10111 | 11100110 | 10100 | 1011010 | 0 | 1010 | 100011110 | 1010010 | 110010 |
Color Harmonies of #B717E6
Complementary color
Monochromatic Colors of #B717E6
Black with #B717E6
Text Example
Text Example
White with #B717E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717E6; }
p { color: rgb(183,23,230); }
H1.HeaderClassName
{
color: #B717E6;
}
.AnyTagClassName
{
color: #B717E6;
}
</style>
background-color css
<style>
a { background-color: #B717E6; }
a { background-color: rgb(183,23,230); }
div.DivClassName
{
background-color: #B717E6;
}
.BgClassName
{
background-color: #B717E6;
}
</style>
border-color css
<style>
span { border-color: #B717E6; }
span { border-color: rgb(183,23,230); }
td.TdClassName
{
border-color: #B717E6;
}
.TagClassName
{
border-color: #B717E6;
}
</style>