Shades of Electric Purple #B917ED
Tints of Electric Purple #B917ED
RGB
CMYK
RGB Variations
Color information
#B917ED (or 0xB917ED) is known color: Electric Purple. HEX triplet: B9, 17 and ED. RGB value is (185,23,237). Sum of RGB (Red+Green+Blue) = 185+23+237=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #B917ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917ED is #46E812. Grayscale: #5F5F5F. Windows color (decimal): -4646931 or 15538105. OLE color: 15538105.
HSL color Cylindrical-coordinate representation of color #B917ED: hue angle of 285.42º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B917ED is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 23 | 237 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.07 |
| HSL | 285.42º | 0.86% | 0.51% | - |
| HSV(B) | 285.42º | 0.9% | 0.93% | - |
| XYZ | 35.6 | 17.04 | 81.53 | - |
| YUV | 95.83 | 207.67 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 237 | 0.22 | 0.90 | 0 | 0.07 | 285.42 | 0.86 | 0.51 |
| Hex | B9 | 17 | ED | 16 | 5A | 0 | 7 | 11D | 56 | 33 |
| Octal | 271 | 27 | 355 | 26 | 132 | 0 | 7 | 435 | 126 | 63 |
| Binary | 10111001 | 10111 | 11101101 | 10110 | 1011010 | 0 | 111 | 100011101 | 1010110 | 110011 |
Color Harmonies of #B917ED
Complementary color
Monochromatic Colors of #B917ED
Black with #B917ED
Text Example
Text Example
White with #B917ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917ED; }
p { color: rgb(185,23,237); }
H1.HeaderClassName
{
color: #B917ED;
}
.AnyTagClassName
{
color: #B917ED;
}
</style>
background-color css
<style>
a { background-color: #B917ED; }
a { background-color: rgb(185,23,237); }
div.DivClassName
{
background-color: #B917ED;
}
.BgClassName
{
background-color: #B917ED;
}
</style>
border-color css
<style>
span { border-color: #B917ED; }
span { border-color: rgb(185,23,237); }
td.TdClassName
{
border-color: #B917ED;
}
.TagClassName
{
border-color: #B917ED;
}
</style>