Shades of Medium Purple #B077EE
Tints of Medium Purple #B077EE
RGB
CMYK
RGB Variations
Color information
#B077EE (or 0xB077EE) is known color: Medium Purple. HEX triplet: B0, 77 and EE. RGB value is (176,119,238). Sum of RGB (Red+Green+Blue) = 176+119+238=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #B077EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B077EE is #4F8811. Grayscale: #959595. Windows color (decimal): -5212178 or 15628208. OLE color: 15628208.
HSL color Cylindrical-coordinate representation of color #B077EE: hue angle of 268.74º degrees, saturation: 0.78, 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 #B077EE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 119 | 238 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.07 |
| HSL | 268.74º | 0.78% | 0.7% | - |
| HSV(B) | 268.74º | 0.5% | 0.93% | - |
| XYZ | 39.93 | 28.6 | 84.3 | - |
| YUV | 149.61 | 177.88 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 238 | 0.26 | 0.50 | 0 | 0.07 | 268.74 | 0.78 | 0.7 |
| Hex | B0 | 77 | EE | 1A | 32 | 0 | 7 | 10D | 4E | 46 |
| Octal | 260 | 167 | 356 | 32 | 62 | 0 | 7 | 415 | 116 | 106 |
| Binary | 10110000 | 1110111 | 11101110 | 11010 | 110010 | 0 | 111 | 100001101 | 1001110 | 1000110 |
Color Harmonies of #B077EE
Complementary color
Monochromatic Colors of #B077EE
Black with #B077EE
Text Example
Text Example
White with #B077EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077EE; }
p { color: rgb(176,119,238); }
H1.HeaderClassName
{
color: #B077EE;
}
.AnyTagClassName
{
color: #B077EE;
}
</style>
background-color css
<style>
a { background-color: #B077EE; }
a { background-color: rgb(176,119,238); }
div.DivClassName
{
background-color: #B077EE;
}
.BgClassName
{
background-color: #B077EE;
}
</style>
border-color css
<style>
span { border-color: #B077EE; }
span { border-color: rgb(176,119,238); }
td.TdClassName
{
border-color: #B077EE;
}
.TagClassName
{
border-color: #B077EE;
}
</style>