Shades of Electric Purple #B913EF
Tints of Electric Purple #B913EF
RGB
CMYK
RGB Variations
Color information
#B913EF (or 0xB913EF) is known color: Electric Purple. HEX triplet: B9, 13 and EF. RGB value is (185,19,239). Sum of RGB (Red+Green+Blue) = 185+19+239=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #B913EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B913EF is #46EC10. Grayscale: #5D5D5D. Windows color (decimal): -4647953 or 15668153. OLE color: 15668153.
HSL color Cylindrical-coordinate representation of color #B913EF: hue angle of 285.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B913EF is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 19 | 239 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.06 |
| HSL | 285.27º | 0.87% | 0.51% | - |
| HSV(B) | 285.27º | 0.92% | 0.94% | - |
| XYZ | 35.82 | 17.01 | 83.06 | - |
| YUV | 93.71 | 210 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 239 | 0.23 | 0.92 | 0 | 0.06 | 285.27 | 0.87 | 0.51 |
| Hex | B9 | 13 | EF | 17 | 5C | 0 | 6 | 11D | 57 | 33 |
| Octal | 271 | 23 | 357 | 27 | 134 | 0 | 6 | 435 | 127 | 63 |
| Binary | 10111001 | 10011 | 11101111 | 10111 | 1011100 | 0 | 110 | 100011101 | 1010111 | 110011 |
Color Harmonies of #B913EF
Complementary color
Monochromatic Colors of #B913EF
Black with #B913EF
Text Example
Text Example
White with #B913EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913EF; }
p { color: rgb(185,19,239); }
H1.HeaderClassName
{
color: #B913EF;
}
.AnyTagClassName
{
color: #B913EF;
}
</style>
background-color css
<style>
a { background-color: #B913EF; }
a { background-color: rgb(185,19,239); }
div.DivClassName
{
background-color: #B913EF;
}
.BgClassName
{
background-color: #B913EF;
}
</style>
border-color css
<style>
span { border-color: #B913EF; }
span { border-color: rgb(185,19,239); }
td.TdClassName
{
border-color: #B913EF;
}
.TagClassName
{
border-color: #B913EF;
}
</style>