Shades of Electric Purple #B917E4
Tints of Electric Purple #B917E4
RGB
CMYK
RGB Variations
Color information
#B917E4 (or 0xB917E4) is known color: Electric Purple. HEX triplet: B9, 17 and E4. RGB value is (185,23,228). Sum of RGB (Red+Green+Blue) = 185+23+228=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #B917E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917E4 is #46E81B. Grayscale: #5E5E5E. Windows color (decimal): -4646940 or 14948281. OLE color: 14948281.
HSL color Cylindrical-coordinate representation of color #B917E4: hue angle of 287.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B917E4 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 23 | 228 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.11 |
| HSL | 287.41º | 0.82% | 0.49% | - |
| HSV(B) | 287.41º | 0.9% | 0.89% | - |
| XYZ | 34.32 | 16.53 | 74.78 | - |
| YUV | 94.81 | 203.17 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 228 | 0.19 | 0.90 | 0 | 0.11 | 287.41 | 0.82 | 0.49 |
| Hex | B9 | 17 | E4 | 13 | 5A | 0 | B | 11F | 52 | 31 |
| Octal | 271 | 27 | 344 | 23 | 132 | 0 | 13 | 437 | 122 | 61 |
| Binary | 10111001 | 10111 | 11100100 | 10011 | 1011010 | 0 | 1011 | 100011111 | 1010010 | 110001 |
Color Harmonies of #B917E4
Complementary color
Monochromatic Colors of #B917E4
Black with #B917E4
Text Example
Text Example
White with #B917E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917E4; }
p { color: rgb(185,23,228); }
H1.HeaderClassName
{
color: #B917E4;
}
.AnyTagClassName
{
color: #B917E4;
}
</style>
background-color css
<style>
a { background-color: #B917E4; }
a { background-color: rgb(185,23,228); }
div.DivClassName
{
background-color: #B917E4;
}
.BgClassName
{
background-color: #B917E4;
}
</style>
border-color css
<style>
span { border-color: #B917E4; }
span { border-color: rgb(185,23,228); }
td.TdClassName
{
border-color: #B917E4;
}
.TagClassName
{
border-color: #B917E4;
}
</style>