Shades of Medium Purple #B077F3
Tints of Medium Purple #B077F3
RGB
CMYK
RGB Variations
Color information
#B077F3 (or 0xB077F3) is known color: Medium Purple. HEX triplet: B0, 77 and F3. RGB value is (176,119,243). Sum of RGB (Red+Green+Blue) = 176+119+243=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #B077F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B077F3 is #4F880C. Grayscale: #959595. Windows color (decimal): -5212173 or 15955888. OLE color: 15955888.
HSL color Cylindrical-coordinate representation of color #B077F3: hue angle of 267.58º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B077F3 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 119 | 243 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.05 |
| HSL | 267.58º | 0.84% | 0.71% | - |
| HSV(B) | 267.58º | 0.51% | 0.95% | - |
| XYZ | 40.68 | 28.89 | 88.23 | - |
| YUV | 150.18 | 180.38 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 243 | 0.28 | 0.51 | 0 | 0.05 | 267.58 | 0.84 | 0.71 |
| Hex | B0 | 77 | F3 | 1C | 33 | 0 | 5 | 10C | 54 | 47 |
| Octal | 260 | 167 | 363 | 34 | 63 | 0 | 5 | 414 | 124 | 107 |
| Binary | 10110000 | 1110111 | 11110011 | 11100 | 110011 | 0 | 101 | 100001100 | 1010100 | 1000111 |
Color Harmonies of #B077F3
Complementary color
Monochromatic Colors of #B077F3
Black with #B077F3
Text Example
Text Example
White with #B077F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077F3; }
p { color: rgb(176,119,243); }
H1.HeaderClassName
{
color: #B077F3;
}
.AnyTagClassName
{
color: #B077F3;
}
</style>
background-color css
<style>
a { background-color: #B077F3; }
a { background-color: rgb(176,119,243); }
div.DivClassName
{
background-color: #B077F3;
}
.BgClassName
{
background-color: #B077F3;
}
</style>
border-color css
<style>
span { border-color: #B077F3; }
span { border-color: rgb(176,119,243); }
td.TdClassName
{
border-color: #B077F3;
}
.TagClassName
{
border-color: #B077F3;
}
</style>