Shades of Medium Orchid #B771DD
Tints of Medium Orchid #B771DD
RGB
CMYK
RGB Variations
Color information
#B771DD (or 0xB771DD) is known color: Medium Orchid. HEX triplet: B7, 71 and DD. RGB value is (183,113,221). Sum of RGB (Red+Green+Blue) = 183+113+221=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #B771DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771DD is #488E22. Grayscale: #919191. Windows color (decimal): -4754979 or 14512567. OLE color: 14512567.
HSL color Cylindrical-coordinate representation of color #B771DD: hue angle of 278.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B771DD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 113 | 221 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.13 |
| HSL | 278.89º | 0.61% | 0.65% | - |
| HSV(B) | 278.89º | 0.49% | 0.87% | - |
| XYZ | 38.48 | 27.1 | 71.61 | - |
| YUV | 146.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 221 | 0.17 | 0.49 | 0 | 0.13 | 278.89 | 0.61 | 0.65 |
| Hex | B7 | 71 | DD | 11 | 31 | 0 | D | 117 | 3D | 41 |
| Octal | 267 | 161 | 335 | 21 | 61 | 0 | 15 | 427 | 75 | 101 |
| Binary | 10110111 | 1110001 | 11011101 | 10001 | 110001 | 0 | 1101 | 100010111 | 111101 | 1000001 |
Color Harmonies of #B771DD
Complementary color
Monochromatic Colors of #B771DD
Black with #B771DD
Text Example
Text Example
White with #B771DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B771DD; }
p { color: rgb(183,113,221); }
H1.HeaderClassName
{
color: #B771DD;
}
.AnyTagClassName
{
color: #B771DD;
}
</style>
background-color css
<style>
a { background-color: #B771DD; }
a { background-color: rgb(183,113,221); }
div.DivClassName
{
background-color: #B771DD;
}
.BgClassName
{
background-color: #B771DD;
}
</style>
border-color css
<style>
span { border-color: #B771DD; }
span { border-color: rgb(183,113,221); }
td.TdClassName
{
border-color: #B771DD;
}
.TagClassName
{
border-color: #B771DD;
}
</style>