Shades of Electric Purple #B82DF6
Tints of Electric Purple #B82DF6
RGB
CMYK
RGB Variations
Color information
#B82DF6 (or 0xB82DF6) is known color: Electric Purple. HEX triplet: B8, 2D and F6. RGB value is (184,45,246). Sum of RGB (Red+Green+Blue) = 184+45+246=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #B82DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82DF6 is #47D209. Grayscale: #6C6C6C. Windows color (decimal): -4706826 or 16133560. OLE color: 16133560.
HSL color Cylindrical-coordinate representation of color #B82DF6: hue angle of 281.49º degrees, saturation: 0.92, 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 #B82DF6 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 45 | 246 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.04 |
| HSL | 281.49º | 0.92% | 0.57% | - |
| HSV(B) | 281.49º | 0.82% | 0.96% | - |
| XYZ | 37.34 | 18.72 | 88.83 | - |
| YUV | 109.48 | 205.05 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 246 | 0.25 | 0.82 | 0 | 0.04 | 281.49 | 0.92 | 0.57 |
| Hex | B8 | 2D | F6 | 19 | 52 | 0 | 4 | 119 | 5C | 39 |
| Octal | 270 | 55 | 366 | 31 | 122 | 0 | 4 | 431 | 134 | 71 |
| Binary | 10111000 | 101101 | 11110110 | 11001 | 1010010 | 0 | 100 | 100011001 | 1011100 | 111001 |
Color Harmonies of #B82DF6
Complementary color
Monochromatic Colors of #B82DF6
Black with #B82DF6
Text Example
Text Example
White with #B82DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DF6; }
p { color: rgb(184,45,246); }
H1.HeaderClassName
{
color: #B82DF6;
}
.AnyTagClassName
{
color: #B82DF6;
}
</style>
background-color css
<style>
a { background-color: #B82DF6; }
a { background-color: rgb(184,45,246); }
div.DivClassName
{
background-color: #B82DF6;
}
.BgClassName
{
background-color: #B82DF6;
}
</style>
border-color css
<style>
span { border-color: #B82DF6; }
span { border-color: rgb(184,45,246); }
td.TdClassName
{
border-color: #B82DF6;
}
.TagClassName
{
border-color: #B82DF6;
}
</style>