Shades of Electric Purple #B304F2
Tints of Electric Purple #B304F2
RGB
CMYK
RGB Variations
Color information
#B304F2 (or 0xB304F2) is known color: Electric Purple. HEX triplet: B3, 04 and F2. RGB value is (179,4,242). Sum of RGB (Red+Green+Blue) = 179+4+242=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 242 (94.92% from 255 or 56.94% from 425); Max value from RGB is 242 - color contains mainly: blue. Hex color #B304F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B304F2 is #4CFB0D. Grayscale: #525252. Windows color (decimal): -5045006 or 15860915. OLE color: 15860915.
HSL color Cylindrical-coordinate representation of color #B304F2: hue angle of 284.12º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304F2 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 4 | 242 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.05 |
| HSL | 284.12º | 0.97% | 0.48% | - |
| HSV(B) | 284.12º | 0.98% | 0.95% | - |
| XYZ | 34.66 | 16.08 | 85.28 | - |
| YUV | 83.46 | 217.48 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 242 | 0.26 | 0.98 | 0 | 0.05 | 284.12 | 0.97 | 0.48 |
| Hex | B3 | 4 | F2 | 1A | 62 | 0 | 5 | 11C | 61 | 30 |
| Octal | 263 | 4 | 362 | 32 | 142 | 0 | 5 | 434 | 141 | 60 |
| Binary | 10110011 | 100 | 11110010 | 11010 | 1100010 | 0 | 101 | 100011100 | 1100001 | 110000 |
Color Harmonies of #B304F2
Complementary color
Monochromatic Colors of #B304F2
Black with #B304F2
Text Example
Text Example
White with #B304F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B304F2; }
p { color: rgb(179,4,242); }
H1.HeaderClassName
{
color: #B304F2;
}
.AnyTagClassName
{
color: #B304F2;
}
</style>
background-color css
<style>
a { background-color: #B304F2; }
a { background-color: rgb(179,4,242); }
div.DivClassName
{
background-color: #B304F2;
}
.BgClassName
{
background-color: #B304F2;
}
</style>
border-color css
<style>
span { border-color: #B304F2; }
span { border-color: rgb(179,4,242); }
td.TdClassName
{
border-color: #B304F2;
}
.TagClassName
{
border-color: #B304F2;
}
</style>