Shades of Electric Purple #B90FED
Tints of Electric Purple #B90FED
RGB
CMYK
RGB Variations
Color information
#B90FED (or 0xB90FED) is known color: Electric Purple. HEX triplet: B9, 0F and ED. RGB value is (185,15,237). Sum of RGB (Red+Green+Blue) = 185+15+237=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #B90FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90FED is #46F012. Grayscale: #5A5A5A. Windows color (decimal): -4648979 or 15536057. OLE color: 15536057.
HSL color Cylindrical-coordinate representation of color #B90FED: hue angle of 285.95º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90FED is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 15 | 237 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.07 |
| HSL | 285.95º | 0.88% | 0.49% | - |
| HSV(B) | 285.95º | 0.94% | 0.93% | - |
| XYZ | 35.46 | 16.77 | 81.49 | - |
| YUV | 91.14 | 210.32 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 237 | 0.22 | 0.94 | 0 | 0.07 | 285.95 | 0.88 | 0.49 |
| Hex | B9 | F | ED | 16 | 5E | 0 | 7 | 11E | 58 | 31 |
| Octal | 271 | 17 | 355 | 26 | 136 | 0 | 7 | 436 | 130 | 61 |
| Binary | 10111001 | 1111 | 11101101 | 10110 | 1011110 | 0 | 111 | 100011110 | 1011000 | 110001 |
Color Harmonies of #B90FED
Complementary color
Monochromatic Colors of #B90FED
Black with #B90FED
Text Example
Text Example
White with #B90FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FED; }
p { color: rgb(185,15,237); }
H1.HeaderClassName
{
color: #B90FED;
}
.AnyTagClassName
{
color: #B90FED;
}
</style>
background-color css
<style>
a { background-color: #B90FED; }
a { background-color: rgb(185,15,237); }
div.DivClassName
{
background-color: #B90FED;
}
.BgClassName
{
background-color: #B90FED;
}
</style>
border-color css
<style>
span { border-color: #B90FED; }
span { border-color: rgb(185,15,237); }
td.TdClassName
{
border-color: #B90FED;
}
.TagClassName
{
border-color: #B90FED;
}
</style>