Shades of Electric Purple #B30EFF
Tints of Electric Purple #B30EFF
RGB
CMYK
RGB Variations
Color information
#B30EFF (or 0xB30EFF) is known color: Electric Purple. HEX triplet: B3, 0E and FF. RGB value is (179,14,255). Sum of RGB (Red+Green+Blue) = 179+14+255=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #B30EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30EFF is #4CF100. Grayscale: #5A5A5A. Windows color (decimal): -5042433 or 16715443. OLE color: 16715443.
HSL color Cylindrical-coordinate representation of color #B30EFF: hue angle of 281.08º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30EFF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 14 | 255 | - |
| CMYK | 0.30 | 0.95 | 0 | 0 |
| HSL | 281.08º | 1% | 0.53% | - |
| HSV(B) | 281.08º | 0.95% | 1% | - |
| XYZ | 36.8 | 17.12 | 95.97 | - |
| YUV | 90.81 | 220.66 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 255 | 0.30 | 0.95 | 0 | 0 | 281.08 | 1 | 0.53 |
| Hex | B3 | E | FF | 1E | 5F | 0 | 0 | 119 | 64 | 35 |
| Octal | 263 | 16 | 377 | 36 | 137 | 0 | 0 | 431 | 144 | 65 |
| Binary | 10110011 | 1110 | 11111111 | 11110 | 1011111 | 0 | 0 | 100011001 | 1100100 | 110101 |
Color Harmonies of #B30EFF
Complementary color
Monochromatic Colors of #B30EFF
Black with #B30EFF
Text Example
Text Example
White with #B30EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30EFF; }
p { color: rgb(179,14,255); }
H1.HeaderClassName
{
color: #B30EFF;
}
.AnyTagClassName
{
color: #B30EFF;
}
</style>
background-color css
<style>
a { background-color: #B30EFF; }
a { background-color: rgb(179,14,255); }
div.DivClassName
{
background-color: #B30EFF;
}
.BgClassName
{
background-color: #B30EFF;
}
</style>
border-color css
<style>
span { border-color: #B30EFF; }
span { border-color: rgb(179,14,255); }
td.TdClassName
{
border-color: #B30EFF;
}
.TagClassName
{
border-color: #B30EFF;
}
</style>