Shades of Electric Purple #B616DF
Tints of Electric Purple #B616DF
RGB
CMYK
RGB Variations
Color information
#B616DF (or 0xB616DF) is known color: Electric Purple. HEX triplet: B6, 16 and DF. RGB value is (182,22,223). Sum of RGB (Red+Green+Blue) = 182+22+223=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #B616DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616DF is #49E920. Grayscale: #5C5C5C. Windows color (decimal): -4843809 or 14620342. OLE color: 14620342.
HSL color Cylindrical-coordinate representation of color #B616DF: hue angle of 287.76º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B616DF is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 22 | 223 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.13 |
| HSL | 287.76º | 0.82% | 0.48% | - |
| HSV(B) | 287.76º | 0.9% | 0.87% | - |
| XYZ | 32.9 | 15.85 | 71.14 | - |
| YUV | 92.75 | 201.51 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 223 | 0.18 | 0.90 | 0 | 0.13 | 287.76 | 0.82 | 0.48 |
| Hex | B6 | 16 | DF | 12 | 5A | 0 | D | 120 | 52 | 30 |
| Octal | 266 | 26 | 337 | 22 | 132 | 0 | 15 | 440 | 122 | 60 |
| Binary | 10110110 | 10110 | 11011111 | 10010 | 1011010 | 0 | 1101 | 100100000 | 1010010 | 110000 |
Color Harmonies of #B616DF
Complementary color
Monochromatic Colors of #B616DF
Black with #B616DF
Text Example
Text Example
White with #B616DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616DF; }
p { color: rgb(182,22,223); }
H1.HeaderClassName
{
color: #B616DF;
}
.AnyTagClassName
{
color: #B616DF;
}
</style>
background-color css
<style>
a { background-color: #B616DF; }
a { background-color: rgb(182,22,223); }
div.DivClassName
{
background-color: #B616DF;
}
.BgClassName
{
background-color: #B616DF;
}
</style>
border-color css
<style>
span { border-color: #B616DF; }
span { border-color: rgb(182,22,223); }
td.TdClassName
{
border-color: #B616DF;
}
.TagClassName
{
border-color: #B616DF;
}
</style>