Shades of Electric Purple #B910EF
Tints of Electric Purple #B910EF
RGB
CMYK
RGB Variations
Color information
#B910EF (or 0xB910EF) is known color: Electric Purple. HEX triplet: B9, 10 and EF. RGB value is (185,16,239). Sum of RGB (Red+Green+Blue) = 185+16+239=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #B910EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B910EF is #46EF10. Grayscale: #5B5B5B. Windows color (decimal): -4648721 or 15667385. OLE color: 15667385.
HSL color Cylindrical-coordinate representation of color #B910EF: hue angle of 285.47º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B910EF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 16 | 239 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.06 |
| HSL | 285.47º | 0.87% | 0.5% | - |
| HSV(B) | 285.47º | 0.93% | 0.94% | - |
| XYZ | 35.77 | 16.92 | 83.04 | - |
| YUV | 91.95 | 210.99 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 239 | 0.23 | 0.93 | 0 | 0.06 | 285.47 | 0.87 | 0.5 |
| Hex | B9 | 10 | EF | 17 | 5D | 0 | 6 | 11D | 57 | 32 |
| Octal | 271 | 20 | 357 | 27 | 135 | 0 | 6 | 435 | 127 | 62 |
| Binary | 10111001 | 10000 | 11101111 | 10111 | 1011101 | 0 | 110 | 100011101 | 1010111 | 110010 |
Color Harmonies of #B910EF
Complementary color
Monochromatic Colors of #B910EF
Black with #B910EF
Text Example
Text Example
White with #B910EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B910EF; }
p { color: rgb(185,16,239); }
H1.HeaderClassName
{
color: #B910EF;
}
.AnyTagClassName
{
color: #B910EF;
}
</style>
background-color css
<style>
a { background-color: #B910EF; }
a { background-color: rgb(185,16,239); }
div.DivClassName
{
background-color: #B910EF;
}
.BgClassName
{
background-color: #B910EF;
}
</style>
border-color css
<style>
span { border-color: #B910EF; }
span { border-color: rgb(185,16,239); }
td.TdClassName
{
border-color: #B910EF;
}
.TagClassName
{
border-color: #B910EF;
}
</style>