Shades of Electric Purple #B11CFD
Tints of Electric Purple #B11CFD
RGB
CMYK
RGB Variations
Color information
#B11CFD (or 0xB11CFD) is known color: Electric Purple. HEX triplet: B1, 1C and FD. RGB value is (177,28,253). Sum of RGB (Red+Green+Blue) = 177+28+253=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #B11CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11CFD is #4EE302. Grayscale: #616161. Windows color (decimal): -5169923 or 16587953. OLE color: 16587953.
HSL color Cylindrical-coordinate representation of color #B11CFD: hue angle of 279.73º 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 #B11CFD is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 28 | 253 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.01 |
| HSL | 279.73º | 0.98% | 0.55% | - |
| HSV(B) | 279.73º | 0.89% | 0.99% | - |
| XYZ | 36.28 | 17.27 | 94.35 | - |
| YUV | 98.2 | 215.36 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 253 | 0.30 | 0.89 | 0 | 0.01 | 279.73 | 0.98 | 0.55 |
| Hex | B1 | 1C | FD | 1E | 59 | 0 | 1 | 118 | 62 | 37 |
| Octal | 261 | 34 | 375 | 36 | 131 | 0 | 1 | 430 | 142 | 67 |
| Binary | 10110001 | 11100 | 11111101 | 11110 | 1011001 | 0 | 1 | 100011000 | 1100010 | 110111 |
Color Harmonies of #B11CFD
Complementary color
Monochromatic Colors of #B11CFD
Black with #B11CFD
Text Example
Text Example
White with #B11CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11CFD; }
p { color: rgb(177,28,253); }
H1.HeaderClassName
{
color: #B11CFD;
}
.AnyTagClassName
{
color: #B11CFD;
}
</style>
background-color css
<style>
a { background-color: #B11CFD; }
a { background-color: rgb(177,28,253); }
div.DivClassName
{
background-color: #B11CFD;
}
.BgClassName
{
background-color: #B11CFD;
}
</style>
border-color css
<style>
span { border-color: #B11CFD; }
span { border-color: rgb(177,28,253); }
td.TdClassName
{
border-color: #B11CFD;
}
.TagClassName
{
border-color: #B11CFD;
}
</style>