Shades of Electric Purple #B829F7
Tints of Electric Purple #B829F7
RGB
CMYK
RGB Variations
Color information
#B829F7 (or 0xB829F7) is known color: Electric Purple. HEX triplet: B8, 29 and F7. RGB value is (184,41,247). Sum of RGB (Red+Green+Blue) = 184+41+247=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #B829F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B829F7 is #47D608. Grayscale: #6A6A6A. Windows color (decimal): -4707849 or 16198072. OLE color: 16198072.
HSL color Cylindrical-coordinate representation of color #B829F7: hue angle of 281.65º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B829F7 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 41 | 247 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.03 |
| HSL | 281.65º | 0.93% | 0.56% | - |
| HSV(B) | 281.65º | 0.83% | 0.97% | - |
| XYZ | 37.35 | 18.49 | 89.6 | - |
| YUV | 107.24 | 206.88 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 247 | 0.26 | 0.83 | 0 | 0.03 | 281.65 | 0.93 | 0.56 |
| Hex | B8 | 29 | F7 | 1A | 53 | 0 | 3 | 11A | 5D | 38 |
| Octal | 270 | 51 | 367 | 32 | 123 | 0 | 3 | 432 | 135 | 70 |
| Binary | 10111000 | 101001 | 11110111 | 11010 | 1010011 | 0 | 11 | 100011010 | 1011101 | 111000 |
Color Harmonies of #B829F7
Complementary color
Monochromatic Colors of #B829F7
Black with #B829F7
Text Example
Text Example
White with #B829F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829F7; }
p { color: rgb(184,41,247); }
H1.HeaderClassName
{
color: #B829F7;
}
.AnyTagClassName
{
color: #B829F7;
}
</style>
background-color css
<style>
a { background-color: #B829F7; }
a { background-color: rgb(184,41,247); }
div.DivClassName
{
background-color: #B829F7;
}
.BgClassName
{
background-color: #B829F7;
}
</style>
border-color css
<style>
span { border-color: #B829F7; }
span { border-color: rgb(184,41,247); }
td.TdClassName
{
border-color: #B829F7;
}
.TagClassName
{
border-color: #B829F7;
}
</style>