Shades of Electric Purple #B81DF7
Tints of Electric Purple #B81DF7
RGB
CMYK
RGB Variations
Color information
#B81DF7 (or 0xB81DF7) is known color: Electric Purple. HEX triplet: B8, 1D and F7. RGB value is (184,29,247). Sum of RGB (Red+Green+Blue) = 184+29+247=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #B81DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81DF7 is #47E208. Grayscale: #636363. Windows color (decimal): -4710921 or 16195000. OLE color: 16195000.
HSL color Cylindrical-coordinate representation of color #B81DF7: hue angle of 282.66º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81DF7 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 29 | 247 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.03 |
| HSL | 282.66º | 0.93% | 0.54% | - |
| HSV(B) | 282.66º | 0.88% | 0.97% | - |
| XYZ | 37 | 17.78 | 89.48 | - |
| YUV | 100.2 | 210.85 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 247 | 0.26 | 0.88 | 0 | 0.03 | 282.66 | 0.93 | 0.54 |
| Hex | B8 | 1D | F7 | 1A | 58 | 0 | 3 | 11B | 5D | 36 |
| Octal | 270 | 35 | 367 | 32 | 130 | 0 | 3 | 433 | 135 | 66 |
| Binary | 10111000 | 11101 | 11110111 | 11010 | 1011000 | 0 | 11 | 100011011 | 1011101 | 110110 |
Color Harmonies of #B81DF7
Complementary color
Monochromatic Colors of #B81DF7
Black with #B81DF7
Text Example
Text Example
White with #B81DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DF7; }
p { color: rgb(184,29,247); }
H1.HeaderClassName
{
color: #B81DF7;
}
.AnyTagClassName
{
color: #B81DF7;
}
</style>
background-color css
<style>
a { background-color: #B81DF7; }
a { background-color: rgb(184,29,247); }
div.DivClassName
{
background-color: #B81DF7;
}
.BgClassName
{
background-color: #B81DF7;
}
</style>
border-color css
<style>
span { border-color: #B81DF7; }
span { border-color: rgb(184,29,247); }
td.TdClassName
{
border-color: #B81DF7;
}
.TagClassName
{
border-color: #B81DF7;
}
</style>