Shades of Electric Purple #B524F2
Tints of Electric Purple #B524F2
RGB
CMYK
RGB Variations
Color information
#B524F2 (or 0xB524F2) is known color: Electric Purple. HEX triplet: B5, 24 and F2. RGB value is (181,36,242). Sum of RGB (Red+Green+Blue) = 181+36+242=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #B524F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B524F2 is #4ADB0D. Grayscale: #666666. Windows color (decimal): -4905742 or 15869109. OLE color: 15869109.
HSL color Cylindrical-coordinate representation of color #B524F2: hue angle of 282.23º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B524F2 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 36 | 242 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.05 |
| HSL | 282.23º | 0.89% | 0.55% | - |
| HSV(B) | 282.23º | 0.85% | 0.95% | - |
| XYZ | 35.71 | 17.5 | 85.5 | - |
| YUV | 102.84 | 206.54 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 242 | 0.25 | 0.85 | 0 | 0.05 | 282.23 | 0.89 | 0.55 |
| Hex | B5 | 24 | F2 | 19 | 55 | 0 | 5 | 11A | 59 | 37 |
| Octal | 265 | 44 | 362 | 31 | 125 | 0 | 5 | 432 | 131 | 67 |
| Binary | 10110101 | 100100 | 11110010 | 11001 | 1010101 | 0 | 101 | 100011010 | 1011001 | 110111 |
Color Harmonies of #B524F2
Complementary color
Monochromatic Colors of #B524F2
Black with #B524F2
Text Example
Text Example
White with #B524F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B524F2; }
p { color: rgb(181,36,242); }
H1.HeaderClassName
{
color: #B524F2;
}
.AnyTagClassName
{
color: #B524F2;
}
</style>
background-color css
<style>
a { background-color: #B524F2; }
a { background-color: rgb(181,36,242); }
div.DivClassName
{
background-color: #B524F2;
}
.BgClassName
{
background-color: #B524F2;
}
</style>
border-color css
<style>
span { border-color: #B524F2; }
span { border-color: rgb(181,36,242); }
td.TdClassName
{
border-color: #B524F2;
}
.TagClassName
{
border-color: #B524F2;
}
</style>