Shades of Medium Orchid #B771EC
Tints of Medium Orchid #B771EC
RGB
CMYK
RGB Variations
Color information
#B771EC (or 0xB771EC) is known color: Medium Orchid. HEX triplet: B7, 71 and EC. RGB value is (183,113,236). Sum of RGB (Red+Green+Blue) = 183+113+236=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #B771EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771EC is #488E13. Grayscale: #939393. Windows color (decimal): -4754964 or 15495607. OLE color: 15495607.
HSL color Cylindrical-coordinate representation of color #B771EC: hue angle of 274.15º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B771EC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 113 | 236 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.07 |
| HSL | 274.15º | 0.76% | 0.68% | - |
| HSV(B) | 274.15º | 0.52% | 0.93% | - |
| XYZ | 40.57 | 27.93 | 82.61 | - |
| YUV | 147.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 236 | 0.22 | 0.52 | 0 | 0.07 | 274.15 | 0.76 | 0.68 |
| Hex | B7 | 71 | EC | 16 | 34 | 0 | 7 | 112 | 4C | 44 |
| Octal | 267 | 161 | 354 | 26 | 64 | 0 | 7 | 422 | 114 | 104 |
| Binary | 10110111 | 1110001 | 11101100 | 10110 | 110100 | 0 | 111 | 100010010 | 1001100 | 1000100 |
Color Harmonies of #B771EC
Complementary color
Monochromatic Colors of #B771EC
Black with #B771EC
Text Example
Text Example
White with #B771EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B771EC; }
p { color: rgb(183,113,236); }
H1.HeaderClassName
{
color: #B771EC;
}
.AnyTagClassName
{
color: #B771EC;
}
</style>
background-color css
<style>
a { background-color: #B771EC; }
a { background-color: rgb(183,113,236); }
div.DivClassName
{
background-color: #B771EC;
}
.BgClassName
{
background-color: #B771EC;
}
</style>
border-color css
<style>
span { border-color: #B771EC; }
span { border-color: rgb(183,113,236); }
td.TdClassName
{
border-color: #B771EC;
}
.TagClassName
{
border-color: #B771EC;
}
</style>