Shades of Medium Orchid #B771DC
Tints of Medium Orchid #B771DC
RGB
CMYK
RGB Variations
Color information
#B771DC (or 0xB771DC) is known color: Medium Orchid. HEX triplet: B7, 71 and DC. RGB value is (183,113,220). Sum of RGB (Red+Green+Blue) = 183+113+220=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #B771DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771DC is #488E23. Grayscale: #919191. Windows color (decimal): -4754980 or 14447031. OLE color: 14447031.
HSL color Cylindrical-coordinate representation of color #B771DC: hue angle of 279.25º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B771DC is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 113 | 220 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.14 |
| HSL | 279.25º | 0.6% | 0.65% | - |
| HSV(B) | 279.25º | 0.49% | 0.86% | - |
| XYZ | 38.35 | 27.04 | 70.91 | - |
| YUV | 146.13 | 169.69 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 220 | 0.17 | 0.49 | 0 | 0.14 | 279.25 | 0.6 | 0.65 |
| Hex | B7 | 71 | DC | 11 | 31 | 0 | E | 117 | 3C | 41 |
| Octal | 267 | 161 | 334 | 21 | 61 | 0 | 16 | 427 | 74 | 101 |
| Binary | 10110111 | 1110001 | 11011100 | 10001 | 110001 | 0 | 1110 | 100010111 | 111100 | 1000001 |
Color Harmonies of #B771DC
Complementary color
Monochromatic Colors of #B771DC
Black with #B771DC
Text Example
Text Example
White with #B771DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B771DC; }
p { color: rgb(183,113,220); }
H1.HeaderClassName
{
color: #B771DC;
}
.AnyTagClassName
{
color: #B771DC;
}
</style>
background-color css
<style>
a { background-color: #B771DC; }
a { background-color: rgb(183,113,220); }
div.DivClassName
{
background-color: #B771DC;
}
.BgClassName
{
background-color: #B771DC;
}
</style>
border-color css
<style>
span { border-color: #B771DC; }
span { border-color: rgb(183,113,220); }
td.TdClassName
{
border-color: #B771DC;
}
.TagClassName
{
border-color: #B771DC;
}
</style>