Shades of Electric Purple #B82FFB
Tints of Electric Purple #B82FFB
RGB
CMYK
RGB Variations
Color information
#B82FFB (or 0xB82FFB) is known color: Electric Purple. HEX triplet: B8, 2F and FB. RGB value is (184,47,251). Sum of RGB (Red+Green+Blue) = 184+47+251=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #B82FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82FFB is #47D004. Grayscale: #6E6E6E. Windows color (decimal): -4706309 or 16461752. OLE color: 16461752.
HSL color Cylindrical-coordinate representation of color #B82FFB: hue angle of 280.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82FFB is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 47 | 251 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.02 |
| HSL | 280.29º | 0.96% | 0.58% | - |
| HSV(B) | 280.29º | 0.81% | 0.98% | - |
| XYZ | 38.2 | 19.19 | 92.96 | - |
| YUV | 111.22 | 206.89 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 251 | 0.27 | 0.81 | 0 | 0.02 | 280.29 | 0.96 | 0.58 |
| Hex | B8 | 2F | FB | 1B | 51 | 0 | 2 | 118 | 60 | 3A |
| Octal | 270 | 57 | 373 | 33 | 121 | 0 | 2 | 430 | 140 | 72 |
| Binary | 10111000 | 101111 | 11111011 | 11011 | 1010001 | 0 | 10 | 100011000 | 1100000 | 111010 |
Color Harmonies of #B82FFB
Complementary color
Monochromatic Colors of #B82FFB
Black with #B82FFB
Text Example
Text Example
White with #B82FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82FFB; }
p { color: rgb(184,47,251); }
H1.HeaderClassName
{
color: #B82FFB;
}
.AnyTagClassName
{
color: #B82FFB;
}
</style>
background-color css
<style>
a { background-color: #B82FFB; }
a { background-color: rgb(184,47,251); }
div.DivClassName
{
background-color: #B82FFB;
}
.BgClassName
{
background-color: #B82FFB;
}
</style>
border-color css
<style>
span { border-color: #B82FFB; }
span { border-color: rgb(184,47,251); }
td.TdClassName
{
border-color: #B82FFB;
}
.TagClassName
{
border-color: #B82FFB;
}
</style>