Shades of Electric Purple #B82DFF
Tints of Electric Purple #B82DFF
RGB
CMYK
RGB Variations
Color information
#B82DFF (or 0xB82DFF) is known color: Electric Purple. HEX triplet: B8, 2D and FF. RGB value is (184,45,255). Sum of RGB (Red+Green+Blue) = 184+45+255=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #B82DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82DFF is #47D200. Grayscale: #6D6D6D. Windows color (decimal): -4706817 or 16723384. OLE color: 16723384.
HSL color Cylindrical-coordinate representation of color #B82DFF: hue angle of 279.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82DFF is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 45 | 255 | - |
| CMYK | 0.28 | 0.82 | 0 | 0 |
| HSL | 279.71º | 1% | 0.59% | - |
| HSV(B) | 279.71º | 0.82% | 1% | - |
| XYZ | 38.76 | 19.29 | 96.29 | - |
| YUV | 110.5 | 209.55 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 255 | 0.28 | 0.82 | 0 | 0 | 279.71 | 1 | 0.59 |
| Hex | B8 | 2D | FF | 1C | 52 | 0 | 0 | 118 | 64 | 3B |
| Octal | 270 | 55 | 377 | 34 | 122 | 0 | 0 | 430 | 144 | 73 |
| Binary | 10111000 | 101101 | 11111111 | 11100 | 1010010 | 0 | 0 | 100011000 | 1100100 | 111011 |
Color Harmonies of #B82DFF
Complementary color
Monochromatic Colors of #B82DFF
Black with #B82DFF
Text Example
Text Example
White with #B82DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DFF; }
p { color: rgb(184,45,255); }
H1.HeaderClassName
{
color: #B82DFF;
}
.AnyTagClassName
{
color: #B82DFF;
}
</style>
background-color css
<style>
a { background-color: #B82DFF; }
a { background-color: rgb(184,45,255); }
div.DivClassName
{
background-color: #B82DFF;
}
.BgClassName
{
background-color: #B82DFF;
}
</style>
border-color css
<style>
span { border-color: #B82DFF; }
span { border-color: rgb(184,45,255); }
td.TdClassName
{
border-color: #B82DFF;
}
.TagClassName
{
border-color: #B82DFF;
}
</style>