Shades of Electric Purple #B830F7
Tints of Electric Purple #B830F7
RGB
CMYK
RGB Variations
Color information
#B830F7 (or 0xB830F7) is known color: Electric Purple. HEX triplet: B8, 30 and F7. RGB value is (184,48,247). Sum of RGB (Red+Green+Blue) = 184+48+247=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #B830F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B830F7 is #47CF08. Grayscale: #6E6E6E. Windows color (decimal): -4706057 or 16199864. OLE color: 16199864.
HSL color Cylindrical-coordinate representation of color #B830F7: hue angle of 281.01º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B830F7 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 48 | 247 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.03 |
| HSL | 281.01º | 0.93% | 0.58% | - |
| HSV(B) | 281.01º | 0.81% | 0.97% | - |
| XYZ | 37.61 | 19.02 | 89.68 | - |
| YUV | 111.35 | 204.56 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 247 | 0.26 | 0.81 | 0 | 0.03 | 281.01 | 0.93 | 0.58 |
| Hex | B8 | 30 | F7 | 1A | 51 | 0 | 3 | 119 | 5D | 3A |
| Octal | 270 | 60 | 367 | 32 | 121 | 0 | 3 | 431 | 135 | 72 |
| Binary | 10111000 | 110000 | 11110111 | 11010 | 1010001 | 0 | 11 | 100011001 | 1011101 | 111010 |
Color Harmonies of #B830F7
Complementary color
Monochromatic Colors of #B830F7
Black with #B830F7
Text Example
Text Example
White with #B830F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B830F7; }
p { color: rgb(184,48,247); }
H1.HeaderClassName
{
color: #B830F7;
}
.AnyTagClassName
{
color: #B830F7;
}
</style>
background-color css
<style>
a { background-color: #B830F7; }
a { background-color: rgb(184,48,247); }
div.DivClassName
{
background-color: #B830F7;
}
.BgClassName
{
background-color: #B830F7;
}
</style>
border-color css
<style>
span { border-color: #B830F7; }
span { border-color: rgb(184,48,247); }
td.TdClassName
{
border-color: #B830F7;
}
.TagClassName
{
border-color: #B830F7;
}
</style>