Shades of Electric Purple #B325F5
Tints of Electric Purple #B325F5
RGB
CMYK
RGB Variations
Color information
#B325F5 (or 0xB325F5) is known color: Electric Purple. HEX triplet: B3, 25 and F5. RGB value is (179,37,245). Sum of RGB (Red+Green+Blue) = 179+37+245=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 245 (96.09% from 255 or 53.15% from 461); Max value from RGB is 245 - color contains mainly: blue. Hex color #B325F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B325F5 is #4CDA0A. Grayscale: #666666. Windows color (decimal): -5036555 or 16065971. OLE color: 16065971.
HSL color Cylindrical-coordinate representation of color #B325F5: hue angle of 280.96º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B325F5 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 37 | 245 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.04 |
| HSL | 280.96º | 0.91% | 0.55% | - |
| HSV(B) | 280.96º | 0.85% | 0.96% | - |
| XYZ | 35.73 | 17.5 | 87.88 | - |
| YUV | 103.17 | 208.04 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 245 | 0.27 | 0.85 | 0 | 0.04 | 280.96 | 0.91 | 0.55 |
| Hex | B3 | 25 | F5 | 1B | 55 | 0 | 4 | 119 | 5B | 37 |
| Octal | 263 | 45 | 365 | 33 | 125 | 0 | 4 | 431 | 133 | 67 |
| Binary | 10110011 | 100101 | 11110101 | 11011 | 1010101 | 0 | 100 | 100011001 | 1011011 | 110111 |
Color Harmonies of #B325F5
Complementary color
Monochromatic Colors of #B325F5
Black with #B325F5
Text Example
Text Example
White with #B325F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B325F5; }
p { color: rgb(179,37,245); }
H1.HeaderClassName
{
color: #B325F5;
}
.AnyTagClassName
{
color: #B325F5;
}
</style>
background-color css
<style>
a { background-color: #B325F5; }
a { background-color: rgb(179,37,245); }
div.DivClassName
{
background-color: #B325F5;
}
.BgClassName
{
background-color: #B325F5;
}
</style>
border-color css
<style>
span { border-color: #B325F5; }
span { border-color: rgb(179,37,245); }
td.TdClassName
{
border-color: #B325F5;
}
.TagClassName
{
border-color: #B325F5;
}
</style>