Shades of Electric Purple #B71CFD
Tints of Electric Purple #B71CFD
RGB
CMYK
RGB Variations
Color information
#B71CFD (or 0xB71CFD) is known color: Electric Purple. HEX triplet: B7, 1C and FD. RGB value is (183,28,253). Sum of RGB (Red+Green+Blue) = 183+28+253=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #B71CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71CFD is #48E302. Grayscale: #636363. Windows color (decimal): -4776707 or 16587959. OLE color: 16587959.
HSL color Cylindrical-coordinate representation of color #B71CFD: hue angle of 281.33º 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 #B71CFD is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 28 | 253 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.01 |
| HSL | 281.33º | 0.98% | 0.55% | - |
| HSV(B) | 281.33º | 0.89% | 0.99% | - |
| XYZ | 37.67 | 17.99 | 94.42 | - |
| YUV | 100 | 214.35 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 253 | 0.28 | 0.89 | 0 | 0.01 | 281.33 | 0.98 | 0.55 |
| Hex | B7 | 1C | FD | 1C | 59 | 0 | 1 | 119 | 62 | 37 |
| Octal | 267 | 34 | 375 | 34 | 131 | 0 | 1 | 431 | 142 | 67 |
| Binary | 10110111 | 11100 | 11111101 | 11100 | 1011001 | 0 | 1 | 100011001 | 1100010 | 110111 |
Color Harmonies of #B71CFD
Complementary color
Monochromatic Colors of #B71CFD
Black with #B71CFD
Text Example
Text Example
White with #B71CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CFD; }
p { color: rgb(183,28,253); }
H1.HeaderClassName
{
color: #B71CFD;
}
.AnyTagClassName
{
color: #B71CFD;
}
</style>
background-color css
<style>
a { background-color: #B71CFD; }
a { background-color: rgb(183,28,253); }
div.DivClassName
{
background-color: #B71CFD;
}
.BgClassName
{
background-color: #B71CFD;
}
</style>
border-color css
<style>
span { border-color: #B71CFD; }
span { border-color: rgb(183,28,253); }
td.TdClassName
{
border-color: #B71CFD;
}
.TagClassName
{
border-color: #B71CFD;
}
</style>