Shades of Electric Purple #B30FEE
Tints of Electric Purple #B30FEE
RGB
CMYK
RGB Variations
Color information
#B30FEE (or 0xB30FEE) is known color: Electric Purple. HEX triplet: B3, 0F and EE. RGB value is (179,15,238). Sum of RGB (Red+Green+Blue) = 179+15+238=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #B30FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30FEE is #4CF011. Grayscale: #585858. Windows color (decimal): -5042194 or 15601587. OLE color: 15601587.
HSL color Cylindrical-coordinate representation of color #B30FEE: hue angle of 284.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30FEE is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 15 | 238 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.07 |
| HSL | 284.13º | 0.88% | 0.5% | - |
| HSV(B) | 284.13º | 0.94% | 0.93% | - |
| XYZ | 34.19 | 16.1 | 82.19 | - |
| YUV | 89.46 | 211.83 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 238 | 0.25 | 0.94 | 0 | 0.07 | 284.13 | 0.88 | 0.5 |
| Hex | B3 | F | EE | 19 | 5E | 0 | 7 | 11C | 58 | 32 |
| Octal | 263 | 17 | 356 | 31 | 136 | 0 | 7 | 434 | 130 | 62 |
| Binary | 10110011 | 1111 | 11101110 | 11001 | 1011110 | 0 | 111 | 100011100 | 1011000 | 110010 |
Color Harmonies of #B30FEE
Complementary color
Monochromatic Colors of #B30FEE
Black with #B30FEE
Text Example
Text Example
White with #B30FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FEE; }
p { color: rgb(179,15,238); }
H1.HeaderClassName
{
color: #B30FEE;
}
.AnyTagClassName
{
color: #B30FEE;
}
</style>
background-color css
<style>
a { background-color: #B30FEE; }
a { background-color: rgb(179,15,238); }
div.DivClassName
{
background-color: #B30FEE;
}
.BgClassName
{
background-color: #B30FEE;
}
</style>
border-color css
<style>
span { border-color: #B30FEE; }
span { border-color: rgb(179,15,238); }
td.TdClassName
{
border-color: #B30FEE;
}
.TagClassName
{
border-color: #B30FEE;
}
</style>