Shades of Electric Purple #B917E5
Tints of Electric Purple #B917E5
RGB
CMYK
RGB Variations
Color information
#B917E5 (or 0xB917E5) is known color: Electric Purple. HEX triplet: B9, 17 and E5. RGB value is (185,23,229). Sum of RGB (Red+Green+Blue) = 185+23+229=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #B917E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917E5 is #46E81A. Grayscale: #5E5E5E. Windows color (decimal): -4646939 or 15013817. OLE color: 15013817.
HSL color Cylindrical-coordinate representation of color #B917E5: hue angle of 287.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B917E5 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 23 | 229 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.10 |
| HSL | 287.18º | 0.82% | 0.49% | - |
| HSV(B) | 287.18º | 0.9% | 0.9% | - |
| XYZ | 34.46 | 16.58 | 75.51 | - |
| YUV | 94.92 | 203.67 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 229 | 0.19 | 0.90 | 0 | 0.10 | 287.18 | 0.82 | 0.49 |
| Hex | B9 | 17 | E5 | 13 | 5A | 0 | A | 11F | 52 | 31 |
| Octal | 271 | 27 | 345 | 23 | 132 | 0 | 12 | 437 | 122 | 61 |
| Binary | 10111001 | 10111 | 11100101 | 10011 | 1011010 | 0 | 1010 | 100011111 | 1010010 | 110001 |
Color Harmonies of #B917E5
Complementary color
Monochromatic Colors of #B917E5
Black with #B917E5
Text Example
Text Example
White with #B917E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917E5; }
p { color: rgb(185,23,229); }
H1.HeaderClassName
{
color: #B917E5;
}
.AnyTagClassName
{
color: #B917E5;
}
</style>
background-color css
<style>
a { background-color: #B917E5; }
a { background-color: rgb(185,23,229); }
div.DivClassName
{
background-color: #B917E5;
}
.BgClassName
{
background-color: #B917E5;
}
</style>
border-color css
<style>
span { border-color: #B917E5; }
span { border-color: rgb(185,23,229); }
td.TdClassName
{
border-color: #B917E5;
}
.TagClassName
{
border-color: #B917E5;
}
</style>