Shades of Electric Purple #B318EA
Tints of Electric Purple #B318EA
RGB
CMYK
RGB Variations
Color information
#B318EA (or 0xB318EA) is known color: Electric Purple. HEX triplet: B3, 18 and EA. RGB value is (179,24,234). Sum of RGB (Red+Green+Blue) = 179+24+234=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #B318EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B318EA is #4CE715. Grayscale: #5D5D5D. Windows color (decimal): -5039894 or 15341747. OLE color: 15341747.
HSL color Cylindrical-coordinate representation of color #B318EA: hue angle of 284.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B318EA is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 24 | 234 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.08 |
| HSL | 284.29º | 0.83% | 0.51% | - |
| HSV(B) | 284.29º | 0.9% | 0.92% | - |
| XYZ | 33.77 | 16.18 | 79.18 | - |
| YUV | 94.29 | 206.85 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 234 | 0.24 | 0.90 | 0 | 0.08 | 284.29 | 0.83 | 0.51 |
| Hex | B3 | 18 | EA | 18 | 5A | 0 | 8 | 11C | 53 | 33 |
| Octal | 263 | 30 | 352 | 30 | 132 | 0 | 10 | 434 | 123 | 63 |
| Binary | 10110011 | 11000 | 11101010 | 11000 | 1011010 | 0 | 1000 | 100011100 | 1010011 | 110011 |
Color Harmonies of #B318EA
Complementary color
Monochromatic Colors of #B318EA
Black with #B318EA
Text Example
Text Example
White with #B318EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B318EA; }
p { color: rgb(179,24,234); }
H1.HeaderClassName
{
color: #B318EA;
}
.AnyTagClassName
{
color: #B318EA;
}
</style>
background-color css
<style>
a { background-color: #B318EA; }
a { background-color: rgb(179,24,234); }
div.DivClassName
{
background-color: #B318EA;
}
.BgClassName
{
background-color: #B318EA;
}
</style>
border-color css
<style>
span { border-color: #B318EA; }
span { border-color: rgb(179,24,234); }
td.TdClassName
{
border-color: #B318EA;
}
.TagClassName
{
border-color: #B318EA;
}
</style>