Shades of Electric Purple #B82DF3
Tints of Electric Purple #B82DF3
RGB
CMYK
RGB Variations
Color information
#B82DF3 (or 0xB82DF3) is known color: Electric Purple. HEX triplet: B8, 2D and F3. RGB value is (184,45,243). Sum of RGB (Red+Green+Blue) = 184+45+243=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #B82DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82DF3 is #47D20C. Grayscale: #6C6C6C. Windows color (decimal): -4706829 or 15936952. OLE color: 15936952.
HSL color Cylindrical-coordinate representation of color #B82DF3: hue angle of 282.12º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82DF3 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 45 | 243 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.05 |
| HSL | 282.12º | 0.89% | 0.56% | - |
| HSV(B) | 282.12º | 0.81% | 0.95% | - |
| XYZ | 36.88 | 18.54 | 86.43 | - |
| YUV | 109.13 | 203.55 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 243 | 0.24 | 0.81 | 0 | 0.05 | 282.12 | 0.89 | 0.56 |
| Hex | B8 | 2D | F3 | 18 | 51 | 0 | 5 | 11A | 59 | 38 |
| Octal | 270 | 55 | 363 | 30 | 121 | 0 | 5 | 432 | 131 | 70 |
| Binary | 10111000 | 101101 | 11110011 | 11000 | 1010001 | 0 | 101 | 100011010 | 1011001 | 111000 |
Color Harmonies of #B82DF3
Complementary color
Monochromatic Colors of #B82DF3
Black with #B82DF3
Text Example
Text Example
White with #B82DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DF3; }
p { color: rgb(184,45,243); }
H1.HeaderClassName
{
color: #B82DF3;
}
.AnyTagClassName
{
color: #B82DF3;
}
</style>
background-color css
<style>
a { background-color: #B82DF3; }
a { background-color: rgb(184,45,243); }
div.DivClassName
{
background-color: #B82DF3;
}
.BgClassName
{
background-color: #B82DF3;
}
</style>
border-color css
<style>
span { border-color: #B82DF3; }
span { border-color: rgb(184,45,243); }
td.TdClassName
{
border-color: #B82DF3;
}
.TagClassName
{
border-color: #B82DF3;
}
</style>