Shades of Electric Purple #B417E7
Tints of Electric Purple #B417E7
RGB
CMYK
RGB Variations
Color information
#B417E7 (or 0xB417E7) is known color: Electric Purple. HEX triplet: B4, 17 and E7. RGB value is (180,23,231). Sum of RGB (Red+Green+Blue) = 180+23+231=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #B417E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B417E7 is #4BE818. Grayscale: #5C5C5C. Windows color (decimal): -4974617 or 15144884. OLE color: 15144884.
HSL color Cylindrical-coordinate representation of color #B417E7: hue angle of 285.29º degrees, saturation: 0.82, 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 #B417E7 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 23 | 231 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.09 |
| HSL | 285.29º | 0.82% | 0.5% | - |
| HSV(B) | 285.29º | 0.9% | 0.91% | - |
| XYZ | 33.55 | 16.09 | 76.94 | - |
| YUV | 93.66 | 205.51 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 231 | 0.22 | 0.90 | 0 | 0.09 | 285.29 | 0.82 | 0.5 |
| Hex | B4 | 17 | E7 | 16 | 5A | 0 | 9 | 11D | 52 | 32 |
| Octal | 264 | 27 | 347 | 26 | 132 | 0 | 11 | 435 | 122 | 62 |
| Binary | 10110100 | 10111 | 11100111 | 10110 | 1011010 | 0 | 1001 | 100011101 | 1010010 | 110010 |
Color Harmonies of #B417E7
Complementary color
Monochromatic Colors of #B417E7
Black with #B417E7
Text Example
Text Example
White with #B417E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417E7; }
p { color: rgb(180,23,231); }
H1.HeaderClassName
{
color: #B417E7;
}
.AnyTagClassName
{
color: #B417E7;
}
</style>
background-color css
<style>
a { background-color: #B417E7; }
a { background-color: rgb(180,23,231); }
div.DivClassName
{
background-color: #B417E7;
}
.BgClassName
{
background-color: #B417E7;
}
</style>
border-color css
<style>
span { border-color: #B417E7; }
span { border-color: rgb(180,23,231); }
td.TdClassName
{
border-color: #B417E7;
}
.TagClassName
{
border-color: #B417E7;
}
</style>