Shades of Electric Purple #B30EF4
Tints of Electric Purple #B30EF4
RGB
CMYK
RGB Variations
Color information
#B30EF4 (or 0xB30EF4) is known color: Electric Purple. HEX triplet: B3, 0E and F4. RGB value is (179,14,244). Sum of RGB (Red+Green+Blue) = 179+14+244=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #B30EF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30EF4 is #4CF10B. Grayscale: #585858. Windows color (decimal): -5042444 or 15994547. OLE color: 15994547.
HSL color Cylindrical-coordinate representation of color #B30EF4: hue angle of 283.04º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30EF4 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 14 | 244 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.04 |
| HSL | 283.04º | 0.91% | 0.51% | - |
| HSV(B) | 283.04º | 0.94% | 0.96% | - |
| XYZ | 35.08 | 16.43 | 86.91 | - |
| YUV | 89.56 | 215.16 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 244 | 0.27 | 0.94 | 0 | 0.04 | 283.04 | 0.91 | 0.51 |
| Hex | B3 | E | F4 | 1B | 5E | 0 | 4 | 11B | 5B | 33 |
| Octal | 263 | 16 | 364 | 33 | 136 | 0 | 4 | 433 | 133 | 63 |
| Binary | 10110011 | 1110 | 11110100 | 11011 | 1011110 | 0 | 100 | 100011011 | 1011011 | 110011 |
Color Harmonies of #B30EF4
Complementary color
Monochromatic Colors of #B30EF4
Black with #B30EF4
Text Example
Text Example
White with #B30EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30EF4; }
p { color: rgb(179,14,244); }
H1.HeaderClassName
{
color: #B30EF4;
}
.AnyTagClassName
{
color: #B30EF4;
}
</style>
background-color css
<style>
a { background-color: #B30EF4; }
a { background-color: rgb(179,14,244); }
div.DivClassName
{
background-color: #B30EF4;
}
.BgClassName
{
background-color: #B30EF4;
}
</style>
border-color css
<style>
span { border-color: #B30EF4; }
span { border-color: rgb(179,14,244); }
td.TdClassName
{
border-color: #B30EF4;
}
.TagClassName
{
border-color: #B30EF4;
}
</style>