Shades of Electric Purple #B11DF3
Tints of Electric Purple #B11DF3
RGB
CMYK
RGB Variations
Color information
#B11DF3 (or 0xB11DF3) is known color: Electric Purple. HEX triplet: B1, 1D and F3. RGB value is (177,29,243). Sum of RGB (Red+Green+Blue) = 177+29+243=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #B11DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11DF3 is #4EE20C. Grayscale: #606060. Windows color (decimal): -5169677 or 15932849. OLE color: 15932849.
HSL color Cylindrical-coordinate representation of color #B11DF3: hue angle of 281.5º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11DF3 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 29 | 243 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.05 |
| HSL | 281.5º | 0.9% | 0.53% | - |
| HSV(B) | 281.5º | 0.88% | 0.95% | - |
| XYZ | 34.75 | 16.7 | 86.19 | - |
| YUV | 97.65 | 210.03 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 243 | 0.27 | 0.88 | 0 | 0.05 | 281.5 | 0.9 | 0.53 |
| Hex | B1 | 1D | F3 | 1B | 58 | 0 | 5 | 119 | 5A | 35 |
| Octal | 261 | 35 | 363 | 33 | 130 | 0 | 5 | 431 | 132 | 65 |
| Binary | 10110001 | 11101 | 11110011 | 11011 | 1011000 | 0 | 101 | 100011001 | 1011010 | 110101 |
Color Harmonies of #B11DF3
Complementary color
Monochromatic Colors of #B11DF3
Black with #B11DF3
Text Example
Text Example
White with #B11DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DF3; }
p { color: rgb(177,29,243); }
H1.HeaderClassName
{
color: #B11DF3;
}
.AnyTagClassName
{
color: #B11DF3;
}
</style>
background-color css
<style>
a { background-color: #B11DF3; }
a { background-color: rgb(177,29,243); }
div.DivClassName
{
background-color: #B11DF3;
}
.BgClassName
{
background-color: #B11DF3;
}
</style>
border-color css
<style>
span { border-color: #B11DF3; }
span { border-color: rgb(177,29,243); }
td.TdClassName
{
border-color: #B11DF3;
}
.TagClassName
{
border-color: #B11DF3;
}
</style>