Shades of Medium Purple #B079DF
Tints of Medium Purple #B079DF
RGB
CMYK
RGB Variations
Color information
#B079DF (or 0xB079DF) is known color: Medium Purple. HEX triplet: B0, 79 and DF. RGB value is (176,121,223). Sum of RGB (Red+Green+Blue) = 176+121+223=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #B079DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079DF is #4F8620. Grayscale: #949494. Windows color (decimal): -5211681 or 14645680. OLE color: 14645680.
HSL color Cylindrical-coordinate representation of color #B079DF: hue angle of 272.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B079DF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 121 | 223 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.13 |
| HSL | 272.35º | 0.61% | 0.67% | - |
| HSV(B) | 272.35º | 0.46% | 0.87% | - |
| XYZ | 38.06 | 28.23 | 73.26 | - |
| YUV | 149.07 | 169.72 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 223 | 0.21 | 0.46 | 0 | 0.13 | 272.35 | 0.61 | 0.67 |
| Hex | B0 | 79 | DF | 15 | 2E | 0 | D | 110 | 3D | 43 |
| Octal | 260 | 171 | 337 | 25 | 56 | 0 | 15 | 420 | 75 | 103 |
| Binary | 10110000 | 1111001 | 11011111 | 10101 | 101110 | 0 | 1101 | 100010000 | 111101 | 1000011 |
Color Harmonies of #B079DF
Complementary color
Monochromatic Colors of #B079DF
Black with #B079DF
Text Example
Text Example
White with #B079DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B079DF; }
p { color: rgb(176,121,223); }
H1.HeaderClassName
{
color: #B079DF;
}
.AnyTagClassName
{
color: #B079DF;
}
</style>
background-color css
<style>
a { background-color: #B079DF; }
a { background-color: rgb(176,121,223); }
div.DivClassName
{
background-color: #B079DF;
}
.BgClassName
{
background-color: #B079DF;
}
</style>
border-color css
<style>
span { border-color: #B079DF; }
span { border-color: rgb(176,121,223); }
td.TdClassName
{
border-color: #B079DF;
}
.TagClassName
{
border-color: #B079DF;
}
</style>