Shades of Electric Purple #B726F4
Tints of Electric Purple #B726F4
RGB
CMYK
RGB Variations
Color information
#B726F4 (or 0xB726F4) is known color: Electric Purple. HEX triplet: B7, 26 and F4. RGB value is (183,38,244). Sum of RGB (Red+Green+Blue) = 183+38+244=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #B726F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726F4 is #48D90B. Grayscale: #686868. Windows color (decimal): -4774156 or 16000695. OLE color: 16000695.
HSL color Cylindrical-coordinate representation of color #B726F4: hue angle of 282.23º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B726F4 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 38 | 244 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.04 |
| HSL | 282.23º | 0.9% | 0.55% | - |
| HSV(B) | 282.23º | 0.84% | 0.96% | - |
| XYZ | 36.55 | 17.99 | 87.13 | - |
| YUV | 104.84 | 206.54 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 244 | 0.25 | 0.84 | 0 | 0.04 | 282.23 | 0.9 | 0.55 |
| Hex | B7 | 26 | F4 | 19 | 54 | 0 | 4 | 11A | 5A | 37 |
| Octal | 267 | 46 | 364 | 31 | 124 | 0 | 4 | 432 | 132 | 67 |
| Binary | 10110111 | 100110 | 11110100 | 11001 | 1010100 | 0 | 100 | 100011010 | 1011010 | 110111 |
Color Harmonies of #B726F4
Complementary color
Monochromatic Colors of #B726F4
Black with #B726F4
Text Example
Text Example
White with #B726F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726F4; }
p { color: rgb(183,38,244); }
H1.HeaderClassName
{
color: #B726F4;
}
.AnyTagClassName
{
color: #B726F4;
}
</style>
background-color css
<style>
a { background-color: #B726F4; }
a { background-color: rgb(183,38,244); }
div.DivClassName
{
background-color: #B726F4;
}
.BgClassName
{
background-color: #B726F4;
}
</style>
border-color css
<style>
span { border-color: #B726F4; }
span { border-color: rgb(183,38,244); }
td.TdClassName
{
border-color: #B726F4;
}
.TagClassName
{
border-color: #B726F4;
}
</style>