Shades of Electric Purple #B82DF5
Tints of Electric Purple #B82DF5
RGB
CMYK
RGB Variations
Color information
#B82DF5 (or 0xB82DF5) is known color: Electric Purple. HEX triplet: B8, 2D and F5. RGB value is (184,45,245). Sum of RGB (Red+Green+Blue) = 184+45+245=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #B82DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82DF5 is #47D20A. Grayscale: #6C6C6C. Windows color (decimal): -4706827 or 16068024. OLE color: 16068024.
HSL color Cylindrical-coordinate representation of color #B82DF5: hue angle of 281.7º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82DF5 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 45 | 245 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.04 |
| HSL | 281.7º | 0.91% | 0.57% | - |
| HSV(B) | 281.7º | 0.82% | 0.96% | - |
| XYZ | 37.19 | 18.66 | 88.03 | - |
| YUV | 109.36 | 204.55 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 245 | 0.25 | 0.82 | 0 | 0.04 | 281.7 | 0.91 | 0.57 |
| Hex | B8 | 2D | F5 | 19 | 52 | 0 | 4 | 11A | 5B | 39 |
| Octal | 270 | 55 | 365 | 31 | 122 | 0 | 4 | 432 | 133 | 71 |
| Binary | 10111000 | 101101 | 11110101 | 11001 | 1010010 | 0 | 100 | 100011010 | 1011011 | 111001 |
Color Harmonies of #B82DF5
Complementary color
Monochromatic Colors of #B82DF5
Black with #B82DF5
Text Example
Text Example
White with #B82DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DF5; }
p { color: rgb(184,45,245); }
H1.HeaderClassName
{
color: #B82DF5;
}
.AnyTagClassName
{
color: #B82DF5;
}
</style>
background-color css
<style>
a { background-color: #B82DF5; }
a { background-color: rgb(184,45,245); }
div.DivClassName
{
background-color: #B82DF5;
}
.BgClassName
{
background-color: #B82DF5;
}
</style>
border-color css
<style>
span { border-color: #B82DF5; }
span { border-color: rgb(184,45,245); }
td.TdClassName
{
border-color: #B82DF5;
}
.TagClassName
{
border-color: #B82DF5;
}
</style>