Shades of Medium Purple #B379ED
Tints of Medium Purple #B379ED
RGB
CMYK
RGB Variations
Color information
#B379ED (or 0xB379ED) is known color: Medium Purple. HEX triplet: B3, 79 and ED. RGB value is (179,121,237). Sum of RGB (Red+Green+Blue) = 179+121+237=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #B379ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B379ED is #4C8612. Grayscale: #979797. Windows color (decimal): -5015059 or 15563187. OLE color: 15563187.
HSL color Cylindrical-coordinate representation of color #B379ED: hue angle of 270º degrees, saturation: 0.76, 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 #B379ED is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 121 | 237 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.07 |
| HSL | 270º | 0.76% | 0.7% | - |
| HSV(B) | 270º | 0.49% | 0.93% | - |
| XYZ | 40.71 | 29.37 | 83.64 | - |
| YUV | 151.57 | 176.22 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 237 | 0.24 | 0.49 | 0 | 0.07 | 270 | 0.76 | 0.7 |
| Hex | B3 | 79 | ED | 18 | 31 | 0 | 7 | 10E | 4C | 46 |
| Octal | 263 | 171 | 355 | 30 | 61 | 0 | 7 | 416 | 114 | 106 |
| Binary | 10110011 | 1111001 | 11101101 | 11000 | 110001 | 0 | 111 | 100001110 | 1001100 | 1000110 |
Color Harmonies of #B379ED
Complementary color
Monochromatic Colors of #B379ED
Black with #B379ED
Text Example
Text Example
White with #B379ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B379ED; }
p { color: rgb(179,121,237); }
H1.HeaderClassName
{
color: #B379ED;
}
.AnyTagClassName
{
color: #B379ED;
}
</style>
background-color css
<style>
a { background-color: #B379ED; }
a { background-color: rgb(179,121,237); }
div.DivClassName
{
background-color: #B379ED;
}
.BgClassName
{
background-color: #B379ED;
}
</style>
border-color css
<style>
span { border-color: #B379ED; }
span { border-color: rgb(179,121,237); }
td.TdClassName
{
border-color: #B379ED;
}
.TagClassName
{
border-color: #B379ED;
}
</style>