Shades of Electric Purple #B426F5
Tints of Electric Purple #B426F5
RGB
CMYK
RGB Variations
Color information
#B426F5 (or 0xB426F5) is known color: Electric Purple. HEX triplet: B4, 26 and F5. RGB value is (180,38,245). Sum of RGB (Red+Green+Blue) = 180+38+245=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #B426F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B426F5 is #4BD90A. Grayscale: #676767. Windows color (decimal): -4970763 or 16066228. OLE color: 16066228.
HSL color Cylindrical-coordinate representation of color #B426F5: hue angle of 281.16º degrees, saturation: 0.91, 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 #B426F5 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 38 | 245 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.04 |
| HSL | 281.16º | 0.91% | 0.55% | - |
| HSV(B) | 281.16º | 0.84% | 0.96% | - |
| XYZ | 36 | 17.68 | 87.9 | - |
| YUV | 104.06 | 207.54 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 245 | 0.27 | 0.84 | 0 | 0.04 | 281.16 | 0.91 | 0.55 |
| Hex | B4 | 26 | F5 | 1B | 54 | 0 | 4 | 119 | 5B | 37 |
| Octal | 264 | 46 | 365 | 33 | 124 | 0 | 4 | 431 | 133 | 67 |
| Binary | 10110100 | 100110 | 11110101 | 11011 | 1010100 | 0 | 100 | 100011001 | 1011011 | 110111 |
Color Harmonies of #B426F5
Complementary color
Monochromatic Colors of #B426F5
Black with #B426F5
Text Example
Text Example
White with #B426F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B426F5; }
p { color: rgb(180,38,245); }
H1.HeaderClassName
{
color: #B426F5;
}
.AnyTagClassName
{
color: #B426F5;
}
</style>
background-color css
<style>
a { background-color: #B426F5; }
a { background-color: rgb(180,38,245); }
div.DivClassName
{
background-color: #B426F5;
}
.BgClassName
{
background-color: #B426F5;
}
</style>
border-color css
<style>
span { border-color: #B426F5; }
span { border-color: rgb(180,38,245); }
td.TdClassName
{
border-color: #B426F5;
}
.TagClassName
{
border-color: #B426F5;
}
</style>