Shades of Electric Purple #B726F2
Tints of Electric Purple #B726F2
RGB
CMYK
RGB Variations
Color information
#B726F2 (or 0xB726F2) is known color: Electric Purple. HEX triplet: B7, 26 and F2. RGB value is (183,38,242). Sum of RGB (Red+Green+Blue) = 183+38+242=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #B726F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726F2 is #48D90D. Grayscale: #676767. Windows color (decimal): -4774158 or 15869623. OLE color: 15869623.
HSL color Cylindrical-coordinate representation of color #B726F2: hue angle of 282.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B726F2 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 38 | 242 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.05 |
| HSL | 282.65º | 0.89% | 0.55% | - |
| HSV(B) | 282.65º | 0.84% | 0.95% | - |
| XYZ | 36.25 | 17.86 | 85.54 | - |
| YUV | 104.61 | 205.54 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 242 | 0.24 | 0.84 | 0 | 0.05 | 282.65 | 0.89 | 0.55 |
| Hex | B7 | 26 | F2 | 18 | 54 | 0 | 5 | 11B | 59 | 37 |
| Octal | 267 | 46 | 362 | 30 | 124 | 0 | 5 | 433 | 131 | 67 |
| Binary | 10110111 | 100110 | 11110010 | 11000 | 1010100 | 0 | 101 | 100011011 | 1011001 | 110111 |
Color Harmonies of #B726F2
Complementary color
Monochromatic Colors of #B726F2
Black with #B726F2
Text Example
Text Example
White with #B726F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726F2; }
p { color: rgb(183,38,242); }
H1.HeaderClassName
{
color: #B726F2;
}
.AnyTagClassName
{
color: #B726F2;
}
</style>
background-color css
<style>
a { background-color: #B726F2; }
a { background-color: rgb(183,38,242); }
div.DivClassName
{
background-color: #B726F2;
}
.BgClassName
{
background-color: #B726F2;
}
</style>
border-color css
<style>
span { border-color: #B726F2; }
span { border-color: rgb(183,38,242); }
td.TdClassName
{
border-color: #B726F2;
}
.TagClassName
{
border-color: #B726F2;
}
</style>