Shades of Electric Purple #B526F2
Tints of Electric Purple #B526F2
RGB
CMYK
RGB Variations
Color information
#B526F2 (or 0xB526F2) is known color: Electric Purple. HEX triplet: B5, 26 and F2. RGB value is (181,38,242). Sum of RGB (Red+Green+Blue) = 181+38+242=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #B526F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B526F2 is #4AD90D. Grayscale: #676767. Windows color (decimal): -4905230 or 15869621. OLE color: 15869621.
HSL color Cylindrical-coordinate representation of color #B526F2: hue angle of 282.06º 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 #B526F2 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 38 | 242 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.05 |
| HSL | 282.06º | 0.89% | 0.55% | - |
| HSV(B) | 282.06º | 0.84% | 0.95% | - |
| XYZ | 35.78 | 17.62 | 85.52 | - |
| YUV | 104.01 | 205.88 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 242 | 0.25 | 0.84 | 0 | 0.05 | 282.06 | 0.89 | 0.55 |
| Hex | B5 | 26 | F2 | 19 | 54 | 0 | 5 | 11A | 59 | 37 |
| Octal | 265 | 46 | 362 | 31 | 124 | 0 | 5 | 432 | 131 | 67 |
| Binary | 10110101 | 100110 | 11110010 | 11001 | 1010100 | 0 | 101 | 100011010 | 1011001 | 110111 |
Color Harmonies of #B526F2
Complementary color
Monochromatic Colors of #B526F2
Black with #B526F2
Text Example
Text Example
White with #B526F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B526F2; }
p { color: rgb(181,38,242); }
H1.HeaderClassName
{
color: #B526F2;
}
.AnyTagClassName
{
color: #B526F2;
}
</style>
background-color css
<style>
a { background-color: #B526F2; }
a { background-color: rgb(181,38,242); }
div.DivClassName
{
background-color: #B526F2;
}
.BgClassName
{
background-color: #B526F2;
}
</style>
border-color css
<style>
span { border-color: #B526F2; }
span { border-color: rgb(181,38,242); }
td.TdClassName
{
border-color: #B526F2;
}
.TagClassName
{
border-color: #B526F2;
}
</style>