Shades of Medium Purple #B379EC
Tints of Medium Purple #B379EC
RGB
CMYK
RGB Variations
Color information
#B379EC (or 0xB379EC) is known color: Medium Purple. HEX triplet: B3, 79 and EC. RGB value is (179,121,236). Sum of RGB (Red+Green+Blue) = 179+121+236=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #B379EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B379EC is #4C8613. Grayscale: #979797. Windows color (decimal): -5015060 or 15497651. OLE color: 15497651.
HSL color Cylindrical-coordinate representation of color #B379EC: hue angle of 270.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B379EC is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 121 | 236 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.07 |
| HSL | 270.26º | 0.75% | 0.7% | - |
| HSV(B) | 270.26º | 0.49% | 0.93% | - |
| XYZ | 40.57 | 29.31 | 82.88 | - |
| YUV | 151.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 236 | 0.24 | 0.49 | 0 | 0.07 | 270.26 | 0.75 | 0.7 |
| Hex | B3 | 79 | EC | 18 | 31 | 0 | 7 | 10E | 4B | 46 |
| Octal | 263 | 171 | 354 | 30 | 61 | 0 | 7 | 416 | 113 | 106 |
| Binary | 10110011 | 1111001 | 11101100 | 11000 | 110001 | 0 | 111 | 100001110 | 1001011 | 1000110 |
Color Harmonies of #B379EC
Complementary color
Monochromatic Colors of #B379EC
Black with #B379EC
Text Example
Text Example
White with #B379EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B379EC; }
p { color: rgb(179,121,236); }
H1.HeaderClassName
{
color: #B379EC;
}
.AnyTagClassName
{
color: #B379EC;
}
</style>
background-color css
<style>
a { background-color: #B379EC; }
a { background-color: rgb(179,121,236); }
div.DivClassName
{
background-color: #B379EC;
}
.BgClassName
{
background-color: #B379EC;
}
</style>
border-color css
<style>
span { border-color: #B379EC; }
span { border-color: rgb(179,121,236); }
td.TdClassName
{
border-color: #B379EC;
}
.TagClassName
{
border-color: #B379EC;
}
</style>