Shades of Electric Purple #B316EA
Tints of Electric Purple #B316EA
RGB
CMYK
RGB Variations
Color information
#B316EA (or 0xB316EA) is known color: Electric Purple. HEX triplet: B3, 16 and EA. RGB value is (179,22,234). Sum of RGB (Red+Green+Blue) = 179+22+234=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #B316EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B316EA is #4CE915. Grayscale: #5C5C5C. Windows color (decimal): -5040406 or 15341235. OLE color: 15341235.
HSL color Cylindrical-coordinate representation of color #B316EA: hue angle of 284.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B316EA is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 22 | 234 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.08 |
| HSL | 284.43º | 0.83% | 0.5% | - |
| HSV(B) | 284.43º | 0.91% | 0.92% | - |
| XYZ | 33.73 | 16.1 | 79.17 | - |
| YUV | 93.11 | 207.51 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 234 | 0.24 | 0.91 | 0 | 0.08 | 284.43 | 0.83 | 0.5 |
| Hex | B3 | 16 | EA | 18 | 5B | 0 | 8 | 11C | 53 | 32 |
| Octal | 263 | 26 | 352 | 30 | 133 | 0 | 10 | 434 | 123 | 62 |
| Binary | 10110011 | 10110 | 11101010 | 11000 | 1011011 | 0 | 1000 | 100011100 | 1010011 | 110010 |
Color Harmonies of #B316EA
Complementary color
Monochromatic Colors of #B316EA
Black with #B316EA
Text Example
Text Example
White with #B316EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316EA; }
p { color: rgb(179,22,234); }
H1.HeaderClassName
{
color: #B316EA;
}
.AnyTagClassName
{
color: #B316EA;
}
</style>
background-color css
<style>
a { background-color: #B316EA; }
a { background-color: rgb(179,22,234); }
div.DivClassName
{
background-color: #B316EA;
}
.BgClassName
{
background-color: #B316EA;
}
</style>
border-color css
<style>
span { border-color: #B316EA; }
span { border-color: rgb(179,22,234); }
td.TdClassName
{
border-color: #B316EA;
}
.TagClassName
{
border-color: #B316EA;
}
</style>