Shades of Electric Purple #B711F3
Tints of Electric Purple #B711F3
RGB
CMYK
RGB Variations
Color information
#B711F3 (or 0xB711F3) is known color: Electric Purple. HEX triplet: B7, 11 and F3. RGB value is (183,17,243). Sum of RGB (Red+Green+Blue) = 183+17+243=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #B711F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B711F3 is #48EE0C. Grayscale: #5B5B5B. Windows color (decimal): -4779533 or 15929783. OLE color: 15929783.
HSL color Cylindrical-coordinate representation of color #B711F3: hue angle of 284.07º 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 #B711F3 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 17 | 243 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.05 |
| HSL | 284.07º | 0.9% | 0.51% | - |
| HSV(B) | 284.07º | 0.93% | 0.95% | - |
| XYZ | 35.91 | 16.94 | 86.17 | - |
| YUV | 92.4 | 213 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 243 | 0.25 | 0.93 | 0 | 0.05 | 284.07 | 0.9 | 0.51 |
| Hex | B7 | 11 | F3 | 19 | 5D | 0 | 5 | 11C | 5A | 33 |
| Octal | 267 | 21 | 363 | 31 | 135 | 0 | 5 | 434 | 132 | 63 |
| Binary | 10110111 | 10001 | 11110011 | 11001 | 1011101 | 0 | 101 | 100011100 | 1011010 | 110011 |
Color Harmonies of #B711F3
Complementary color
Monochromatic Colors of #B711F3
Black with #B711F3
Text Example
Text Example
White with #B711F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711F3; }
p { color: rgb(183,17,243); }
H1.HeaderClassName
{
color: #B711F3;
}
.AnyTagClassName
{
color: #B711F3;
}
</style>
background-color css
<style>
a { background-color: #B711F3; }
a { background-color: rgb(183,17,243); }
div.DivClassName
{
background-color: #B711F3;
}
.BgClassName
{
background-color: #B711F3;
}
</style>
border-color css
<style>
span { border-color: #B711F3; }
span { border-color: rgb(183,17,243); }
td.TdClassName
{
border-color: #B711F3;
}
.TagClassName
{
border-color: #B711F3;
}
</style>