Shades of Electric Purple #B629FE
Tints of Electric Purple #B629FE
RGB
CMYK
RGB Variations
Color information
#B629FE (or 0xB629FE) is known color: Electric Purple. HEX triplet: B6, 29 and FE. RGB value is (182,41,254). Sum of RGB (Red+Green+Blue) = 182+41+254=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #B629FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B629FE is #49D601. Grayscale: #6A6A6A. Windows color (decimal): -4838914 or 16656822. OLE color: 16656822.
HSL color Cylindrical-coordinate representation of color #B629FE: hue angle of 279.72º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B629FE is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 41 | 254 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.00 |
| HSL | 279.72º | 0.99% | 0.58% | - |
| HSV(B) | 279.72º | 0.84% | 1% | - |
| XYZ | 37.97 | 18.69 | 95.37 | - |
| YUV | 107.44 | 210.71 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 254 | 0.28 | 0.84 | 0 | 0.00 | 279.72 | 0.99 | 0.58 |
| Hex | B6 | 29 | FE | 1C | 54 | 0 | 0 | 118 | 63 | 3A |
| Octal | 266 | 51 | 376 | 34 | 124 | 0 | 0 | 430 | 143 | 72 |
| Binary | 10110110 | 101001 | 11111110 | 11100 | 1010100 | 0 | 0 | 100011000 | 1100011 | 111010 |
Color Harmonies of #B629FE
Complementary color
Monochromatic Colors of #B629FE
Black with #B629FE
Text Example
Text Example
White with #B629FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B629FE; }
p { color: rgb(182,41,254); }
H1.HeaderClassName
{
color: #B629FE;
}
.AnyTagClassName
{
color: #B629FE;
}
</style>
background-color css
<style>
a { background-color: #B629FE; }
a { background-color: rgb(182,41,254); }
div.DivClassName
{
background-color: #B629FE;
}
.BgClassName
{
background-color: #B629FE;
}
</style>
border-color css
<style>
span { border-color: #B629FE; }
span { border-color: rgb(182,41,254); }
td.TdClassName
{
border-color: #B629FE;
}
.TagClassName
{
border-color: #B629FE;
}
</style>