Shades of Electric Purple #B30DFF
Tints of Electric Purple #B30DFF
RGB
CMYK
RGB Variations
Color information
#B30DFF (or 0xB30DFF) is known color: Electric Purple. HEX triplet: B3, 0D and FF. RGB value is (179,13,255). Sum of RGB (Red+Green+Blue) = 179+13+255=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #B30DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30DFF is #4CF200. Grayscale: #595959. Windows color (decimal): -5042689 or 16715187. OLE color: 16715187.
HSL color Cylindrical-coordinate representation of color #B30DFF: hue angle of 281.16º 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 #B30DFF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 13 | 255 | - |
| CMYK | 0.30 | 0.95 | 0 | 0 |
| HSL | 281.16º | 1% | 0.53% | - |
| HSV(B) | 281.16º | 0.95% | 1% | - |
| XYZ | 36.78 | 17.09 | 95.97 | - |
| YUV | 90.22 | 221 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 255 | 0.30 | 0.95 | 0 | 0 | 281.16 | 1 | 0.53 |
| Hex | B3 | D | FF | 1E | 5F | 0 | 0 | 119 | 64 | 35 |
| Octal | 263 | 15 | 377 | 36 | 137 | 0 | 0 | 431 | 144 | 65 |
| Binary | 10110011 | 1101 | 11111111 | 11110 | 1011111 | 0 | 0 | 100011001 | 1100100 | 110101 |
Color Harmonies of #B30DFF
Complementary color
Monochromatic Colors of #B30DFF
Black with #B30DFF
Text Example
Text Example
White with #B30DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DFF; }
p { color: rgb(179,13,255); }
H1.HeaderClassName
{
color: #B30DFF;
}
.AnyTagClassName
{
color: #B30DFF;
}
</style>
background-color css
<style>
a { background-color: #B30DFF; }
a { background-color: rgb(179,13,255); }
div.DivClassName
{
background-color: #B30DFF;
}
.BgClassName
{
background-color: #B30DFF;
}
</style>
border-color css
<style>
span { border-color: #B30DFF; }
span { border-color: rgb(179,13,255); }
td.TdClassName
{
border-color: #B30DFF;
}
.TagClassName
{
border-color: #B30DFF;
}
</style>