Shades of Electric Purple #B316ED
Tints of Electric Purple #B316ED
RGB
CMYK
RGB Variations
Color information
#B316ED (or 0xB316ED) is known color: Electric Purple. HEX triplet: B3, 16 and ED. RGB value is (179,22,237). Sum of RGB (Red+Green+Blue) = 179+22+237=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #B316ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B316ED is #4CE912. Grayscale: #5C5C5C. Windows color (decimal): -5040403 or 15537843. OLE color: 15537843.
HSL color Cylindrical-coordinate representation of color #B316ED: hue angle of 283.81º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B316ED is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 22 | 237 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.07 |
| HSL | 283.81º | 0.86% | 0.51% | - |
| HSV(B) | 283.81º | 0.91% | 0.93% | - |
| XYZ | 34.16 | 16.27 | 81.46 | - |
| YUV | 93.45 | 209.01 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 237 | 0.24 | 0.91 | 0 | 0.07 | 283.81 | 0.86 | 0.51 |
| Hex | B3 | 16 | ED | 18 | 5B | 0 | 7 | 11C | 56 | 33 |
| Octal | 263 | 26 | 355 | 30 | 133 | 0 | 7 | 434 | 126 | 63 |
| Binary | 10110011 | 10110 | 11101101 | 11000 | 1011011 | 0 | 111 | 100011100 | 1010110 | 110011 |
Color Harmonies of #B316ED
Complementary color
Monochromatic Colors of #B316ED
Black with #B316ED
Text Example
Text Example
White with #B316ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316ED; }
p { color: rgb(179,22,237); }
H1.HeaderClassName
{
color: #B316ED;
}
.AnyTagClassName
{
color: #B316ED;
}
</style>
background-color css
<style>
a { background-color: #B316ED; }
a { background-color: rgb(179,22,237); }
div.DivClassName
{
background-color: #B316ED;
}
.BgClassName
{
background-color: #B316ED;
}
</style>
border-color css
<style>
span { border-color: #B316ED; }
span { border-color: rgb(179,22,237); }
td.TdClassName
{
border-color: #B316ED;
}
.TagClassName
{
border-color: #B316ED;
}
</style>