Shades of Electric Purple #B30FEF
Tints of Electric Purple #B30FEF
RGB
CMYK
RGB Variations
Color information
#B30FEF (or 0xB30FEF) is known color: Electric Purple. HEX triplet: B3, 0F and EF. RGB value is (179,15,239). Sum of RGB (Red+Green+Blue) = 179+15+239=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #B30FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30FEF is #4CF010. Grayscale: #585858. Windows color (decimal): -5042193 or 15667123. OLE color: 15667123.
HSL color Cylindrical-coordinate representation of color #B30FEF: hue angle of 283.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30FEF is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 15 | 239 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.06 |
| HSL | 283.93º | 0.88% | 0.5% | - |
| HSV(B) | 283.93º | 0.94% | 0.94% | - |
| XYZ | 34.34 | 16.16 | 82.97 | - |
| YUV | 89.57 | 212.33 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 239 | 0.25 | 0.94 | 0 | 0.06 | 283.93 | 0.88 | 0.5 |
| Hex | B3 | F | EF | 19 | 5E | 0 | 6 | 11C | 58 | 32 |
| Octal | 263 | 17 | 357 | 31 | 136 | 0 | 6 | 434 | 130 | 62 |
| Binary | 10110011 | 1111 | 11101111 | 11001 | 1011110 | 0 | 110 | 100011100 | 1011000 | 110010 |
Color Harmonies of #B30FEF
Complementary color
Monochromatic Colors of #B30FEF
Black with #B30FEF
Text Example
Text Example
White with #B30FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FEF; }
p { color: rgb(179,15,239); }
H1.HeaderClassName
{
color: #B30FEF;
}
.AnyTagClassName
{
color: #B30FEF;
}
</style>
background-color css
<style>
a { background-color: #B30FEF; }
a { background-color: rgb(179,15,239); }
div.DivClassName
{
background-color: #B30FEF;
}
.BgClassName
{
background-color: #B30FEF;
}
</style>
border-color css
<style>
span { border-color: #B30FEF; }
span { border-color: rgb(179,15,239); }
td.TdClassName
{
border-color: #B30FEF;
}
.TagClassName
{
border-color: #B30FEF;
}
</style>