Shades of Electric Purple #B511F3
Tints of Electric Purple #B511F3
RGB
CMYK
RGB Variations
Color information
#B511F3 (or 0xB511F3) is known color: Electric Purple. HEX triplet: B5, 11 and F3. RGB value is (181,17,243). Sum of RGB (Red+Green+Blue) = 181+17+243=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #B511F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511F3 is #4AEE0C. Grayscale: #5B5B5B. Windows color (decimal): -4910605 or 15929781. OLE color: 15929781.
HSL color Cylindrical-coordinate representation of color #B511F3: hue angle of 283.54º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B511F3 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 17 | 243 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.05 |
| HSL | 283.54º | 0.9% | 0.51% | - |
| HSV(B) | 283.54º | 0.93% | 0.95% | - |
| XYZ | 35.43 | 16.7 | 86.15 | - |
| YUV | 91.8 | 213.33 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 243 | 0.26 | 0.93 | 0 | 0.05 | 283.54 | 0.9 | 0.51 |
| Hex | B5 | 11 | F3 | 1A | 5D | 0 | 5 | 11C | 5A | 33 |
| Octal | 265 | 21 | 363 | 32 | 135 | 0 | 5 | 434 | 132 | 63 |
| Binary | 10110101 | 10001 | 11110011 | 11010 | 1011101 | 0 | 101 | 100011100 | 1011010 | 110011 |
Color Harmonies of #B511F3
Complementary color
Monochromatic Colors of #B511F3
Black with #B511F3
Text Example
Text Example
White with #B511F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511F3; }
p { color: rgb(181,17,243); }
H1.HeaderClassName
{
color: #B511F3;
}
.AnyTagClassName
{
color: #B511F3;
}
</style>
background-color css
<style>
a { background-color: #B511F3; }
a { background-color: rgb(181,17,243); }
div.DivClassName
{
background-color: #B511F3;
}
.BgClassName
{
background-color: #B511F3;
}
</style>
border-color css
<style>
span { border-color: #B511F3; }
span { border-color: rgb(181,17,243); }
td.TdClassName
{
border-color: #B511F3;
}
.TagClassName
{
border-color: #B511F3;
}
</style>