Shades of Medium Purple #B079EE
Tints of Medium Purple #B079EE
RGB
CMYK
RGB Variations
Color information
#B079EE (or 0xB079EE) is known color: Medium Purple. HEX triplet: B0, 79 and EE. RGB value is (176,121,238). Sum of RGB (Red+Green+Blue) = 176+121+238=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #B079EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B079EE is #4F8611. Grayscale: #969696. Windows color (decimal): -5211666 or 15628720. OLE color: 15628720.
HSL color Cylindrical-coordinate representation of color #B079EE: hue angle of 268.21º degrees, saturation: 0.77, 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 #B079EE is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 121 | 238 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.07 |
| HSL | 268.21º | 0.77% | 0.7% | - |
| HSV(B) | 268.21º | 0.49% | 0.93% | - |
| XYZ | 40.17 | 29.08 | 84.38 | - |
| YUV | 150.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 238 | 0.26 | 0.49 | 0 | 0.07 | 268.21 | 0.77 | 0.7 |
| Hex | B0 | 79 | EE | 1A | 31 | 0 | 7 | 10C | 4D | 46 |
| Octal | 260 | 171 | 356 | 32 | 61 | 0 | 7 | 414 | 115 | 106 |
| Binary | 10110000 | 1111001 | 11101110 | 11010 | 110001 | 0 | 111 | 100001100 | 1001101 | 1000110 |
Color Harmonies of #B079EE
Complementary color
Monochromatic Colors of #B079EE
Black with #B079EE
Text Example
Text Example
White with #B079EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B079EE; }
p { color: rgb(176,121,238); }
H1.HeaderClassName
{
color: #B079EE;
}
.AnyTagClassName
{
color: #B079EE;
}
</style>
background-color css
<style>
a { background-color: #B079EE; }
a { background-color: rgb(176,121,238); }
div.DivClassName
{
background-color: #B079EE;
}
.BgClassName
{
background-color: #B079EE;
}
</style>
border-color css
<style>
span { border-color: #B079EE; }
span { border-color: rgb(176,121,238); }
td.TdClassName
{
border-color: #B079EE;
}
.TagClassName
{
border-color: #B079EE;
}
</style>