Shades of Electric Purple #B31CF6
Tints of Electric Purple #B31CF6
RGB
CMYK
RGB Variations
Color information
#B31CF6 (or 0xB31CF6) is known color: Electric Purple. HEX triplet: B3, 1C and F6. RGB value is (179,28,246). Sum of RGB (Red+Green+Blue) = 179+28+246=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #B31CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CF6 is #4CE309. Grayscale: #616161. Windows color (decimal): -5038858 or 16129203. OLE color: 16129203.
HSL color Cylindrical-coordinate representation of color #B31CF6: hue angle of 281.56º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31CF6 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 28 | 246 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.04 |
| HSL | 281.56º | 0.92% | 0.54% | - |
| HSV(B) | 281.56º | 0.89% | 0.96% | - |
| XYZ | 35.64 | 17.07 | 88.6 | - |
| YUV | 98 | 211.53 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 246 | 0.27 | 0.89 | 0 | 0.04 | 281.56 | 0.92 | 0.54 |
| Hex | B3 | 1C | F6 | 1B | 59 | 0 | 4 | 11A | 5C | 36 |
| Octal | 263 | 34 | 366 | 33 | 131 | 0 | 4 | 432 | 134 | 66 |
| Binary | 10110011 | 11100 | 11110110 | 11011 | 1011001 | 0 | 100 | 100011010 | 1011100 | 110110 |
Color Harmonies of #B31CF6
Complementary color
Monochromatic Colors of #B31CF6
Black with #B31CF6
Text Example
Text Example
White with #B31CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CF6; }
p { color: rgb(179,28,246); }
H1.HeaderClassName
{
color: #B31CF6;
}
.AnyTagClassName
{
color: #B31CF6;
}
</style>
background-color css
<style>
a { background-color: #B31CF6; }
a { background-color: rgb(179,28,246); }
div.DivClassName
{
background-color: #B31CF6;
}
.BgClassName
{
background-color: #B31CF6;
}
</style>
border-color css
<style>
span { border-color: #B31CF6; }
span { border-color: rgb(179,28,246); }
td.TdClassName
{
border-color: #B31CF6;
}
.TagClassName
{
border-color: #B31CF6;
}
</style>