Shades of Electric Purple #B30DEC
Tints of Electric Purple #B30DEC
RGB
CMYK
RGB Variations
Color information
#B30DEC (or 0xB30DEC) is known color: Electric Purple. HEX triplet: B3, 0D and EC. RGB value is (179,13,236). Sum of RGB (Red+Green+Blue) = 179+13+236=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #B30DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30DEC is #4CF213. Grayscale: #575757. Windows color (decimal): -5042708 or 15470003. OLE color: 15470003.
HSL color Cylindrical-coordinate representation of color #B30DEC: hue angle of 284.66º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30DEC is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 13 | 236 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.07 |
| HSL | 284.66º | 0.9% | 0.49% | - |
| HSV(B) | 284.66º | 0.94% | 0.93% | - |
| XYZ | 33.87 | 15.93 | 80.65 | - |
| YUV | 88.06 | 211.5 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 236 | 0.24 | 0.94 | 0 | 0.07 | 284.66 | 0.9 | 0.49 |
| Hex | B3 | D | EC | 18 | 5E | 0 | 7 | 11D | 5A | 31 |
| Octal | 263 | 15 | 354 | 30 | 136 | 0 | 7 | 435 | 132 | 61 |
| Binary | 10110011 | 1101 | 11101100 | 11000 | 1011110 | 0 | 111 | 100011101 | 1011010 | 110001 |
Color Harmonies of #B30DEC
Complementary color
Monochromatic Colors of #B30DEC
Black with #B30DEC
Text Example
Text Example
White with #B30DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DEC; }
p { color: rgb(179,13,236); }
H1.HeaderClassName
{
color: #B30DEC;
}
.AnyTagClassName
{
color: #B30DEC;
}
</style>
background-color css
<style>
a { background-color: #B30DEC; }
a { background-color: rgb(179,13,236); }
div.DivClassName
{
background-color: #B30DEC;
}
.BgClassName
{
background-color: #B30DEC;
}
</style>
border-color css
<style>
span { border-color: #B30DEC; }
span { border-color: rgb(179,13,236); }
td.TdClassName
{
border-color: #B30DEC;
}
.TagClassName
{
border-color: #B30DEC;
}
</style>