Shades of Electric Purple #B611DF
Tints of Electric Purple #B611DF
RGB
CMYK
RGB Variations
Color information
#B611DF (or 0xB611DF) is known color: Electric Purple. HEX triplet: B6, 11 and DF. RGB value is (182,17,223). Sum of RGB (Red+Green+Blue) = 182+17+223=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #B611DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B611DF is #49EE20. Grayscale: #595959. Windows color (decimal): -4845089 or 14619062. OLE color: 14619062.
HSL color Cylindrical-coordinate representation of color #B611DF: hue angle of 288.06º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B611DF is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 17 | 223 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.13 |
| HSL | 288.06º | 0.86% | 0.47% | - |
| HSV(B) | 288.06º | 0.92% | 0.87% | - |
| XYZ | 32.81 | 15.67 | 71.11 | - |
| YUV | 89.82 | 203.16 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 223 | 0.18 | 0.92 | 0 | 0.13 | 288.06 | 0.86 | 0.47 |
| Hex | B6 | 11 | DF | 12 | 5C | 0 | D | 120 | 56 | 2F |
| Octal | 266 | 21 | 337 | 22 | 134 | 0 | 15 | 440 | 126 | 57 |
| Binary | 10110110 | 10001 | 11011111 | 10010 | 1011100 | 0 | 1101 | 100100000 | 1010110 | 101111 |
Color Harmonies of #B611DF
Complementary color
Monochromatic Colors of #B611DF
Black with #B611DF
Text Example
Text Example
White with #B611DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B611DF; }
p { color: rgb(182,17,223); }
H1.HeaderClassName
{
color: #B611DF;
}
.AnyTagClassName
{
color: #B611DF;
}
</style>
background-color css
<style>
a { background-color: #B611DF; }
a { background-color: rgb(182,17,223); }
div.DivClassName
{
background-color: #B611DF;
}
.BgClassName
{
background-color: #B611DF;
}
</style>
border-color css
<style>
span { border-color: #B611DF; }
span { border-color: rgb(182,17,223); }
td.TdClassName
{
border-color: #B611DF;
}
.TagClassName
{
border-color: #B611DF;
}
</style>