Shades of Electric Purple #B908F0
Tints of Electric Purple #B908F0
RGB
CMYK
RGB Variations
Color information
#B908F0 (or 0xB908F0) is known color: Electric Purple. HEX triplet: B9, 08 and F0. RGB value is (185,8,240). Sum of RGB (Red+Green+Blue) = 185+8+240=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #B908F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B908F0 is #46F70F. Grayscale: #565656. Windows color (decimal): -4650768 or 15730873. OLE color: 15730873.
HSL color Cylindrical-coordinate representation of color #B908F0: hue angle of 285.78º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B908F0 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 8 | 240 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.06 |
| HSL | 285.78º | 0.94% | 0.49% | - |
| HSV(B) | 285.78º | 0.97% | 0.94% | - |
| XYZ | 35.82 | 16.78 | 83.79 | - |
| YUV | 87.37 | 214.14 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 240 | 0.23 | 0.97 | 0 | 0.06 | 285.78 | 0.94 | 0.49 |
| Hex | B9 | 8 | F0 | 17 | 61 | 0 | 6 | 11E | 5E | 31 |
| Octal | 271 | 10 | 360 | 27 | 141 | 0 | 6 | 436 | 136 | 61 |
| Binary | 10111001 | 1000 | 11110000 | 10111 | 1100001 | 0 | 110 | 100011110 | 1011110 | 110001 |
Color Harmonies of #B908F0
Complementary color
Monochromatic Colors of #B908F0
Black with #B908F0
Text Example
Text Example
White with #B908F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908F0; }
p { color: rgb(185,8,240); }
H1.HeaderClassName
{
color: #B908F0;
}
.AnyTagClassName
{
color: #B908F0;
}
</style>
background-color css
<style>
a { background-color: #B908F0; }
a { background-color: rgb(185,8,240); }
div.DivClassName
{
background-color: #B908F0;
}
.BgClassName
{
background-color: #B908F0;
}
</style>
border-color css
<style>
span { border-color: #B908F0; }
span { border-color: rgb(185,8,240); }
td.TdClassName
{
border-color: #B908F0;
}
.TagClassName
{
border-color: #B908F0;
}
</style>