Shades of Electric Purple #B726F1
Tints of Electric Purple #B726F1
RGB
CMYK
RGB Variations
Color information
#B726F1 (or 0xB726F1) is known color: Electric Purple. HEX triplet: B7, 26 and F1. RGB value is (183,38,241). Sum of RGB (Red+Green+Blue) = 183+38+241=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #B726F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726F1 is #48D90E. Grayscale: #676767. Windows color (decimal): -4774159 or 15804087. OLE color: 15804087.
HSL color Cylindrical-coordinate representation of color #B726F1: hue angle of 282.86º degrees, saturation: 0.88, 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 #B726F1 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 38 | 241 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.05 |
| HSL | 282.86º | 0.88% | 0.55% | - |
| HSV(B) | 282.86º | 0.84% | 0.95% | - |
| XYZ | 36.1 | 17.8 | 84.75 | - |
| YUV | 104.5 | 205.04 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 241 | 0.24 | 0.84 | 0 | 0.05 | 282.86 | 0.88 | 0.55 |
| Hex | B7 | 26 | F1 | 18 | 54 | 0 | 5 | 11B | 58 | 37 |
| Octal | 267 | 46 | 361 | 30 | 124 | 0 | 5 | 433 | 130 | 67 |
| Binary | 10110111 | 100110 | 11110001 | 11000 | 1010100 | 0 | 101 | 100011011 | 1011000 | 110111 |
Color Harmonies of #B726F1
Complementary color
Monochromatic Colors of #B726F1
Black with #B726F1
Text Example
Text Example
White with #B726F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726F1; }
p { color: rgb(183,38,241); }
H1.HeaderClassName
{
color: #B726F1;
}
.AnyTagClassName
{
color: #B726F1;
}
</style>
background-color css
<style>
a { background-color: #B726F1; }
a { background-color: rgb(183,38,241); }
div.DivClassName
{
background-color: #B726F1;
}
.BgClassName
{
background-color: #B726F1;
}
</style>
border-color css
<style>
span { border-color: #B726F1; }
span { border-color: rgb(183,38,241); }
td.TdClassName
{
border-color: #B726F1;
}
.TagClassName
{
border-color: #B726F1;
}
</style>