Shades of Electric Purple #B829FB
Tints of Electric Purple #B829FB
RGB
CMYK
RGB Variations
Color information
#B829FB (or 0xB829FB) is known color: Electric Purple. HEX triplet: B8, 29 and FB. RGB value is (184,41,251). Sum of RGB (Red+Green+Blue) = 184+41+251=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #B829FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B829FB is #47D604. Grayscale: #6A6A6A. Windows color (decimal): -4707845 or 16460216. OLE color: 16460216.
HSL color Cylindrical-coordinate representation of color #B829FB: hue angle of 280.86º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B829FB is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 41 | 251 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.02 |
| HSL | 280.86º | 0.96% | 0.57% | - |
| HSV(B) | 280.86º | 0.84% | 0.98% | - |
| XYZ | 37.97 | 18.74 | 92.88 | - |
| YUV | 107.7 | 208.88 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 251 | 0.27 | 0.84 | 0 | 0.02 | 280.86 | 0.96 | 0.57 |
| Hex | B8 | 29 | FB | 1B | 54 | 0 | 2 | 119 | 60 | 39 |
| Octal | 270 | 51 | 373 | 33 | 124 | 0 | 2 | 431 | 140 | 71 |
| Binary | 10111000 | 101001 | 11111011 | 11011 | 1010100 | 0 | 10 | 100011001 | 1100000 | 111001 |
Color Harmonies of #B829FB
Complementary color
Monochromatic Colors of #B829FB
Black with #B829FB
Text Example
Text Example
White with #B829FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829FB; }
p { color: rgb(184,41,251); }
H1.HeaderClassName
{
color: #B829FB;
}
.AnyTagClassName
{
color: #B829FB;
}
</style>
background-color css
<style>
a { background-color: #B829FB; }
a { background-color: rgb(184,41,251); }
div.DivClassName
{
background-color: #B829FB;
}
.BgClassName
{
background-color: #B829FB;
}
</style>
border-color css
<style>
span { border-color: #B829FB; }
span { border-color: rgb(184,41,251); }
td.TdClassName
{
border-color: #B829FB;
}
.TagClassName
{
border-color: #B829FB;
}
</style>