Shades of Electric Purple #B31CF8
Tints of Electric Purple #B31CF8
RGB
CMYK
RGB Variations
Color information
#B31CF8 (or 0xB31CF8) is known color: Electric Purple. HEX triplet: B3, 1C and F8. RGB value is (179,28,248). Sum of RGB (Red+Green+Blue) = 179+28+248=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #B31CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CF8 is #4CE307. Grayscale: #616161. Windows color (decimal): -5038856 or 16260275. OLE color: 16260275.
HSL color Cylindrical-coordinate representation of color #B31CF8: hue angle of 281.18º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31CF8 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 28 | 248 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.03 |
| HSL | 281.18º | 0.94% | 0.54% | - |
| HSV(B) | 281.18º | 0.89% | 0.97% | - |
| XYZ | 35.95 | 17.19 | 90.23 | - |
| YUV | 98.23 | 212.53 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 248 | 0.28 | 0.89 | 0 | 0.03 | 281.18 | 0.94 | 0.54 |
| Hex | B3 | 1C | F8 | 1C | 59 | 0 | 3 | 119 | 5E | 36 |
| Octal | 263 | 34 | 370 | 34 | 131 | 0 | 3 | 431 | 136 | 66 |
| Binary | 10110011 | 11100 | 11111000 | 11100 | 1011001 | 0 | 11 | 100011001 | 1011110 | 110110 |
Color Harmonies of #B31CF8
Complementary color
Monochromatic Colors of #B31CF8
Black with #B31CF8
Text Example
Text Example
White with #B31CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CF8; }
p { color: rgb(179,28,248); }
H1.HeaderClassName
{
color: #B31CF8;
}
.AnyTagClassName
{
color: #B31CF8;
}
</style>
background-color css
<style>
a { background-color: #B31CF8; }
a { background-color: rgb(179,28,248); }
div.DivClassName
{
background-color: #B31CF8;
}
.BgClassName
{
background-color: #B31CF8;
}
</style>
border-color css
<style>
span { border-color: #B31CF8; }
span { border-color: rgb(179,28,248); }
td.TdClassName
{
border-color: #B31CF8;
}
.TagClassName
{
border-color: #B31CF8;
}
</style>