Shades of Electric Purple #B729FE
Tints of Electric Purple #B729FE
RGB
CMYK
RGB Variations
Color information
#B729FE (or 0xB729FE) is known color: Electric Purple. HEX triplet: B7, 29 and FE. RGB value is (183,41,254). Sum of RGB (Red+Green+Blue) = 183+41+254=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #B729FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B729FE is #48D601. Grayscale: #6B6B6B. Windows color (decimal): -4773378 or 16656823. OLE color: 16656823.
HSL color Cylindrical-coordinate representation of color #B729FE: hue angle of 280º 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 #B729FE is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 41 | 254 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.58% | - |
| HSV(B) | 280º | 0.84% | 1% | - |
| XYZ | 38.21 | 18.81 | 95.38 | - |
| YUV | 107.74 | 210.54 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 254 | 0.28 | 0.84 | 0 | 0.00 | 280 | 0.99 | 0.58 |
| Hex | B7 | 29 | FE | 1C | 54 | 0 | 0 | 118 | 63 | 3A |
| Octal | 267 | 51 | 376 | 34 | 124 | 0 | 0 | 430 | 143 | 72 |
| Binary | 10110111 | 101001 | 11111110 | 11100 | 1010100 | 0 | 0 | 100011000 | 1100011 | 111010 |
Color Harmonies of #B729FE
Complementary color
Monochromatic Colors of #B729FE
Black with #B729FE
Text Example
Text Example
White with #B729FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B729FE; }
p { color: rgb(183,41,254); }
H1.HeaderClassName
{
color: #B729FE;
}
.AnyTagClassName
{
color: #B729FE;
}
</style>
background-color css
<style>
a { background-color: #B729FE; }
a { background-color: rgb(183,41,254); }
div.DivClassName
{
background-color: #B729FE;
}
.BgClassName
{
background-color: #B729FE;
}
</style>
border-color css
<style>
span { border-color: #B729FE; }
span { border-color: rgb(183,41,254); }
td.TdClassName
{
border-color: #B729FE;
}
.TagClassName
{
border-color: #B729FE;
}
</style>