Shades of Electric Purple #B81DF6
Tints of Electric Purple #B81DF6
RGB
CMYK
RGB Variations
Color information
#B81DF6 (or 0xB81DF6) is known color: Electric Purple. HEX triplet: B8, 1D and F6. RGB value is (184,29,246). Sum of RGB (Red+Green+Blue) = 184+29+246=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #B81DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81DF6 is #47E209. Grayscale: #636363. Windows color (decimal): -4710922 or 16129464. OLE color: 16129464.
HSL color Cylindrical-coordinate representation of color #B81DF6: hue angle of 282.86º 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 #B81DF6 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 29 | 246 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.04 |
| HSL | 282.86º | 0.92% | 0.54% | - |
| HSV(B) | 282.86º | 0.88% | 0.96% | - |
| XYZ | 36.84 | 17.72 | 88.67 | - |
| YUV | 100.08 | 210.35 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 246 | 0.25 | 0.88 | 0 | 0.04 | 282.86 | 0.92 | 0.54 |
| Hex | B8 | 1D | F6 | 19 | 58 | 0 | 4 | 11B | 5C | 36 |
| Octal | 270 | 35 | 366 | 31 | 130 | 0 | 4 | 433 | 134 | 66 |
| Binary | 10111000 | 11101 | 11110110 | 11001 | 1011000 | 0 | 100 | 100011011 | 1011100 | 110110 |
Color Harmonies of #B81DF6
Complementary color
Monochromatic Colors of #B81DF6
Black with #B81DF6
Text Example
Text Example
White with #B81DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DF6; }
p { color: rgb(184,29,246); }
H1.HeaderClassName
{
color: #B81DF6;
}
.AnyTagClassName
{
color: #B81DF6;
}
</style>
background-color css
<style>
a { background-color: #B81DF6; }
a { background-color: rgb(184,29,246); }
div.DivClassName
{
background-color: #B81DF6;
}
.BgClassName
{
background-color: #B81DF6;
}
</style>
border-color css
<style>
span { border-color: #B81DF6; }
span { border-color: rgb(184,29,246); }
td.TdClassName
{
border-color: #B81DF6;
}
.TagClassName
{
border-color: #B81DF6;
}
</style>