Shades of Electric Purple #B71BFD
Tints of Electric Purple #B71BFD
RGB
CMYK
RGB Variations
Color information
#B71BFD (or 0xB71BFD) is known color: Electric Purple. HEX triplet: B7, 1B and FD. RGB value is (183,27,253). Sum of RGB (Red+Green+Blue) = 183+27+253=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #B71BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71BFD is #48E402. Grayscale: #626262. Windows color (decimal): -4776963 or 16587703. OLE color: 16587703.
HSL color Cylindrical-coordinate representation of color #B71BFD: hue angle of 281.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71BFD is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 27 | 253 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.01 |
| HSL | 281.42º | 0.98% | 0.55% | - |
| HSV(B) | 281.42º | 0.89% | 0.99% | - |
| XYZ | 37.65 | 17.94 | 94.41 | - |
| YUV | 99.41 | 214.68 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 253 | 0.28 | 0.89 | 0 | 0.01 | 281.42 | 0.98 | 0.55 |
| Hex | B7 | 1B | FD | 1C | 59 | 0 | 1 | 119 | 62 | 37 |
| Octal | 267 | 33 | 375 | 34 | 131 | 0 | 1 | 431 | 142 | 67 |
| Binary | 10110111 | 11011 | 11111101 | 11100 | 1011001 | 0 | 1 | 100011001 | 1100010 | 110111 |
Color Harmonies of #B71BFD
Complementary color
Monochromatic Colors of #B71BFD
Black with #B71BFD
Text Example
Text Example
White with #B71BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BFD; }
p { color: rgb(183,27,253); }
H1.HeaderClassName
{
color: #B71BFD;
}
.AnyTagClassName
{
color: #B71BFD;
}
</style>
background-color css
<style>
a { background-color: #B71BFD; }
a { background-color: rgb(183,27,253); }
div.DivClassName
{
background-color: #B71BFD;
}
.BgClassName
{
background-color: #B71BFD;
}
</style>
border-color css
<style>
span { border-color: #B71BFD; }
span { border-color: rgb(183,27,253); }
td.TdClassName
{
border-color: #B71BFD;
}
.TagClassName
{
border-color: #B71BFD;
}
</style>