Shades of Electric Purple #B325F7
Tints of Electric Purple #B325F7
RGB
CMYK
RGB Variations
Color information
#B325F7 (or 0xB325F7) is known color: Electric Purple. HEX triplet: B3, 25 and F7. RGB value is (179,37,247). Sum of RGB (Red+Green+Blue) = 179+37+247=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #B325F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B325F7 is #4CDA08. Grayscale: #666666. Windows color (decimal): -5036553 or 16197043. OLE color: 16197043.
HSL color Cylindrical-coordinate representation of color #B325F7: hue angle of 280.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B325F7 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 37 | 247 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.03 |
| HSL | 280.57º | 0.93% | 0.56% | - |
| HSV(B) | 280.57º | 0.85% | 0.97% | - |
| XYZ | 36.04 | 17.62 | 89.5 | - |
| YUV | 103.4 | 209.04 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 247 | 0.28 | 0.85 | 0 | 0.03 | 280.57 | 0.93 | 0.56 |
| Hex | B3 | 25 | F7 | 1C | 55 | 0 | 3 | 119 | 5D | 38 |
| Octal | 263 | 45 | 367 | 34 | 125 | 0 | 3 | 431 | 135 | 70 |
| Binary | 10110011 | 100101 | 11110111 | 11100 | 1010101 | 0 | 11 | 100011001 | 1011101 | 111000 |
Color Harmonies of #B325F7
Complementary color
Monochromatic Colors of #B325F7
Black with #B325F7
Text Example
Text Example
White with #B325F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B325F7; }
p { color: rgb(179,37,247); }
H1.HeaderClassName
{
color: #B325F7;
}
.AnyTagClassName
{
color: #B325F7;
}
</style>
background-color css
<style>
a { background-color: #B325F7; }
a { background-color: rgb(179,37,247); }
div.DivClassName
{
background-color: #B325F7;
}
.BgClassName
{
background-color: #B325F7;
}
</style>
border-color css
<style>
span { border-color: #B325F7; }
span { border-color: rgb(179,37,247); }
td.TdClassName
{
border-color: #B325F7;
}
.TagClassName
{
border-color: #B325F7;
}
</style>