Shades of Medium Purple #B079F4
Tints of Medium Purple #B079F4
RGB
CMYK
RGB Variations
Color information
#B079F4 (or 0xB079F4) is known color: Medium Purple. HEX triplet: B0, 79 and F4. RGB value is (176,121,244). Sum of RGB (Red+Green+Blue) = 176+121+244=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 244 (95.70% from 255 or 45.10% from 541); Max value from RGB is 244 - color contains mainly: blue. Hex color #B079F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B079F4 is #4F860B. Grayscale: #979797. Windows color (decimal): -5211660 or 16021936. OLE color: 16021936.
HSL color Cylindrical-coordinate representation of color #B079F4: hue angle of 266.83º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B079F4 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 121 | 244 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.04 |
| HSL | 266.83º | 0.85% | 0.72% | - |
| HSV(B) | 266.83º | 0.5% | 0.96% | - |
| XYZ | 41.07 | 29.44 | 89.11 | - |
| YUV | 151.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 244 | 0.28 | 0.50 | 0 | 0.04 | 266.83 | 0.85 | 0.72 |
| Hex | B0 | 79 | F4 | 1C | 32 | 0 | 4 | 10B | 55 | 48 |
| Octal | 260 | 171 | 364 | 34 | 62 | 0 | 4 | 413 | 125 | 110 |
| Binary | 10110000 | 1111001 | 11110100 | 11100 | 110010 | 0 | 100 | 100001011 | 1010101 | 1001000 |
Color Harmonies of #B079F4
Complementary color
Monochromatic Colors of #B079F4
Black with #B079F4
Text Example
Text Example
White with #B079F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B079F4; }
p { color: rgb(176,121,244); }
H1.HeaderClassName
{
color: #B079F4;
}
.AnyTagClassName
{
color: #B079F4;
}
</style>
background-color css
<style>
a { background-color: #B079F4; }
a { background-color: rgb(176,121,244); }
div.DivClassName
{
background-color: #B079F4;
}
.BgClassName
{
background-color: #B079F4;
}
</style>
border-color css
<style>
span { border-color: #B079F4; }
span { border-color: rgb(176,121,244); }
td.TdClassName
{
border-color: #B079F4;
}
.TagClassName
{
border-color: #B079F4;
}
</style>