Shades of Electric Purple #B30FFF
Tints of Electric Purple #B30FFF
RGB
CMYK
RGB Variations
Color information
#B30FFF (or 0xB30FFF) is known color: Electric Purple. HEX triplet: B3, 0F and FF. RGB value is (179,15,255). Sum of RGB (Red+Green+Blue) = 179+15+255=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #B30FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30FFF is #4CF000. Grayscale: #5A5A5A. Windows color (decimal): -5042177 or 16715699. OLE color: 16715699.
HSL color Cylindrical-coordinate representation of color #B30FFF: hue angle of 281º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30FFF is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 15 | 255 | - |
| CMYK | 0.30 | 0.94 | 0 | 0 |
| HSL | 281º | 1% | 0.53% | - |
| HSV(B) | 281º | 0.94% | 1% | - |
| XYZ | 36.81 | 17.15 | 95.98 | - |
| YUV | 91.4 | 220.33 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 255 | 0.30 | 0.94 | 0 | 0 | 281 | 1 | 0.53 |
| Hex | B3 | F | FF | 1E | 5E | 0 | 0 | 119 | 64 | 35 |
| Octal | 263 | 17 | 377 | 36 | 136 | 0 | 0 | 431 | 144 | 65 |
| Binary | 10110011 | 1111 | 11111111 | 11110 | 1011110 | 0 | 0 | 100011001 | 1100100 | 110101 |
Color Harmonies of #B30FFF
Complementary color
Monochromatic Colors of #B30FFF
Black with #B30FFF
Text Example
Text Example
White with #B30FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FFF; }
p { color: rgb(179,15,255); }
H1.HeaderClassName
{
color: #B30FFF;
}
.AnyTagClassName
{
color: #B30FFF;
}
</style>
background-color css
<style>
a { background-color: #B30FFF; }
a { background-color: rgb(179,15,255); }
div.DivClassName
{
background-color: #B30FFF;
}
.BgClassName
{
background-color: #B30FFF;
}
</style>
border-color css
<style>
span { border-color: #B30FFF; }
span { border-color: rgb(179,15,255); }
td.TdClassName
{
border-color: #B30FFF;
}
.TagClassName
{
border-color: #B30FFF;
}
</style>