Shades of Electric Purple #B81BF5
Tints of Electric Purple #B81BF5
RGB
CMYK
RGB Variations
Color information
#B81BF5 (or 0xB81BF5) is known color: Electric Purple. HEX triplet: B8, 1B and F5. RGB value is (184,27,245). Sum of RGB (Red+Green+Blue) = 184+27+245=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 245 (96.09% from 255 or 53.73% from 456); Max value from RGB is 245 - color contains mainly: blue. Hex color #B81BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81BF5 is #47E40A. Grayscale: #626262. Windows color (decimal): -4711435 or 16063416. OLE color: 16063416.
HSL color Cylindrical-coordinate representation of color #B81BF5: hue angle of 283.21º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81BF5 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 27 | 245 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.04 |
| HSL | 283.21º | 0.92% | 0.53% | - |
| HSV(B) | 283.21º | 0.89% | 0.96% | - |
| XYZ | 36.64 | 17.57 | 87.85 | - |
| YUV | 98.8 | 210.51 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 245 | 0.25 | 0.89 | 0 | 0.04 | 283.21 | 0.92 | 0.53 |
| Hex | B8 | 1B | F5 | 19 | 59 | 0 | 4 | 11B | 5C | 35 |
| Octal | 270 | 33 | 365 | 31 | 131 | 0 | 4 | 433 | 134 | 65 |
| Binary | 10111000 | 11011 | 11110101 | 11001 | 1011001 | 0 | 100 | 100011011 | 1011100 | 110101 |
Color Harmonies of #B81BF5
Complementary color
Monochromatic Colors of #B81BF5
Black with #B81BF5
Text Example
Text Example
White with #B81BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81BF5; }
p { color: rgb(184,27,245); }
H1.HeaderClassName
{
color: #B81BF5;
}
.AnyTagClassName
{
color: #B81BF5;
}
</style>
background-color css
<style>
a { background-color: #B81BF5; }
a { background-color: rgb(184,27,245); }
div.DivClassName
{
background-color: #B81BF5;
}
.BgClassName
{
background-color: #B81BF5;
}
</style>
border-color css
<style>
span { border-color: #B81BF5; }
span { border-color: rgb(184,27,245); }
td.TdClassName
{
border-color: #B81BF5;
}
.TagClassName
{
border-color: #B81BF5;
}
</style>