Shades of Electric Purple #B908FA
Tints of Electric Purple #B908FA
RGB
CMYK
RGB Variations
Color information
#B908FA (or 0xB908FA) is known color: Electric Purple. HEX triplet: B9, 08 and FA. RGB value is (185,8,250). Sum of RGB (Red+Green+Blue) = 185+8+250=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #B908FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B908FA is #46F705. Grayscale: #575757. Windows color (decimal): -4650758 or 16386233. OLE color: 16386233.
HSL color Cylindrical-coordinate representation of color #B908FA: hue angle of 283.88º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B908FA is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 8 | 250 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.02 |
| HSL | 283.88º | 0.96% | 0.51% | - |
| HSV(B) | 283.88º | 0.97% | 0.98% | - |
| XYZ | 37.35 | 17.39 | 91.83 | - |
| YUV | 88.51 | 219.14 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 250 | 0.26 | 0.97 | 0 | 0.02 | 283.88 | 0.96 | 0.51 |
| Hex | B9 | 8 | FA | 1A | 61 | 0 | 2 | 11C | 60 | 33 |
| Octal | 271 | 10 | 372 | 32 | 141 | 0 | 2 | 434 | 140 | 63 |
| Binary | 10111001 | 1000 | 11111010 | 11010 | 1100001 | 0 | 10 | 100011100 | 1100000 | 110011 |
Color Harmonies of #B908FA
Complementary color
Monochromatic Colors of #B908FA
Black with #B908FA
Text Example
Text Example
White with #B908FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908FA; }
p { color: rgb(185,8,250); }
H1.HeaderClassName
{
color: #B908FA;
}
.AnyTagClassName
{
color: #B908FA;
}
</style>
background-color css
<style>
a { background-color: #B908FA; }
a { background-color: rgb(185,8,250); }
div.DivClassName
{
background-color: #B908FA;
}
.BgClassName
{
background-color: #B908FA;
}
</style>
border-color css
<style>
span { border-color: #B908FA; }
span { border-color: rgb(185,8,250); }
td.TdClassName
{
border-color: #B908FA;
}
.TagClassName
{
border-color: #B908FA;
}
</style>