Shades of Medium Orchid #B771EF
Tints of Medium Orchid #B771EF
RGB
CMYK
RGB Variations
Color information
#B771EF (or 0xB771EF) is known color: Medium Orchid. HEX triplet: B7, 71 and EF. RGB value is (183,113,239). Sum of RGB (Red+Green+Blue) = 183+113+239=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #B771EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771EF is #488E10. Grayscale: #939393. Windows color (decimal): -4754961 or 15692215. OLE color: 15692215.
HSL color Cylindrical-coordinate representation of color #B771EF: hue angle of 273.33º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B771EF is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 113 | 239 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.06 |
| HSL | 273.33º | 0.8% | 0.69% | - |
| HSV(B) | 273.33º | 0.53% | 0.94% | - |
| XYZ | 41.01 | 28.11 | 84.93 | - |
| YUV | 148.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 239 | 0.23 | 0.53 | 0 | 0.06 | 273.33 | 0.8 | 0.69 |
| Hex | B7 | 71 | EF | 17 | 35 | 0 | 6 | 111 | 50 | 45 |
| Octal | 267 | 161 | 357 | 27 | 65 | 0 | 6 | 421 | 120 | 105 |
| Binary | 10110111 | 1110001 | 11101111 | 10111 | 110101 | 0 | 110 | 100010001 | 1010000 | 1000101 |
Color Harmonies of #B771EF
Complementary color
Monochromatic Colors of #B771EF
Black with #B771EF
Text Example
Text Example
White with #B771EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B771EF; }
p { color: rgb(183,113,239); }
H1.HeaderClassName
{
color: #B771EF;
}
.AnyTagClassName
{
color: #B771EF;
}
</style>
background-color css
<style>
a { background-color: #B771EF; }
a { background-color: rgb(183,113,239); }
div.DivClassName
{
background-color: #B771EF;
}
.BgClassName
{
background-color: #B771EF;
}
</style>
border-color css
<style>
span { border-color: #B771EF; }
span { border-color: rgb(183,113,239); }
td.TdClassName
{
border-color: #B771EF;
}
.TagClassName
{
border-color: #B771EF;
}
</style>