Shades of Medium Orchid #B771C8
Tints of Medium Orchid #B771C8
RGB
CMYK
RGB Variations
Color information
#B771C8 (or 0xB771C8) is known color: Medium Orchid. HEX triplet: B7, 71 and C8. RGB value is (183,113,200). Sum of RGB (Red+Green+Blue) = 183+113+200=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #B771C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771C8 is #488E37. Grayscale: #8F8F8F. Windows color (decimal): -4755000 or 13136311. OLE color: 13136311.
HSL color Cylindrical-coordinate representation of color #B771C8: hue angle of 288.28º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B771C8 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 113 | 200 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.22 |
| HSL | 288.28º | 0.44% | 0.61% | - |
| HSV(B) | 288.28º | 0.44% | 0.78% | - |
| XYZ | 35.86 | 26.05 | 57.78 | - |
| YUV | 143.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 200 | 0.08 | 0.44 | 0 | 0.22 | 288.28 | 0.44 | 0.61 |
| Hex | B7 | 71 | C8 | 8 | 2C | 0 | 16 | 120 | 2C | 3D |
| Octal | 267 | 161 | 310 | 10 | 54 | 0 | 26 | 440 | 54 | 75 |
| Binary | 10110111 | 1110001 | 11001000 | 1000 | 101100 | 0 | 10110 | 100100000 | 101100 | 111101 |
Color Harmonies of #B771C8
Complementary color
Monochromatic Colors of #B771C8
Black with #B771C8
Text Example
Text Example
White with #B771C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B771C8; }
p { color: rgb(183,113,200); }
H1.HeaderClassName
{
color: #B771C8;
}
.AnyTagClassName
{
color: #B771C8;
}
</style>
background-color css
<style>
a { background-color: #B771C8; }
a { background-color: rgb(183,113,200); }
div.DivClassName
{
background-color: #B771C8;
}
.BgClassName
{
background-color: #B771C8;
}
</style>
border-color css
<style>
span { border-color: #B771C8; }
span { border-color: rgb(183,113,200); }
td.TdClassName
{
border-color: #B771C8;
}
.TagClassName
{
border-color: #B771C8;
}
</style>