Shades of Electric Purple #B908F2
Tints of Electric Purple #B908F2
RGB
CMYK
RGB Variations
Color information
#B908F2 (or 0xB908F2) is known color: Electric Purple. HEX triplet: B9, 08 and F2. RGB value is (185,8,242). Sum of RGB (Red+Green+Blue) = 185+8+242=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #B908F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B908F2 is #46F70D. Grayscale: #565656. Windows color (decimal): -4650766 or 15861945. OLE color: 15861945.
HSL color Cylindrical-coordinate representation of color #B908F2: hue angle of 285.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B908F2 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 8 | 242 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.05 |
| HSL | 285.38º | 0.94% | 0.49% | - |
| HSV(B) | 285.38º | 0.97% | 0.95% | - |
| XYZ | 36.12 | 16.9 | 85.36 | - |
| YUV | 87.6 | 215.14 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 242 | 0.24 | 0.97 | 0 | 0.05 | 285.38 | 0.94 | 0.49 |
| Hex | B9 | 8 | F2 | 18 | 61 | 0 | 5 | 11D | 5E | 31 |
| Octal | 271 | 10 | 362 | 30 | 141 | 0 | 5 | 435 | 136 | 61 |
| Binary | 10111001 | 1000 | 11110010 | 11000 | 1100001 | 0 | 101 | 100011101 | 1011110 | 110001 |
Color Harmonies of #B908F2
Complementary color
Monochromatic Colors of #B908F2
Black with #B908F2
Text Example
Text Example
White with #B908F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908F2; }
p { color: rgb(185,8,242); }
H1.HeaderClassName
{
color: #B908F2;
}
.AnyTagClassName
{
color: #B908F2;
}
</style>
background-color css
<style>
a { background-color: #B908F2; }
a { background-color: rgb(185,8,242); }
div.DivClassName
{
background-color: #B908F2;
}
.BgClassName
{
background-color: #B908F2;
}
</style>
border-color css
<style>
span { border-color: #B908F2; }
span { border-color: rgb(185,8,242); }
td.TdClassName
{
border-color: #B908F2;
}
.TagClassName
{
border-color: #B908F2;
}
</style>