Shades of Medium Purple #B077EC
Tints of Medium Purple #B077EC
RGB
CMYK
RGB Variations
Color information
#B077EC (or 0xB077EC) is known color: Medium Purple. HEX triplet: B0, 77 and EC. RGB value is (176,119,236). Sum of RGB (Red+Green+Blue) = 176+119+236=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #B077EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B077EC is #4F8813. Grayscale: #949494. Windows color (decimal): -5212180 or 15497136. OLE color: 15497136.
HSL color Cylindrical-coordinate representation of color #B077EC: hue angle of 269.23º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B077EC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 119 | 236 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.07 |
| HSL | 269.23º | 0.75% | 0.7% | - |
| HSV(B) | 269.23º | 0.5% | 0.93% | - |
| XYZ | 39.64 | 28.48 | 82.76 | - |
| YUV | 149.38 | 176.88 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 236 | 0.25 | 0.50 | 0 | 0.07 | 269.23 | 0.75 | 0.7 |
| Hex | B0 | 77 | EC | 19 | 32 | 0 | 7 | 10D | 4B | 46 |
| Octal | 260 | 167 | 354 | 31 | 62 | 0 | 7 | 415 | 113 | 106 |
| Binary | 10110000 | 1110111 | 11101100 | 11001 | 110010 | 0 | 111 | 100001101 | 1001011 | 1000110 |
Color Harmonies of #B077EC
Complementary color
Monochromatic Colors of #B077EC
Black with #B077EC
Text Example
Text Example
White with #B077EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077EC; }
p { color: rgb(176,119,236); }
H1.HeaderClassName
{
color: #B077EC;
}
.AnyTagClassName
{
color: #B077EC;
}
</style>
background-color css
<style>
a { background-color: #B077EC; }
a { background-color: rgb(176,119,236); }
div.DivClassName
{
background-color: #B077EC;
}
.BgClassName
{
background-color: #B077EC;
}
</style>
border-color css
<style>
span { border-color: #B077EC; }
span { border-color: rgb(176,119,236); }
td.TdClassName
{
border-color: #B077EC;
}
.TagClassName
{
border-color: #B077EC;
}
</style>