Shades of Electric Purple #B908F5
Tints of Electric Purple #B908F5
RGB
CMYK
RGB Variations
Color information
#B908F5 (or 0xB908F5) is known color: Electric Purple. HEX triplet: B9, 08 and F5. RGB value is (185,8,245). Sum of RGB (Red+Green+Blue) = 185+8+245=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 245 (96.09% from 255 or 55.94% from 438); Max value from RGB is 245 - color contains mainly: blue. Hex color #B908F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B908F5 is #46F70A. Grayscale: #575757. Windows color (decimal): -4650763 or 16058553. OLE color: 16058553.
HSL color Cylindrical-coordinate representation of color #B908F5: hue angle of 284.81º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B908F5 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 8 | 245 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.04 |
| HSL | 284.81º | 0.94% | 0.5% | - |
| HSV(B) | 284.81º | 0.97% | 0.96% | - |
| XYZ | 36.58 | 17.08 | 87.76 | - |
| YUV | 87.94 | 216.64 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 245 | 0.24 | 0.97 | 0 | 0.04 | 284.81 | 0.94 | 0.5 |
| Hex | B9 | 8 | F5 | 18 | 61 | 0 | 4 | 11D | 5E | 32 |
| Octal | 271 | 10 | 365 | 30 | 141 | 0 | 4 | 435 | 136 | 62 |
| Binary | 10111001 | 1000 | 11110101 | 11000 | 1100001 | 0 | 100 | 100011101 | 1011110 | 110010 |
Color Harmonies of #B908F5
Complementary color
Monochromatic Colors of #B908F5
Black with #B908F5
Text Example
Text Example
White with #B908F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908F5; }
p { color: rgb(185,8,245); }
H1.HeaderClassName
{
color: #B908F5;
}
.AnyTagClassName
{
color: #B908F5;
}
</style>
background-color css
<style>
a { background-color: #B908F5; }
a { background-color: rgb(185,8,245); }
div.DivClassName
{
background-color: #B908F5;
}
.BgClassName
{
background-color: #B908F5;
}
</style>
border-color css
<style>
span { border-color: #B908F5; }
span { border-color: rgb(185,8,245); }
td.TdClassName
{
border-color: #B908F5;
}
.TagClassName
{
border-color: #B908F5;
}
</style>