Shades of Electric Purple #B30DFE
Tints of Electric Purple #B30DFE
RGB
CMYK
RGB Variations
Color information
#B30DFE (or 0xB30DFE) is known color: Electric Purple. HEX triplet: B3, 0D and FE. RGB value is (179,13,254). Sum of RGB (Red+Green+Blue) = 179+13+254=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #B30DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30DFE is #4CF201. Grayscale: #595959. Windows color (decimal): -5042690 or 16649651. OLE color: 16649651.
HSL color Cylindrical-coordinate representation of color #B30DFE: hue angle of 281.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30DFE is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 13 | 254 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.00 |
| HSL | 281.33º | 0.99% | 0.52% | - |
| HSV(B) | 281.33º | 0.95% | 1% | - |
| XYZ | 36.62 | 17.03 | 95.12 | - |
| YUV | 90.11 | 220.5 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 254 | 0.30 | 0.95 | 0 | 0.00 | 281.33 | 0.99 | 0.52 |
| Hex | B3 | D | FE | 1E | 5F | 0 | 0 | 119 | 63 | 34 |
| Octal | 263 | 15 | 376 | 36 | 137 | 0 | 0 | 431 | 143 | 64 |
| Binary | 10110011 | 1101 | 11111110 | 11110 | 1011111 | 0 | 0 | 100011001 | 1100011 | 110100 |
Color Harmonies of #B30DFE
Complementary color
Monochromatic Colors of #B30DFE
Black with #B30DFE
Text Example
Text Example
White with #B30DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DFE; }
p { color: rgb(179,13,254); }
H1.HeaderClassName
{
color: #B30DFE;
}
.AnyTagClassName
{
color: #B30DFE;
}
</style>
background-color css
<style>
a { background-color: #B30DFE; }
a { background-color: rgb(179,13,254); }
div.DivClassName
{
background-color: #B30DFE;
}
.BgClassName
{
background-color: #B30DFE;
}
</style>
border-color css
<style>
span { border-color: #B30DFE; }
span { border-color: rgb(179,13,254); }
td.TdClassName
{
border-color: #B30DFE;
}
.TagClassName
{
border-color: #B30DFE;
}
</style>