Shades of Electric Purple #B711FA
Tints of Electric Purple #B711FA
RGB
CMYK
RGB Variations
Color information
#B711FA (or 0xB711FA) is known color: Electric Purple. HEX triplet: B7, 11 and FA. RGB value is (183,17,250). Sum of RGB (Red+Green+Blue) = 183+17+250=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #B711FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B711FA is #48EE05. Grayscale: #5C5C5C. Windows color (decimal): -4779526 or 16388535. OLE color: 16388535.
HSL color Cylindrical-coordinate representation of color #B711FA: hue angle of 282.75º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B711FA is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 17 | 250 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.02 |
| HSL | 282.75º | 0.96% | 0.52% | - |
| HSV(B) | 282.75º | 0.93% | 0.98% | - |
| XYZ | 36.98 | 17.37 | 91.85 | - |
| YUV | 93.2 | 216.5 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 250 | 0.27 | 0.93 | 0 | 0.02 | 282.75 | 0.96 | 0.52 |
| Hex | B7 | 11 | FA | 1B | 5D | 0 | 2 | 11B | 60 | 34 |
| Octal | 267 | 21 | 372 | 33 | 135 | 0 | 2 | 433 | 140 | 64 |
| Binary | 10110111 | 10001 | 11111010 | 11011 | 1011101 | 0 | 10 | 100011011 | 1100000 | 110100 |
Color Harmonies of #B711FA
Complementary color
Monochromatic Colors of #B711FA
Black with #B711FA
Text Example
Text Example
White with #B711FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711FA; }
p { color: rgb(183,17,250); }
H1.HeaderClassName
{
color: #B711FA;
}
.AnyTagClassName
{
color: #B711FA;
}
</style>
background-color css
<style>
a { background-color: #B711FA; }
a { background-color: rgb(183,17,250); }
div.DivClassName
{
background-color: #B711FA;
}
.BgClassName
{
background-color: #B711FA;
}
</style>
border-color css
<style>
span { border-color: #B711FA; }
span { border-color: rgb(183,17,250); }
td.TdClassName
{
border-color: #B711FA;
}
.TagClassName
{
border-color: #B711FA;
}
</style>