Shades of Medium Orchid #B771C9
Tints of Medium Orchid #B771C9
RGB
CMYK
RGB Variations
Color information
#B771C9 (or 0xB771C9) is known color: Medium Orchid. HEX triplet: B7, 71 and C9. RGB value is (183,113,201). Sum of RGB (Red+Green+Blue) = 183+113+201=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #B771C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771C9 is #488E36. Grayscale: #8F8F8F. Windows color (decimal): -4754999 or 13201847. OLE color: 13201847.
HSL color Cylindrical-coordinate representation of color #B771C9: hue angle of 287.73º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B771C9 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 113 | 201 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.21 |
| HSL | 287.73º | 0.45% | 0.62% | - |
| HSV(B) | 287.73º | 0.44% | 0.79% | - |
| XYZ | 35.98 | 26.09 | 58.4 | - |
| YUV | 143.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 201 | 0.09 | 0.44 | 0 | 0.21 | 287.73 | 0.45 | 0.62 |
| Hex | B7 | 71 | C9 | 9 | 2C | 0 | 15 | 120 | 2D | 3E |
| Octal | 267 | 161 | 311 | 11 | 54 | 0 | 25 | 440 | 55 | 76 |
| Binary | 10110111 | 1110001 | 11001001 | 1001 | 101100 | 0 | 10101 | 100100000 | 101101 | 111110 |
Color Harmonies of #B771C9
Complementary color
Monochromatic Colors of #B771C9
Black with #B771C9
Text Example
Text Example
White with #B771C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B771C9; }
p { color: rgb(183,113,201); }
H1.HeaderClassName
{
color: #B771C9;
}
.AnyTagClassName
{
color: #B771C9;
}
</style>
background-color css
<style>
a { background-color: #B771C9; }
a { background-color: rgb(183,113,201); }
div.DivClassName
{
background-color: #B771C9;
}
.BgClassName
{
background-color: #B771C9;
}
</style>
border-color css
<style>
span { border-color: #B771C9; }
span { border-color: rgb(183,113,201); }
td.TdClassName
{
border-color: #B771C9;
}
.TagClassName
{
border-color: #B771C9;
}
</style>