Shades of Electric Purple #B917E6
Tints of Electric Purple #B917E6
RGB
CMYK
RGB Variations
Color information
#B917E6 (or 0xB917E6) is known color: Electric Purple. HEX triplet: B9, 17 and E6. RGB value is (185,23,230). Sum of RGB (Red+Green+Blue) = 185+23+230=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #B917E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917E6 is #46E819. Grayscale: #5E5E5E. Windows color (decimal): -4646938 or 15079353. OLE color: 15079353.
HSL color Cylindrical-coordinate representation of color #B917E6: hue angle of 286.96º 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 #B917E6 is Cyan = 0.20, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 23 | 230 | - |
| CMYK | 0.20 | 0.9 | 0 | 0.10 |
| HSL | 286.96º | 0.82% | 0.5% | - |
| HSV(B) | 286.96º | 0.9% | 0.9% | - |
| XYZ | 34.6 | 16.64 | 76.25 | - |
| YUV | 95.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 230 | 0.20 | 0.9 | 0 | 0.10 | 286.96 | 0.82 | 0.5 |
| Hex | B9 | 17 | E6 | 14 | 5A | 0 | A | 11F | 52 | 32 |
| Octal | 271 | 27 | 346 | 24 | 132 | 0 | 12 | 437 | 122 | 62 |
| Binary | 10111001 | 10111 | 11100110 | 10100 | 1011010 | 0 | 1010 | 100011111 | 1010010 | 110010 |
Color Harmonies of #B917E6
Complementary color
Monochromatic Colors of #B917E6
Black with #B917E6
Text Example
Text Example
White with #B917E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917E6; }
p { color: rgb(185,23,230); }
H1.HeaderClassName
{
color: #B917E6;
}
.AnyTagClassName
{
color: #B917E6;
}
</style>
background-color css
<style>
a { background-color: #B917E6; }
a { background-color: rgb(185,23,230); }
div.DivClassName
{
background-color: #B917E6;
}
.BgClassName
{
background-color: #B917E6;
}
</style>
border-color css
<style>
span { border-color: #B917E6; }
span { border-color: rgb(185,23,230); }
td.TdClassName
{
border-color: #B917E6;
}
.TagClassName
{
border-color: #B917E6;
}
</style>