Shades of Electric Purple #B81DF5
Tints of Electric Purple #B81DF5
RGB
CMYK
RGB Variations
Color information
#B81DF5 (or 0xB81DF5) is known color: Electric Purple. HEX triplet: B8, 1D and F5. RGB value is (184,29,245). Sum of RGB (Red+Green+Blue) = 184+29+245=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 245 (96.09% from 255 or 53.49% from 458); Max value from RGB is 245 - color contains mainly: blue. Hex color #B81DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81DF5 is #47E20A. Grayscale: #636363. Windows color (decimal): -4710923 or 16063928. OLE color: 16063928.
HSL color Cylindrical-coordinate representation of color #B81DF5: hue angle of 283.06º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81DF5 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 29 | 245 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.04 |
| HSL | 283.06º | 0.92% | 0.54% | - |
| HSV(B) | 283.06º | 0.88% | 0.96% | - |
| XYZ | 36.69 | 17.66 | 87.86 | - |
| YUV | 99.97 | 209.85 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 245 | 0.25 | 0.88 | 0 | 0.04 | 283.06 | 0.92 | 0.54 |
| Hex | B8 | 1D | F5 | 19 | 58 | 0 | 4 | 11B | 5C | 36 |
| Octal | 270 | 35 | 365 | 31 | 130 | 0 | 4 | 433 | 134 | 66 |
| Binary | 10111000 | 11101 | 11110101 | 11001 | 1011000 | 0 | 100 | 100011011 | 1011100 | 110110 |
Color Harmonies of #B81DF5
Complementary color
Monochromatic Colors of #B81DF5
Black with #B81DF5
Text Example
Text Example
White with #B81DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DF5; }
p { color: rgb(184,29,245); }
H1.HeaderClassName
{
color: #B81DF5;
}
.AnyTagClassName
{
color: #B81DF5;
}
</style>
background-color css
<style>
a { background-color: #B81DF5; }
a { background-color: rgb(184,29,245); }
div.DivClassName
{
background-color: #B81DF5;
}
.BgClassName
{
background-color: #B81DF5;
}
</style>
border-color css
<style>
span { border-color: #B81DF5; }
span { border-color: rgb(184,29,245); }
td.TdClassName
{
border-color: #B81DF5;
}
.TagClassName
{
border-color: #B81DF5;
}
</style>