Shades of Electric Purple #B717EA
Tints of Electric Purple #B717EA
RGB
CMYK
RGB Variations
Color information
#B717EA (or 0xB717EA) is known color: Electric Purple. HEX triplet: B7, 17 and EA. RGB value is (183,23,234). Sum of RGB (Red+Green+Blue) = 183+23+234=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #B717EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B717EA is #48E815. Grayscale: #5E5E5E. Windows color (decimal): -4778006 or 15341495. OLE color: 15341495.
HSL color Cylindrical-coordinate representation of color #B717EA: hue angle of 285.5º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B717EA is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 23 | 234 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.08 |
| HSL | 285.5º | 0.83% | 0.5% | - |
| HSV(B) | 285.5º | 0.9% | 0.92% | - |
| XYZ | 34.69 | 16.62 | 79.22 | - |
| YUV | 94.89 | 206.51 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 234 | 0.22 | 0.90 | 0 | 0.08 | 285.5 | 0.83 | 0.5 |
| Hex | B7 | 17 | EA | 16 | 5A | 0 | 8 | 11D | 53 | 32 |
| Octal | 267 | 27 | 352 | 26 | 132 | 0 | 10 | 435 | 123 | 62 |
| Binary | 10110111 | 10111 | 11101010 | 10110 | 1011010 | 0 | 1000 | 100011101 | 1010011 | 110010 |
Color Harmonies of #B717EA
Complementary color
Monochromatic Colors of #B717EA
Black with #B717EA
Text Example
Text Example
White with #B717EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717EA; }
p { color: rgb(183,23,234); }
H1.HeaderClassName
{
color: #B717EA;
}
.AnyTagClassName
{
color: #B717EA;
}
</style>
background-color css
<style>
a { background-color: #B717EA; }
a { background-color: rgb(183,23,234); }
div.DivClassName
{
background-color: #B717EA;
}
.BgClassName
{
background-color: #B717EA;
}
</style>
border-color css
<style>
span { border-color: #B717EA; }
span { border-color: rgb(183,23,234); }
td.TdClassName
{
border-color: #B717EA;
}
.TagClassName
{
border-color: #B717EA;
}
</style>