Shades of Electric Purple #B71BED
Tints of Electric Purple #B71BED
RGB
CMYK
RGB Variations
Color information
#B71BED (or 0xB71BED) is known color: Electric Purple. HEX triplet: B7, 1B and ED. RGB value is (183,27,237). Sum of RGB (Red+Green+Blue) = 183+27+237=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #B71BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71BED is #48E412. Grayscale: #606060. Windows color (decimal): -4776979 or 15539127. OLE color: 15539127.
HSL color Cylindrical-coordinate representation of color #B71BED: hue angle of 284.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71BED is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 27 | 237 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.07 |
| HSL | 284.57º | 0.85% | 0.52% | - |
| HSV(B) | 284.57º | 0.89% | 0.93% | - |
| XYZ | 35.21 | 16.97 | 81.54 | - |
| YUV | 97.58 | 206.68 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 237 | 0.23 | 0.89 | 0 | 0.07 | 284.57 | 0.85 | 0.52 |
| Hex | B7 | 1B | ED | 17 | 59 | 0 | 7 | 11D | 55 | 34 |
| Octal | 267 | 33 | 355 | 27 | 131 | 0 | 7 | 435 | 125 | 64 |
| Binary | 10110111 | 11011 | 11101101 | 10111 | 1011001 | 0 | 111 | 100011101 | 1010101 | 110100 |
Color Harmonies of #B71BED
Complementary color
Monochromatic Colors of #B71BED
Black with #B71BED
Text Example
Text Example
White with #B71BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BED; }
p { color: rgb(183,27,237); }
H1.HeaderClassName
{
color: #B71BED;
}
.AnyTagClassName
{
color: #B71BED;
}
</style>
background-color css
<style>
a { background-color: #B71BED; }
a { background-color: rgb(183,27,237); }
div.DivClassName
{
background-color: #B71BED;
}
.BgClassName
{
background-color: #B71BED;
}
</style>
border-color css
<style>
span { border-color: #B71BED; }
span { border-color: rgb(183,27,237); }
td.TdClassName
{
border-color: #B71BED;
}
.TagClassName
{
border-color: #B71BED;
}
</style>