Shades of Electric Purple #B82DF9
Tints of Electric Purple #B82DF9
RGB
CMYK
RGB Variations
Color information
#B82DF9 (or 0xB82DF9) is known color: Electric Purple. HEX triplet: B8, 2D and F9. RGB value is (184,45,249). Sum of RGB (Red+Green+Blue) = 184+45+249=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #B82DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82DF9 is #47D206. Grayscale: #6D6D6D. Windows color (decimal): -4706823 or 16330168. OLE color: 16330168.
HSL color Cylindrical-coordinate representation of color #B82DF9: hue angle of 280.88º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82DF9 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 45 | 249 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.02 |
| HSL | 280.88º | 0.94% | 0.58% | - |
| HSV(B) | 280.88º | 0.82% | 0.98% | - |
| XYZ | 37.8 | 18.91 | 91.28 | - |
| YUV | 109.82 | 206.55 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 249 | 0.26 | 0.82 | 0 | 0.02 | 280.88 | 0.94 | 0.58 |
| Hex | B8 | 2D | F9 | 1A | 52 | 0 | 2 | 119 | 5E | 3A |
| Octal | 270 | 55 | 371 | 32 | 122 | 0 | 2 | 431 | 136 | 72 |
| Binary | 10111000 | 101101 | 11111001 | 11010 | 1010010 | 0 | 10 | 100011001 | 1011110 | 111010 |
Color Harmonies of #B82DF9
Complementary color
Monochromatic Colors of #B82DF9
Black with #B82DF9
Text Example
Text Example
White with #B82DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DF9; }
p { color: rgb(184,45,249); }
H1.HeaderClassName
{
color: #B82DF9;
}
.AnyTagClassName
{
color: #B82DF9;
}
</style>
background-color css
<style>
a { background-color: #B82DF9; }
a { background-color: rgb(184,45,249); }
div.DivClassName
{
background-color: #B82DF9;
}
.BgClassName
{
background-color: #B82DF9;
}
</style>
border-color css
<style>
span { border-color: #B82DF9; }
span { border-color: rgb(184,45,249); }
td.TdClassName
{
border-color: #B82DF9;
}
.TagClassName
{
border-color: #B82DF9;
}
</style>