Shades of Electric Purple #B90FFB
Tints of Electric Purple #B90FFB
RGB
CMYK
RGB Variations
Color information
#B90FFB (or 0xB90FFB) is known color: Electric Purple. HEX triplet: B9, 0F and FB. RGB value is (185,15,251). Sum of RGB (Red+Green+Blue) = 185+15+251=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #B90FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90FFB is #46F004. Grayscale: #5B5B5B. Windows color (decimal): -4648965 or 16453561. OLE color: 16453561.
HSL color Cylindrical-coordinate representation of color #B90FFB: hue angle of 283.22º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90FFB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 15 | 251 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.02 |
| HSL | 283.22º | 0.97% | 0.52% | - |
| HSV(B) | 283.22º | 0.94% | 0.98% | - |
| XYZ | 37.59 | 17.62 | 92.69 | - |
| YUV | 92.73 | 217.32 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 251 | 0.26 | 0.94 | 0 | 0.02 | 283.22 | 0.97 | 0.52 |
| Hex | B9 | F | FB | 1A | 5E | 0 | 2 | 11B | 61 | 34 |
| Octal | 271 | 17 | 373 | 32 | 136 | 0 | 2 | 433 | 141 | 64 |
| Binary | 10111001 | 1111 | 11111011 | 11010 | 1011110 | 0 | 10 | 100011011 | 1100001 | 110100 |
Color Harmonies of #B90FFB
Complementary color
Monochromatic Colors of #B90FFB
Black with #B90FFB
Text Example
Text Example
White with #B90FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FFB; }
p { color: rgb(185,15,251); }
H1.HeaderClassName
{
color: #B90FFB;
}
.AnyTagClassName
{
color: #B90FFB;
}
</style>
background-color css
<style>
a { background-color: #B90FFB; }
a { background-color: rgb(185,15,251); }
div.DivClassName
{
background-color: #B90FFB;
}
.BgClassName
{
background-color: #B90FFB;
}
</style>
border-color css
<style>
span { border-color: #B90FFB; }
span { border-color: rgb(185,15,251); }
td.TdClassName
{
border-color: #B90FFB;
}
.TagClassName
{
border-color: #B90FFB;
}
</style>