Shades of Electric Purple #B304FA
Tints of Electric Purple #B304FA
RGB
CMYK
RGB Variations
Color information
#B304FA (or 0xB304FA) is known color: Electric Purple. HEX triplet: B3, 04 and FA. RGB value is (179,4,250). Sum of RGB (Red+Green+Blue) = 179+4+250=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #B304FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B304FA is #4CFB05. Grayscale: #535353. Windows color (decimal): -5044998 or 16385203. OLE color: 16385203.
HSL color Cylindrical-coordinate representation of color #B304FA: hue angle of 282.68º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304FA is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 4 | 250 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.02 |
| HSL | 282.68º | 0.97% | 0.5% | - |
| HSV(B) | 282.68º | 0.98% | 0.98% | - |
| XYZ | 35.89 | 16.57 | 91.75 | - |
| YUV | 84.37 | 221.48 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 250 | 0.28 | 0.98 | 0 | 0.02 | 282.68 | 0.97 | 0.5 |
| Hex | B3 | 4 | FA | 1C | 62 | 0 | 2 | 11B | 61 | 32 |
| Octal | 263 | 4 | 372 | 34 | 142 | 0 | 2 | 433 | 141 | 62 |
| Binary | 10110011 | 100 | 11111010 | 11100 | 1100010 | 0 | 10 | 100011011 | 1100001 | 110010 |
Color Harmonies of #B304FA
Complementary color
Monochromatic Colors of #B304FA
Black with #B304FA
Text Example
Text Example
White with #B304FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B304FA; }
p { color: rgb(179,4,250); }
H1.HeaderClassName
{
color: #B304FA;
}
.AnyTagClassName
{
color: #B304FA;
}
</style>
background-color css
<style>
a { background-color: #B304FA; }
a { background-color: rgb(179,4,250); }
div.DivClassName
{
background-color: #B304FA;
}
.BgClassName
{
background-color: #B304FA;
}
</style>
border-color css
<style>
span { border-color: #B304FA; }
span { border-color: rgb(179,4,250); }
td.TdClassName
{
border-color: #B304FA;
}
.TagClassName
{
border-color: #B304FA;
}
</style>