Shades of Electric Purple #B82FF5
Tints of Electric Purple #B82FF5
RGB
CMYK
RGB Variations
Color information
#B82FF5 (or 0xB82FF5) is known color: Electric Purple. HEX triplet: B8, 2F and F5. RGB value is (184,47,245). Sum of RGB (Red+Green+Blue) = 184+47+245=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #B82FF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82FF5 is #47D00A. Grayscale: #6D6D6D. Windows color (decimal): -4706315 or 16068536. OLE color: 16068536.
HSL color Cylindrical-coordinate representation of color #B82FF5: hue angle of 281.52º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82FF5 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 47 | 245 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.04 |
| HSL | 281.52º | 0.91% | 0.57% | - |
| HSV(B) | 281.52º | 0.81% | 0.96% | - |
| XYZ | 37.27 | 18.82 | 88.05 | - |
| YUV | 110.54 | 203.89 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 245 | 0.25 | 0.81 | 0 | 0.04 | 281.52 | 0.91 | 0.57 |
| Hex | B8 | 2F | F5 | 19 | 51 | 0 | 4 | 11A | 5B | 39 |
| Octal | 270 | 57 | 365 | 31 | 121 | 0 | 4 | 432 | 133 | 71 |
| Binary | 10111000 | 101111 | 11110101 | 11001 | 1010001 | 0 | 100 | 100011010 | 1011011 | 111001 |
Color Harmonies of #B82FF5
Complementary color
Monochromatic Colors of #B82FF5
Black with #B82FF5
Text Example
Text Example
White with #B82FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82FF5; }
p { color: rgb(184,47,245); }
H1.HeaderClassName
{
color: #B82FF5;
}
.AnyTagClassName
{
color: #B82FF5;
}
</style>
background-color css
<style>
a { background-color: #B82FF5; }
a { background-color: rgb(184,47,245); }
div.DivClassName
{
background-color: #B82FF5;
}
.BgClassName
{
background-color: #B82FF5;
}
</style>
border-color css
<style>
span { border-color: #B82FF5; }
span { border-color: rgb(184,47,245); }
td.TdClassName
{
border-color: #B82FF5;
}
.TagClassName
{
border-color: #B82FF5;
}
</style>