Shades of Electric Purple #B30DEA
Tints of Electric Purple #B30DEA
RGB
CMYK
RGB Variations
Color information
#B30DEA (or 0xB30DEA) is known color: Electric Purple. HEX triplet: B3, 0D and EA. RGB value is (179,13,234). Sum of RGB (Red+Green+Blue) = 179+13+234=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #B30DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30DEA is #4CF215. Grayscale: #575757. Windows color (decimal): -5042710 or 15338931. OLE color: 15338931.
HSL color Cylindrical-coordinate representation of color #B30DEA: hue angle of 285.07º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30DEA is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 13 | 234 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.08 |
| HSL | 285.07º | 0.89% | 0.48% | - |
| HSV(B) | 285.07º | 0.94% | 0.92% | - |
| XYZ | 33.59 | 15.81 | 79.12 | - |
| YUV | 87.83 | 210.5 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 234 | 0.24 | 0.94 | 0 | 0.08 | 285.07 | 0.89 | 0.48 |
| Hex | B3 | D | EA | 18 | 5E | 0 | 8 | 11D | 59 | 30 |
| Octal | 263 | 15 | 352 | 30 | 136 | 0 | 10 | 435 | 131 | 60 |
| Binary | 10110011 | 1101 | 11101010 | 11000 | 1011110 | 0 | 1000 | 100011101 | 1011001 | 110000 |
Color Harmonies of #B30DEA
Complementary color
Monochromatic Colors of #B30DEA
Black with #B30DEA
Text Example
Text Example
White with #B30DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DEA; }
p { color: rgb(179,13,234); }
H1.HeaderClassName
{
color: #B30DEA;
}
.AnyTagClassName
{
color: #B30DEA;
}
</style>
background-color css
<style>
a { background-color: #B30DEA; }
a { background-color: rgb(179,13,234); }
div.DivClassName
{
background-color: #B30DEA;
}
.BgClassName
{
background-color: #B30DEA;
}
</style>
border-color css
<style>
span { border-color: #B30DEA; }
span { border-color: rgb(179,13,234); }
td.TdClassName
{
border-color: #B30DEA;
}
.TagClassName
{
border-color: #B30DEA;
}
</style>