Shades of Electric Purple #B316FF
Tints of Electric Purple #B316FF
RGB
CMYK
RGB Variations
Color information
#B316FF (or 0xB316FF) is known color: Electric Purple. HEX triplet: B3, 16 and FF. RGB value is (179,22,255). Sum of RGB (Red+Green+Blue) = 179+22+255=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 22 (8.98% from 255 or 4.82% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #B316FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B316FF is #4CE900. Grayscale: #5E5E5E. Windows color (decimal): -5040385 or 16717491. OLE color: 16717491.
HSL color Cylindrical-coordinate representation of color #B316FF: hue angle of 280.43º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B316FF is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 22 | 255 | - |
| CMYK | 0.30 | 0.91 | 0 | 0 |
| HSL | 280.43º | 1% | 0.54% | - |
| HSV(B) | 280.43º | 0.91% | 1% | - |
| XYZ | 36.93 | 17.38 | 96.02 | - |
| YUV | 95.51 | 218.01 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 255 | 0.30 | 0.91 | 0 | 0 | 280.43 | 1 | 0.54 |
| Hex | B3 | 16 | FF | 1E | 5B | 0 | 0 | 118 | 64 | 36 |
| Octal | 263 | 26 | 377 | 36 | 133 | 0 | 0 | 430 | 144 | 66 |
| Binary | 10110011 | 10110 | 11111111 | 11110 | 1011011 | 0 | 0 | 100011000 | 1100100 | 110110 |
Color Harmonies of #B316FF
Complementary color
Monochromatic Colors of #B316FF
Black with #B316FF
Text Example
Text Example
White with #B316FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316FF; }
p { color: rgb(179,22,255); }
H1.HeaderClassName
{
color: #B316FF;
}
.AnyTagClassName
{
color: #B316FF;
}
</style>
background-color css
<style>
a { background-color: #B316FF; }
a { background-color: rgb(179,22,255); }
div.DivClassName
{
background-color: #B316FF;
}
.BgClassName
{
background-color: #B316FF;
}
</style>
border-color css
<style>
span { border-color: #B316FF; }
span { border-color: rgb(179,22,255); }
td.TdClassName
{
border-color: #B316FF;
}
.TagClassName
{
border-color: #B316FF;
}
</style>