Shades of Medium Orchid #B771C3
Tints of Medium Orchid #B771C3
RGB
CMYK
RGB Variations
Color information
#B771C3 (or 0xB771C3) is known color: Medium Orchid. HEX triplet: B7, 71 and C3. RGB value is (183,113,195). Sum of RGB (Red+Green+Blue) = 183+113+195=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #B771C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771C3 is #488E3C. Grayscale: #8F8F8F. Windows color (decimal): -4755005 or 12808631. OLE color: 12808631.
HSL color Cylindrical-coordinate representation of color #B771C3: hue angle of 291.22º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B771C3 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 113 | 195 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.24 |
| HSL | 291.22º | 0.41% | 0.6% | - |
| HSV(B) | 291.22º | 0.42% | 0.76% | - |
| XYZ | 35.28 | 25.82 | 54.75 | - |
| YUV | 143.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 195 | 0.06 | 0.42 | 0 | 0.24 | 291.22 | 0.41 | 0.6 |
| Hex | B7 | 71 | C3 | 6 | 2A | 0 | 18 | 123 | 29 | 3C |
| Octal | 267 | 161 | 303 | 6 | 52 | 0 | 30 | 443 | 51 | 74 |
| Binary | 10110111 | 1110001 | 11000011 | 110 | 101010 | 0 | 11000 | 100100011 | 101001 | 111100 |
Color Harmonies of #B771C3
Complementary color
Monochromatic Colors of #B771C3
Black with #B771C3
Text Example
Text Example
White with #B771C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B771C3; }
p { color: rgb(183,113,195); }
H1.HeaderClassName
{
color: #B771C3;
}
.AnyTagClassName
{
color: #B771C3;
}
</style>
background-color css
<style>
a { background-color: #B771C3; }
a { background-color: rgb(183,113,195); }
div.DivClassName
{
background-color: #B771C3;
}
.BgClassName
{
background-color: #B771C3;
}
</style>
border-color css
<style>
span { border-color: #B771C3; }
span { border-color: rgb(183,113,195); }
td.TdClassName
{
border-color: #B771C3;
}
.TagClassName
{
border-color: #B771C3;
}
</style>