Shades of Electric Purple #B71DF5
Tints of Electric Purple #B71DF5
RGB
CMYK
RGB Variations
Color information
#B71DF5 (or 0xB71DF5) is known color: Electric Purple. HEX triplet: B7, 1D and F5. RGB value is (183,29,245). Sum of RGB (Red+Green+Blue) = 183+29+245=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 245 (96.09% from 255 or 53.61% from 457); Max value from RGB is 245 - color contains mainly: blue. Hex color #B71DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71DF5 is #48E20A. Grayscale: #626262. Windows color (decimal): -4776459 or 16063927. OLE color: 16063927.
HSL color Cylindrical-coordinate representation of color #B71DF5: hue angle of 282.78º 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 #B71DF5 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 29 | 245 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.04 |
| HSL | 282.78º | 0.92% | 0.54% | - |
| HSV(B) | 282.78º | 0.88% | 0.96% | - |
| XYZ | 36.45 | 17.54 | 87.85 | - |
| YUV | 99.67 | 210.02 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 245 | 0.25 | 0.88 | 0 | 0.04 | 282.78 | 0.92 | 0.54 |
| Hex | B7 | 1D | F5 | 19 | 58 | 0 | 4 | 11B | 5C | 36 |
| Octal | 267 | 35 | 365 | 31 | 130 | 0 | 4 | 433 | 134 | 66 |
| Binary | 10110111 | 11101 | 11110101 | 11001 | 1011000 | 0 | 100 | 100011011 | 1011100 | 110110 |
Color Harmonies of #B71DF5
Complementary color
Monochromatic Colors of #B71DF5
Black with #B71DF5
Text Example
Text Example
White with #B71DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71DF5; }
p { color: rgb(183,29,245); }
H1.HeaderClassName
{
color: #B71DF5;
}
.AnyTagClassName
{
color: #B71DF5;
}
</style>
background-color css
<style>
a { background-color: #B71DF5; }
a { background-color: rgb(183,29,245); }
div.DivClassName
{
background-color: #B71DF5;
}
.BgClassName
{
background-color: #B71DF5;
}
</style>
border-color css
<style>
span { border-color: #B71DF5; }
span { border-color: rgb(183,29,245); }
td.TdClassName
{
border-color: #B71DF5;
}
.TagClassName
{
border-color: #B71DF5;
}
</style>