Shades of Electric Purple #B90FEF
Tints of Electric Purple #B90FEF
RGB
CMYK
RGB Variations
Color information
#B90FEF (or 0xB90FEF) is known color: Electric Purple. HEX triplet: B9, 0F and EF. RGB value is (185,15,239). Sum of RGB (Red+Green+Blue) = 185+15+239=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #B90FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90FEF is #46F010. Grayscale: #5A5A5A. Windows color (decimal): -4648977 or 15667129. OLE color: 15667129.
HSL color Cylindrical-coordinate representation of color #B90FEF: hue angle of 285.54º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90FEF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 15 | 239 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.06 |
| HSL | 285.54º | 0.88% | 0.5% | - |
| HSV(B) | 285.54º | 0.94% | 0.94% | - |
| XYZ | 35.76 | 16.89 | 83.04 | - |
| YUV | 91.37 | 211.32 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 239 | 0.23 | 0.94 | 0 | 0.06 | 285.54 | 0.88 | 0.5 |
| Hex | B9 | F | EF | 17 | 5E | 0 | 6 | 11E | 58 | 32 |
| Octal | 271 | 17 | 357 | 27 | 136 | 0 | 6 | 436 | 130 | 62 |
| Binary | 10111001 | 1111 | 11101111 | 10111 | 1011110 | 0 | 110 | 100011110 | 1011000 | 110010 |
Color Harmonies of #B90FEF
Complementary color
Monochromatic Colors of #B90FEF
Black with #B90FEF
Text Example
Text Example
White with #B90FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FEF; }
p { color: rgb(185,15,239); }
H1.HeaderClassName
{
color: #B90FEF;
}
.AnyTagClassName
{
color: #B90FEF;
}
</style>
background-color css
<style>
a { background-color: #B90FEF; }
a { background-color: rgb(185,15,239); }
div.DivClassName
{
background-color: #B90FEF;
}
.BgClassName
{
background-color: #B90FEF;
}
</style>
border-color css
<style>
span { border-color: #B90FEF; }
span { border-color: rgb(185,15,239); }
td.TdClassName
{
border-color: #B90FEF;
}
.TagClassName
{
border-color: #B90FEF;
}
</style>