Shades of Electric Purple #B90AFB
Tints of Electric Purple #B90AFB
RGB
CMYK
RGB Variations
Color information
#B90AFB (or 0xB90AFB) is known color: Electric Purple. HEX triplet: B9, 0A and FB. RGB value is (185,10,251). Sum of RGB (Red+Green+Blue) = 185+10+251=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #B90AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AFB is #46F504. Grayscale: #595959. Windows color (decimal): -4650245 or 16452281. OLE color: 16452281.
HSL color Cylindrical-coordinate representation of color #B90AFB: hue angle of 283.57º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90AFB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 10 | 251 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.02 |
| HSL | 283.57º | 0.97% | 0.51% | - |
| HSV(B) | 283.57º | 0.96% | 0.98% | - |
| XYZ | 37.53 | 17.5 | 92.67 | - |
| YUV | 89.8 | 218.98 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 251 | 0.26 | 0.96 | 0 | 0.02 | 283.57 | 0.97 | 0.51 |
| Hex | B9 | A | FB | 1A | 60 | 0 | 2 | 11C | 61 | 33 |
| Octal | 271 | 12 | 373 | 32 | 140 | 0 | 2 | 434 | 141 | 63 |
| Binary | 10111001 | 1010 | 11111011 | 11010 | 1100000 | 0 | 10 | 100011100 | 1100001 | 110011 |
Color Harmonies of #B90AFB
Complementary color
Monochromatic Colors of #B90AFB
Black with #B90AFB
Text Example
Text Example
White with #B90AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90AFB; }
p { color: rgb(185,10,251); }
H1.HeaderClassName
{
color: #B90AFB;
}
.AnyTagClassName
{
color: #B90AFB;
}
</style>
background-color css
<style>
a { background-color: #B90AFB; }
a { background-color: rgb(185,10,251); }
div.DivClassName
{
background-color: #B90AFB;
}
.BgClassName
{
background-color: #B90AFB;
}
</style>
border-color css
<style>
span { border-color: #B90AFB; }
span { border-color: rgb(185,10,251); }
td.TdClassName
{
border-color: #B90AFB;
}
.TagClassName
{
border-color: #B90AFB;
}
</style>