Shades of Electric Purple #B318E0
Tints of Electric Purple #B318E0
RGB
CMYK
RGB Variations
Color information
#B318E0 (or 0xB318E0) is known color: Electric Purple. HEX triplet: B3, 18 and E0. RGB value is (179,24,224). Sum of RGB (Red+Green+Blue) = 179+24+224=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #B318E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B318E0 is #4CE71F. Grayscale: #5C5C5C. Windows color (decimal): -5039904 or 14686387. OLE color: 14686387.
HSL color Cylindrical-coordinate representation of color #B318E0: hue angle of 286.5º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B318E0 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 24 | 224 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.12 |
| HSL | 286.5º | 0.81% | 0.49% | - |
| HSV(B) | 286.5º | 0.89% | 0.88% | - |
| XYZ | 32.37 | 15.62 | 71.83 | - |
| YUV | 93.15 | 201.85 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 224 | 0.20 | 0.89 | 0 | 0.12 | 286.5 | 0.81 | 0.49 |
| Hex | B3 | 18 | E0 | 14 | 59 | 0 | C | 11E | 51 | 31 |
| Octal | 263 | 30 | 340 | 24 | 131 | 0 | 14 | 436 | 121 | 61 |
| Binary | 10110011 | 11000 | 11100000 | 10100 | 1011001 | 0 | 1100 | 100011110 | 1010001 | 110001 |
Color Harmonies of #B318E0
Complementary color
Monochromatic Colors of #B318E0
Black with #B318E0
Text Example
Text Example
White with #B318E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B318E0; }
p { color: rgb(179,24,224); }
H1.HeaderClassName
{
color: #B318E0;
}
.AnyTagClassName
{
color: #B318E0;
}
</style>
background-color css
<style>
a { background-color: #B318E0; }
a { background-color: rgb(179,24,224); }
div.DivClassName
{
background-color: #B318E0;
}
.BgClassName
{
background-color: #B318E0;
}
</style>
border-color css
<style>
span { border-color: #B318E0; }
span { border-color: rgb(179,24,224); }
td.TdClassName
{
border-color: #B318E0;
}
.TagClassName
{
border-color: #B318E0;
}
</style>