Shades of Electric Purple #B71DF6
Tints of Electric Purple #B71DF6
RGB
CMYK
RGB Variations
Color information
#B71DF6 (or 0xB71DF6) is known color: Electric Purple. HEX triplet: B7, 1D and F6. RGB value is (183,29,246). Sum of RGB (Red+Green+Blue) = 183+29+246=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #B71DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71DF6 is #48E209. Grayscale: #636363. Windows color (decimal): -4776458 or 16129463. OLE color: 16129463.
HSL color Cylindrical-coordinate representation of color #B71DF6: hue angle of 282.58º 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 #B71DF6 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 29 | 246 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.04 |
| HSL | 282.58º | 0.92% | 0.54% | - |
| HSV(B) | 282.58º | 0.88% | 0.96% | - |
| XYZ | 36.6 | 17.6 | 88.66 | - |
| YUV | 99.78 | 210.52 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 246 | 0.26 | 0.88 | 0 | 0.04 | 282.58 | 0.92 | 0.54 |
| Hex | B7 | 1D | F6 | 1A | 58 | 0 | 4 | 11B | 5C | 36 |
| Octal | 267 | 35 | 366 | 32 | 130 | 0 | 4 | 433 | 134 | 66 |
| Binary | 10110111 | 11101 | 11110110 | 11010 | 1011000 | 0 | 100 | 100011011 | 1011100 | 110110 |
Color Harmonies of #B71DF6
Complementary color
Monochromatic Colors of #B71DF6
Black with #B71DF6
Text Example
Text Example
White with #B71DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71DF6; }
p { color: rgb(183,29,246); }
H1.HeaderClassName
{
color: #B71DF6;
}
.AnyTagClassName
{
color: #B71DF6;
}
</style>
background-color css
<style>
a { background-color: #B71DF6; }
a { background-color: rgb(183,29,246); }
div.DivClassName
{
background-color: #B71DF6;
}
.BgClassName
{
background-color: #B71DF6;
}
</style>
border-color css
<style>
span { border-color: #B71DF6; }
span { border-color: rgb(183,29,246); }
td.TdClassName
{
border-color: #B71DF6;
}
.TagClassName
{
border-color: #B71DF6;
}
</style>