Shades of Electric Purple #B614DF
Tints of Electric Purple #B614DF
RGB
CMYK
RGB Variations
Color information
#B614DF (or 0xB614DF) is known color: Electric Purple. HEX triplet: B6, 14 and DF. RGB value is (182,20,223). Sum of RGB (Red+Green+Blue) = 182+20+223=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #B614DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B614DF is #49EB20. Grayscale: #5A5A5A. Windows color (decimal): -4844321 or 14619830. OLE color: 14619830.
HSL color Cylindrical-coordinate representation of color #B614DF: hue angle of 287.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B614DF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 20 | 223 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.13 |
| HSL | 287.88º | 0.84% | 0.48% | - |
| HSV(B) | 287.88º | 0.91% | 0.87% | - |
| XYZ | 32.86 | 15.77 | 71.12 | - |
| YUV | 91.58 | 202.17 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 223 | 0.18 | 0.91 | 0 | 0.13 | 287.88 | 0.84 | 0.48 |
| Hex | B6 | 14 | DF | 12 | 5B | 0 | D | 120 | 54 | 30 |
| Octal | 266 | 24 | 337 | 22 | 133 | 0 | 15 | 440 | 124 | 60 |
| Binary | 10110110 | 10100 | 11011111 | 10010 | 1011011 | 0 | 1101 | 100100000 | 1010100 | 110000 |
Color Harmonies of #B614DF
Complementary color
Monochromatic Colors of #B614DF
Black with #B614DF
Text Example
Text Example
White with #B614DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B614DF; }
p { color: rgb(182,20,223); }
H1.HeaderClassName
{
color: #B614DF;
}
.AnyTagClassName
{
color: #B614DF;
}
</style>
background-color css
<style>
a { background-color: #B614DF; }
a { background-color: rgb(182,20,223); }
div.DivClassName
{
background-color: #B614DF;
}
.BgClassName
{
background-color: #B614DF;
}
</style>
border-color css
<style>
span { border-color: #B614DF; }
span { border-color: rgb(182,20,223); }
td.TdClassName
{
border-color: #B614DF;
}
.TagClassName
{
border-color: #B614DF;
}
</style>