Shades of Medium Purple #B077E2
Tints of Medium Purple #B077E2
RGB
CMYK
RGB Variations
Color information
#B077E2 (or 0xB077E2) is known color: Medium Purple. HEX triplet: B0, 77 and E2. RGB value is (176,119,226). Sum of RGB (Red+Green+Blue) = 176+119+226=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #B077E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077E2 is #4F881D. Grayscale: #939393. Windows color (decimal): -5212190 or 14841776. OLE color: 14841776.
HSL color Cylindrical-coordinate representation of color #B077E2: hue angle of 271.96º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B077E2 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 119 | 226 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.11 |
| HSL | 271.96º | 0.65% | 0.68% | - |
| HSV(B) | 271.96º | 0.47% | 0.89% | - |
| XYZ | 38.23 | 27.91 | 75.32 | - |
| YUV | 148.24 | 171.88 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 226 | 0.22 | 0.47 | 0 | 0.11 | 271.96 | 0.65 | 0.68 |
| Hex | B0 | 77 | E2 | 16 | 2F | 0 | B | 110 | 41 | 44 |
| Octal | 260 | 167 | 342 | 26 | 57 | 0 | 13 | 420 | 101 | 104 |
| Binary | 10110000 | 1110111 | 11100010 | 10110 | 101111 | 0 | 1011 | 100010000 | 1000001 | 1000100 |
Color Harmonies of #B077E2
Complementary color
Monochromatic Colors of #B077E2
Black with #B077E2
Text Example
Text Example
White with #B077E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077E2; }
p { color: rgb(176,119,226); }
H1.HeaderClassName
{
color: #B077E2;
}
.AnyTagClassName
{
color: #B077E2;
}
</style>
background-color css
<style>
a { background-color: #B077E2; }
a { background-color: rgb(176,119,226); }
div.DivClassName
{
background-color: #B077E2;
}
.BgClassName
{
background-color: #B077E2;
}
</style>
border-color css
<style>
span { border-color: #B077E2; }
span { border-color: rgb(176,119,226); }
td.TdClassName
{
border-color: #B077E2;
}
.TagClassName
{
border-color: #B077E2;
}
</style>