Shades of Electric Purple #B711F0
Tints of Electric Purple #B711F0
RGB
CMYK
RGB Variations
Color information
#B711F0 (or 0xB711F0) is known color: Electric Purple. HEX triplet: B7, 11 and F0. RGB value is (183,17,240). Sum of RGB (Red+Green+Blue) = 183+17+240=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #B711F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B711F0 is #48EE0F. Grayscale: #5B5B5B. Windows color (decimal): -4779536 or 15733175. OLE color: 15733175.
HSL color Cylindrical-coordinate representation of color #B711F0: hue angle of 284.66º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B711F0 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 17 | 240 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.06 |
| HSL | 284.66º | 0.88% | 0.5% | - |
| HSV(B) | 284.66º | 0.93% | 0.94% | - |
| XYZ | 35.46 | 16.76 | 83.8 | - |
| YUV | 92.06 | 211.5 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 240 | 0.24 | 0.93 | 0 | 0.06 | 284.66 | 0.88 | 0.5 |
| Hex | B7 | 11 | F0 | 18 | 5D | 0 | 6 | 11D | 58 | 32 |
| Octal | 267 | 21 | 360 | 30 | 135 | 0 | 6 | 435 | 130 | 62 |
| Binary | 10110111 | 10001 | 11110000 | 11000 | 1011101 | 0 | 110 | 100011101 | 1011000 | 110010 |
Color Harmonies of #B711F0
Complementary color
Monochromatic Colors of #B711F0
Black with #B711F0
Text Example
Text Example
White with #B711F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711F0; }
p { color: rgb(183,17,240); }
H1.HeaderClassName
{
color: #B711F0;
}
.AnyTagClassName
{
color: #B711F0;
}
</style>
background-color css
<style>
a { background-color: #B711F0; }
a { background-color: rgb(183,17,240); }
div.DivClassName
{
background-color: #B711F0;
}
.BgClassName
{
background-color: #B711F0;
}
</style>
border-color css
<style>
span { border-color: #B711F0; }
span { border-color: rgb(183,17,240); }
td.TdClassName
{
border-color: #B711F0;
}
.TagClassName
{
border-color: #B711F0;
}
</style>