Shades of Electric Purple #B31CFA
Tints of Electric Purple #B31CFA
RGB
CMYK
RGB Variations
Color information
#B31CFA (or 0xB31CFA) is known color: Electric Purple. HEX triplet: B3, 1C and FA. RGB value is (179,28,250). Sum of RGB (Red+Green+Blue) = 179+28+250=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #B31CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CFA is #4CE305. Grayscale: #616161. Windows color (decimal): -5038854 or 16391347. OLE color: 16391347.
HSL color Cylindrical-coordinate representation of color #B31CFA: hue angle of 280.81º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31CFA is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 28 | 250 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.02 |
| HSL | 280.81º | 0.96% | 0.55% | - |
| HSV(B) | 280.81º | 0.89% | 0.98% | - |
| XYZ | 36.26 | 17.32 | 91.87 | - |
| YUV | 98.46 | 213.53 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 250 | 0.28 | 0.89 | 0 | 0.02 | 280.81 | 0.96 | 0.55 |
| Hex | B3 | 1C | FA | 1C | 59 | 0 | 2 | 119 | 60 | 37 |
| Octal | 263 | 34 | 372 | 34 | 131 | 0 | 2 | 431 | 140 | 67 |
| Binary | 10110011 | 11100 | 11111010 | 11100 | 1011001 | 0 | 10 | 100011001 | 1100000 | 110111 |
Color Harmonies of #B31CFA
Complementary color
Monochromatic Colors of #B31CFA
Black with #B31CFA
Text Example
Text Example
White with #B31CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CFA; }
p { color: rgb(179,28,250); }
H1.HeaderClassName
{
color: #B31CFA;
}
.AnyTagClassName
{
color: #B31CFA;
}
</style>
background-color css
<style>
a { background-color: #B31CFA; }
a { background-color: rgb(179,28,250); }
div.DivClassName
{
background-color: #B31CFA;
}
.BgClassName
{
background-color: #B31CFA;
}
</style>
border-color css
<style>
span { border-color: #B31CFA; }
span { border-color: rgb(179,28,250); }
td.TdClassName
{
border-color: #B31CFA;
}
.TagClassName
{
border-color: #B31CFA;
}
</style>