Shades of Electric Purple #B90FE1
Tints of Electric Purple #B90FE1
RGB
CMYK
RGB Variations
Color information
#B90FE1 (or 0xB90FE1) is known color: Electric Purple. HEX triplet: B9, 0F and E1. RGB value is (185,15,225). Sum of RGB (Red+Green+Blue) = 185+15+225=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #B90FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FE1 is #46F01E. Grayscale: #595959. Windows color (decimal): -4648991 or 14749625. OLE color: 14749625.
HSL color Cylindrical-coordinate representation of color #B90FE1: hue angle of 288.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90FE1 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 15 | 225 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.12 |
| HSL | 288.57º | 0.88% | 0.47% | - |
| HSV(B) | 288.57º | 0.93% | 0.88% | - |
| XYZ | 33.77 | 16.09 | 72.56 | - |
| YUV | 89.77 | 204.32 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 225 | 0.18 | 0.93 | 0 | 0.12 | 288.57 | 0.88 | 0.47 |
| Hex | B9 | F | E1 | 12 | 5D | 0 | C | 121 | 58 | 2F |
| Octal | 271 | 17 | 341 | 22 | 135 | 0 | 14 | 441 | 130 | 57 |
| Binary | 10111001 | 1111 | 11100001 | 10010 | 1011101 | 0 | 1100 | 100100001 | 1011000 | 101111 |
Color Harmonies of #B90FE1
Complementary color
Monochromatic Colors of #B90FE1
Black with #B90FE1
Text Example
Text Example
White with #B90FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FE1; }
p { color: rgb(185,15,225); }
H1.HeaderClassName
{
color: #B90FE1;
}
.AnyTagClassName
{
color: #B90FE1;
}
</style>
background-color css
<style>
a { background-color: #B90FE1; }
a { background-color: rgb(185,15,225); }
div.DivClassName
{
background-color: #B90FE1;
}
.BgClassName
{
background-color: #B90FE1;
}
</style>
border-color css
<style>
span { border-color: #B90FE1; }
span { border-color: rgb(185,15,225); }
td.TdClassName
{
border-color: #B90FE1;
}
.TagClassName
{
border-color: #B90FE1;
}
</style>