Shades of Electric Purple #B61DE6
Tints of Electric Purple #B61DE6
RGB
CMYK
RGB Variations
Color information
#B61DE6 (or 0xB61DE6) is known color: Electric Purple. HEX triplet: B6, 1D and E6. RGB value is (182,29,230). Sum of RGB (Red+Green+Blue) = 182+29+230=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #B61DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61DE6 is #49E219. Grayscale: #616161. Windows color (decimal): -4842010 or 15080886. OLE color: 15080886.
HSL color Cylindrical-coordinate representation of color #B61DE6: hue angle of 285.67º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61DE6 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 29 | 230 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.10 |
| HSL | 285.67º | 0.8% | 0.51% | - |
| HSV(B) | 285.67º | 0.87% | 0.9% | - |
| XYZ | 34.01 | 16.54 | 76.26 | - |
| YUV | 97.66 | 202.69 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 29 | 230 | 0.21 | 0.87 | 0 | 0.10 | 285.67 | 0.8 | 0.51 |
| Hex | B6 | 1D | E6 | 15 | 57 | 0 | A | 11E | 50 | 33 |
| Octal | 266 | 35 | 346 | 25 | 127 | 0 | 12 | 436 | 120 | 63 |
| Binary | 10110110 | 11101 | 11100110 | 10101 | 1010111 | 0 | 1010 | 100011110 | 1010000 | 110011 |
Color Harmonies of #B61DE6
Complementary color
Monochromatic Colors of #B61DE6
Black with #B61DE6
Text Example
Text Example
White with #B61DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61DE6; }
p { color: rgb(182,29,230); }
H1.HeaderClassName
{
color: #B61DE6;
}
.AnyTagClassName
{
color: #B61DE6;
}
</style>
background-color css
<style>
a { background-color: #B61DE6; }
a { background-color: rgb(182,29,230); }
div.DivClassName
{
background-color: #B61DE6;
}
.BgClassName
{
background-color: #B61DE6;
}
</style>
border-color css
<style>
span { border-color: #B61DE6; }
span { border-color: rgb(182,29,230); }
td.TdClassName
{
border-color: #B61DE6;
}
.TagClassName
{
border-color: #B61DE6;
}
</style>