Shades of Electric Purple #B82FFD
Tints of Electric Purple #B82FFD
RGB
CMYK
RGB Variations
Color information
#B82FFD (or 0xB82FFD) is known color: Electric Purple. HEX triplet: B8, 2F and FD. RGB value is (184,47,253). Sum of RGB (Red+Green+Blue) = 184+47+253=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #B82FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82FFD is #47D002. Grayscale: #6E6E6E. Windows color (decimal): -4706307 or 16592824. OLE color: 16592824.
HSL color Cylindrical-coordinate representation of color #B82FFD: hue angle of 279.9º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82FFD is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 47 | 253 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.01 |
| HSL | 279.9º | 0.98% | 0.59% | - |
| HSV(B) | 279.9º | 0.81% | 0.99% | - |
| XYZ | 38.51 | 19.32 | 94.63 | - |
| YUV | 111.45 | 207.89 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 253 | 0.27 | 0.81 | 0 | 0.01 | 279.9 | 0.98 | 0.59 |
| Hex | B8 | 2F | FD | 1B | 51 | 0 | 1 | 118 | 62 | 3B |
| Octal | 270 | 57 | 375 | 33 | 121 | 0 | 1 | 430 | 142 | 73 |
| Binary | 10111000 | 101111 | 11111101 | 11011 | 1010001 | 0 | 1 | 100011000 | 1100010 | 111011 |
Color Harmonies of #B82FFD
Complementary color
Monochromatic Colors of #B82FFD
Black with #B82FFD
Text Example
Text Example
White with #B82FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82FFD; }
p { color: rgb(184,47,253); }
H1.HeaderClassName
{
color: #B82FFD;
}
.AnyTagClassName
{
color: #B82FFD;
}
</style>
background-color css
<style>
a { background-color: #B82FFD; }
a { background-color: rgb(184,47,253); }
div.DivClassName
{
background-color: #B82FFD;
}
.BgClassName
{
background-color: #B82FFD;
}
</style>
border-color css
<style>
span { border-color: #B82FFD; }
span { border-color: rgb(184,47,253); }
td.TdClassName
{
border-color: #B82FFD;
}
.TagClassName
{
border-color: #B82FFD;
}
</style>